了解最新动态和产品更新
获取帮助文档和使用指南
一、使用dd命令创建一个swap分区[root@localhost Desktop]#dd if=/dev/zero of=/swap bs=1024 count=1048576count的...
创建一个screen会话,名称为 lnmp#screen -S lnmp如果提示找不到命令,我们可以运行安装命令:yum install screen使用命令:#screen -l...
查看当前iptable防火墙规则# iptables -L -n编辑规则# vi /etc/sysconfig/iptables出现如下(例子,部分会略有不同,只是讲述大概方法):#&nbs...