
linux
文章平均质量分 77
GuokLiu
享受当下时光,专注做好一件事
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
250213-RHEL8.8-外接SSD固态硬盘
【代码】250213-RHEL8.8-外接SSD固态硬盘。原创 2025-02-13 23:40:01 · 915 阅读 · 0 评论 -
241123-UEFI模式下Linux-Windows双系统通过Grub设置选择开机系统
的情况下,Linux 启动过程中系统会根据。来选择哪个配置文件。如果有 BIOS 模式设备,则需要同时更新。原创 2024-11-24 11:20:55 · 1589 阅读 · 0 评论 -
240908-Linux通过ln设置软链接关联大模型文件
在Linux中,您可以使用ln命令来创建软链接(符号链接)。软链接是一种特殊类型的文件,它指向另一个文件或目录。原创 2024-09-08 12:03:23 · 504 阅读 · 0 评论 -
240806-RHEL 无法通过 ssh username@ip 远程连接,报错:Connection closed by ip port 22
遇到这个错误通常意味着 SSH 服务可能在目标主机上没有正常运行,或有防火墙/网络配置问题。显示 SSH 服务一切正常,但你仍然无法通过 SSH 连接远程服务器,这可能还有其他原因。文件中被注释了,这可能导致 SSH 服务无法正确绑定到端口 22,从而无法接受连接。如果上述步骤未解决问题,请检查其他配置项是否正确,并确保没有防火墙或 SELinux 阻止 SSH 连接。确保客户端的 SSH 配置正确,并尝试使用详细模式连接以获得更多调试信息。确认服务器的网络连接正常,且可以从你的客户端访问端口 22。原创 2024-08-07 06:36:42 · 1358 阅读 · 0 评论 -
240806-在Linux/RHEL开机中自动启动bash脚本
是一条crontab任务,它在系统启动时自动执行脚本。这对于需要在系统启动时执行初始化任务、配置服务或启动应用程序非常有用。原创 2024-08-07 06:34:00 · 1793 阅读 · 0 评论 -
231224-Windows+VMware17Pro:RHEL8.8配置+Yum源配置+WiFi无线网卡配置+Docker配置
231124-Windows+VMware17Pro:RHEL8.8配置+Yum源配置+WiFi无线网卡配置+Docker配置原创 2023-12-24 13:03:25 · 1886 阅读 · 0 评论 -
201216-JupyterLab服务器远程配置
如何获取远程服务器的密钥pythonfrom IPython.lib import passwd passwd() Enter password: Verify password:'sha1:xxxx原创 2020-12-17 07:02:26 · 732 阅读 · 1 评论 -
190910-MacOS下如何查看程序输出的图像
Plot on Remote ServerXquartz下载地址:https://www.xquartz.org原创 2019-09-10 13:23:46 · 319 阅读 · 0 评论 -
190909-CentOS7.4用户规避管理员权限自升级Vim8.1
CentOS7 上Vim8升级安装指南wget https://github.com/vim/vim/archive/v8.1.0513.tar.gztar -xvzf v8.1.0513.tar.gzcd vim-8.1.0513/./configure --prefix=$HOME/.local && make && make install...原创 2019-09-09 21:48:02 · 398 阅读 · 0 评论 -
190523-Linux下如何免除询问强制复制覆盖文件
How to force cp to overwrite without confirmationyes | cp -rf xxx yyy原创 2019-05-23 19:01:30 · 808 阅读 · 0 评论 -
190416-Ubuntu系统备份与还原
win10下安装Ubuntu16.04双系统Ubuntu系统备份Ubuntu系统备份和还原,从此避免系统重装备份思路一个Ubuntu系统由若干分区组成:/、/home、swap、/usr等。Ubuntu秉承的理念即万物皆文件。故此备份系统=备份分区=备份文件Ubuntu备份/系统/分区/文件的方法即:(从/根目录)压缩复制文件(到指定路径)。Ubuntu还原/系统/分区/文件的...原创 2019-04-16 09:59:53 · 2436 阅读 · 0 评论 -
181002 MacOs远程连接Linux服务器
第一步:打开Linux上面的ssh170831 Ubuntu 开机自启动SSH+远程关机第二步:设置Mac上面的sshmac 远程ssh连接原创 2018-10-02 11:27:58 · 1028 阅读 · 0 评论 -
170621 Linux and Windows directories
Here is a brief description about the directories on Linux. http://www.cnblogs.com/lyongde/p/3161004.htmlWhen citing directories on Linux, you should use ‘/’ When citing directories on Windows, you s原创 2017-06-21 10:31:38 · 334 阅读 · 0 评论 -
170718 Linux 文件路径切换与查找
cd ~ # 切换到根目录ls -a #列表all全显示原创 2017-07-18 18:56:29 · 648 阅读 · 0 评论 -
170819 Anaconda两行命令安装tensorflow-gpu+keras-gpu及Gpu vs Cpu验证
参考文献: 清华大学开源软件镜像站 Using GPUsStep1 添加清华镜像,加快下载速度conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config --set show_channel_urls yesStep2 安装tensorflow-gpuconda原创 2017-08-19 16:02:10 · 14067 阅读 · 9 评论 -
170831 Ubuntu 开机自启动SSH+远程关机
安装SSH 如何通过ssh远程登录linux系统开机自启动sshsudo gedit /etc/rc.locl# 输入密码# 添加下面命令于 exit0 之前sudo /etc/init.d/ssh start远程关机远程命令行窗口中sudo power off# 输入密码即可原创 2017-08-31 15:14:21 · 5140 阅读 · 0 评论 -
171103 深度学习主机配置暑假攒机小记
【CPU】英特尔(Intel)Extreme系列 i7 5930K 酷睿六核 2011-V3接口盒装CPU处理器 【固态硬盘】金士顿(Kingston)A400系列 120G SATA3 固态硬盘 【主板】技嘉(GIGABYTE)X99-UD4主板 (Intel X99/LGA2011-3) 【内存条】金士顿(Kingston)骇客神条 Predator系列 DDR4 3000 32G(16G原创 2017-11-02 15:34:41 · 1408 阅读 · 1 评论 -
171201 How to install Chrome and SurfEasy on Linux
Download-1 Chrome from Ubuntuupdates: Chrome SourceDownoad-2 SurfEasy-ExtensionInstall Chrome# dpkg → depackge → 解压压缩包 # -i → install安装sudo dpkg -i google-chrome-stable_62.0.3202.94-1_amd64.deb原创 2017-12-02 00:13:24 · 484 阅读 · 0 评论 -
171127 Linux tensorboard
安装tensorfboard模块source activate tensorflow-gpupip install tensorboardBuild tensorflow graphimport tensorflow as tfin1 = tf.constant([1., 2.], name='in1')in2 = tf.Variable(tf.random_normal([2]), na原创 2017-11-27 22:58:30 · 2714 阅读 · 0 评论 -
180131 Ubuntu环境下同时安装Anaconda2+Anaconda3+1行命令安装tensorflow-gpu
Installing Anaconda2 & Anaconda3 concurrently已经安装好Anaconda2的条件下安装Anaconda3 conda create -n py35 python=3.5 anaconda 运行环境切换: 进入py35环境 source activate py35 退回py27环境 source deactivate py35已经安装好An原创 2018-01-31 09:45:35 · 1911 阅读 · 1 评论 -
180210 双系统模式下Windows访问Linux系统下的文件
下载Ext2Read右键以管理员身份运行原创 2018-02-09 22:47:02 · 722 阅读 · 0 评论 -
170620 How to install tensorflow with GPU on linux
Where to download Anaconda(Linux Version) How to install Anaconda on linux No module named tensorflow issue-stackover Where to download tensorflow-gpu.whl # step1: create a tensorflow-gpu environm原创 2017-06-20 14:49:13 · 648 阅读 · 0 评论