MrLi
生活在于分享
Linux常用命令 Linux常用命令
本文主要介绍Linux常用的一些基本命令。 查看系统版本:cat /etc/redhat-release 或 cat /etc/issue
2018-08-01
30分钟学习shell脚本 30分钟学习shell脚本
开始Shell 是一个用 C 语言编写的程序,它是用户使用 Linux 的桥梁。Shell 既是一种命令语言,又是一种程序设计语言。Shel
2017-06-07
centos安装pgsql centos安装pgsql
安装PostgreSQL源CentOS 6.x 32bit sudo rpm -Uvh http://yum.postgresql.org/
2017-05-15
linux的iptables开发mysql端口 linux的iptables开发mysql端口
修改防火墙配置文件: vi /etc/sysconfig/iptables 增加下面一行: -A RH-Firewall-1-INPUT -
2017-05-15