Stella981 Stella981
3年前
Linux Network Configuration
!Yolinux.comTutorial(http://static.oschina.net/uploads/img/201401/20155959_hJ26.png)(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.yolinux.com%2F)LinuxNetwor
Stella981 Stella981
3年前
Linux日志管理
日志是用来记录系统运行状态的历史事件,主要记录特定时间发生的事件,同时根据日志级别,事件的关键性程序,通常叫作LogLevel.系统日志服务syslog:系统级别:syslogd内核级别:klogdrsyslog特点:多线程:UDP,TCP,SSL
Stella981 Stella981
3年前
Linux Bridge 详解
LinuxBridge详解LinuxBridge(网桥)是用纯软件实现的虚拟交换机,有着和物理交换机相同的功能,例如二层交换,MAC地址学习等。因此我们可以把tun/tap,vethpair等设备绑定到网桥上,就像是把设备连接到物理交换机上一样。此外它和vethpair、tun/tap一样,也是一种虚拟网络设备,
Stella981 Stella981
3年前
Linux 命令 mv
mv命令\notargetdirectory参数确保对目录进行重命名而不是移动https://www.gnu.org/software/coreutils/manual/html\_node/Targetdirectory.htmlTarg
Stella981 Stella981
3年前
Linux基础命令
gpasswd   gpasswd指令用来管理组文件“/etc/group”和“/etc/gshadow”,每个组可以设置管理员、组员、密码。系统管理员可以使用A选项定义组管理员,使用M选项定义成员。他们拥有组管理员和成员的所有权利。由具有组名的组管理员调用的gpasswd只提示输入组的新密码。如果设置了密码,则成员仍然可以在没有密码的
Stella981 Stella981
3年前
Linux Mysql 安装
wgethttp://mysql.cdpa.nsysu.edu.tw/Downloads/MySQL5.5/mysql5.5.20linux2.6x86\_64.tar.gz(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fmysql.cdpa.nsysu.edu.tw%2
Stella981 Stella981
3年前
Linux 命令全集
一、开关机sync:把内存中的数据写到磁盘中(关机、重启前都需先执行sync)shutdownrnow或reboot:立刻重启shutdownhnow:立刻关机shutdownh19:00:预定时间关闭系统(晚上7点关机,如果现在超过8点则第二天)shutdownh10:预定时间关闭系统(10分钟后关机)
Stella981 Stella981
3年前
Linux iptables 设置
编辑/etc/sysconfig/iptables然后运行/sbin/serviceiptablesrestartnetstatanp|grep80|grepLISTEN防火墙规则只有在iptables服务运行的时候才能被激活。要手工启动服务,使用以下命令:/sbin/servic
Stella981 Stella981
3年前
Linux Assembly HOWTO
LinuxAssemblyHOWTO(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Ftldp.org%2FHOWTO%2Fhtml_single%2FAssemblyHOWTO%2F%23SQUICK)