摘要: 1.win10右键”新建“增加makrdown文件 参考:Windows下右键新建.md文件教程 | Keavnn'Blog (stepneverstop.github.io) 注意:编码保存为GBK的编码,win10默认是此编码 2.win10安装python 3.win10删除多余的发送到 sh 阅读全文
posted @ 2023-12-08 11:02 liwl1991 阅读(33) 评论(0) 推荐(0)
摘要: Linux运维之路 http://www.cnblogs.com/clsn 52php http://www.cnblogs.com/52php/ 云计算小白http://www.cnblogs.com/bakari/ 惨绿少年:http://www.cnblogs.com/clsn/ 阿龙alon 阅读全文
posted @ 2023-11-22 13:36 liwl1991 阅读(23) 评论(0) 推荐(0)
摘要: 1. 概述 参考博客 https://www.cnblogs.com/babyclass/p/16235598.html https://www.cnblogs.com/linagcheng/p/16195927.html https://blog.csdn.net/hffwj/article/de 阅读全文
posted @ 2023-10-31 16:54 liwl1991 阅读(1072) 评论(0) 推荐(0)
摘要: centos7.9(最小化)安装vncserver的依赖环境 yum groups install "X Window System" yum install gnome-classic-session gnome-terminal nautilus-open-terminal control-ce 阅读全文
posted @ 2023-10-31 16:52 liwl1991 阅读(322) 评论(0) 推荐(0)
摘要: 现象:高版本的ssh登陆低版本操作系统时,会提示:Unable to negotiate with x.x.x.x port xxx: no matching host key type found. Their offer: ssh-rsa,ssh-dss ssh-keygen vim .ssh/ 阅读全文
posted @ 2023-10-23 09:31 liwl1991 阅读(421) 评论(0) 推荐(0)
摘要: hello,deepiner: I am liwl1991@bbs.deepin.org and github.com 以下是给deepin-teminal提交的pr: 终端增加透明与非透明切换快捷键 [https://github.com/linuxdeepin/deepin-terminal/p 阅读全文
posted @ 2023-04-15 16:55 liwl1991 阅读(50) 评论(0) 推荐(0)
摘要: 本篇介绍在centos7.9系统中安装autofs自动挂载nfs 集群已经部署完成了nfs服务,其导出的共享目录地址为:192.168.80.187:/home/export/base,需求是在node17里面当用户登陆时,自动挂载/home/export/base,用户的home着陆地址为/hom 阅读全文
posted @ 2022-11-25 15:27 liwl1991 阅读(467) 评论(0) 推荐(0)
摘要: 1. 概述 本篇博客主要介绍在centos7.9部署和测试mpi并行程序开发环境,并通过module加载不同的环境。 2. 部署过程 2.1 安装mpich 节点安装相关依赖环境:yum -y install gcc-gfortran 下载mpich-4.0.2.tar.gz,解压 https:// 阅读全文
posted @ 2022-11-25 15:04 liwl1991 阅读(1863) 评论(0) 推荐(0)
摘要: 1. 概述 本篇博客介绍为kvm虚拟机添加虚拟磁盘的操作,以便在日常工作学习使用。 涉及到的命令包括:qemu-img,virsh-edit,virsh attach-disk qemu-img:用于创建虚拟磁盘块文件 virsh attch-disk:用于临时添加,重启虚拟机后失效 virsh-e 阅读全文
posted @ 2022-11-25 10:40 liwl1991 阅读(410) 评论(0) 推荐(0)
摘要: 1.概述 本篇介绍在centos7.9(4核1G虚拟机)上使用cgroup对user的资源(cpu,memory)进行限制,达到对普通用户的资源利用限制跟root资源限制生效且效果不同。 适用于多用户登陆节点上对用户限制,避免造成服务节点负载过高,性能下降,节点宕机等问题。 参考教程:https:/ 阅读全文
posted @ 2022-11-25 10:11 liwl1991 阅读(1349) 评论(1) 推荐(0)