[crayon-63d390afd2fb5221841833/]
Ubuntu
Ubuntu防火墙配置
1.安装 [crayon-63d390afd4d8f976192556/] 2.启用 [crayon-63d390afd4d97467839271/] 运行以上两条命令后,开启了防火墙,并在系统启动时自动开启。关闭所有外部对本机的访问,但本机访问外部正常。 ...
Ubuntu 设置开机自启
直接改 /etc/rc0.d ~ /etc/rc6.d 和 /etc/rcS.d 下的东西,S开头的表示启动,K开头的表示不启动。 例如:想关闭 Red5 的开机自动启动,只需 shell>mv /etc/rc2.d/S20red5 /etc/rc2.d/K20red5 就可以了。 ...
apt-get和apt-cache
apt-get和apt-cache是Ubuntu Linux中的命令行下的包管理工具。 列出所有可用包 shell> apt-cache pkgnames 用关键字搜索包 shell>apt-cache search "web server" 显示特定包的基本信息 shell...