
linux
头发不会掉
这个作者很懒,什么都没留下…
展开
-
linux指令以及springboot整合redis
在外部访问CentOS中部署应用时,需要关闭防火墙。 关闭防火墙命令:systemctl stop firewalld.service 开启防火墙:systemctl start firewalld.service 关闭开机自启动:systemctl disable firewalld.service 开启开机启动:systemctl enable firewalld.service 查看防火墙状...原创 2019-09-11 17:02:57 · 303 阅读 · 0 评论 -
shell编程入门
shell编程是一种操作系统的脚本编程,写的文件是一个.sh结尾的文件,所有的文件编写完了也是要东西来翻译的,shell也不例外,linux系统自带了很多程序来翻译执行我们写的shell脚本文件,比如说: /bin/sh程序,就是一个 常见的有:Bourne Shell(/usr/bin/sh或/bin/sh)、Bourne Again Shell(/bin/bash)、C Shell(/usr/...原创 2019-09-18 11:47:22 · 151 阅读 · 0 评论