随笔分类 - Linux
Linux学习记录
摘要:1、service iptables save 无法执行 现象:(service iptables save 时显示 The service command supports only basic LSB actions (start, stop, restart, try-restart, rel
阅读全文
摘要:创建本地仓库:git init 生成ssh秘钥:ssh-keygen 配置用户名和邮件: git config --global user.name [username] git config --global user.email [email] 添加文件至本地仓库:git add 提交文件:gi
阅读全文
摘要:1、下载jdk 2、将tar包解压在/usr/local/java目录中 sudo mkdir /usr/local/java cp jdk-8u25-linux-x64.tar.gz /usr/local/java tar -xvf jdk-8u25-linux-x64.tar.gz 3、修改配置
阅读全文
摘要:一、安装mysql 1、 apt-get install mysql-server 2、apt-get install mysql-client 3、apt-get install libmysqlclient-dev 二、查看字符集 show variables like '%character%
阅读全文
摘要:1、使用systemctl stop firewalld 关闭防火墙2、使用 yum install iptables-services 安装或更新服务3、使用systemctl enable iptables 启动iptables 4、systemctl start iptables 打开ipta
阅读全文

浙公网安备 33010602011771号