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 Bridge 详解
LinuxBridge详解LinuxBridge(网桥)是用纯软件实现的虚拟交换机,有着和物理交换机相同的功能,例如二层交换,MAC地址学习等。因此我们可以把tun/tap,vethpair等设备绑定到网桥上,就像是把设备连接到物理交换机上一样。此外它和vethpair、tun/tap一样,也是一种虚拟网络设备,
Stella981 Stella981
3年前
Linux Shell 脚本
知道脚本的存在,也会偷懒写一点用,但是真的不熟,最近想偷懒用脚本log的方式跑训练程序,所以边查边写,凑合着写了一个能用的。1、基本使用  新建一个文件(run.sh),写上  !/bin/bashthmain.lua  第一行一定要有,不然不能运行。  修改权限:chmodxrun.sh     
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 根目录
!(https://oscimg.oschina.net/oscnet/up9a5abbc26cb9f5619d8b39614808d953032.png)根目录结构如下:        !img(https://oscimg.oschina.net/oscnet/up8886e7566e7b3042c10ed895366a53074ed
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)