当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > linux 常用脚本、命令

Unix/Linux
samba的配置[转载]
内核上的dns服务应答可以工作了
a bug of ng_vlan?
安装discuz论坛过程中出现不能识别preg_replace()函数的问题!
DHCP配置
一个很简单但是最常用的SED例子:UNIXDOS文本格式转换
在 linux 上架设 FreeBSD CVSup mirror
CICS FOR WINDOWS
FreeBSD光盘运行版的制作过程
初识FreeBSD
自定义C shell
Linux真的比Windows安全?
ipf+ipnat+ipfw建立带流量控制的透明网关
8139C+ 不能被正确识别网线状态的修订
Reinstall the boot manager.
备份qmail的一个脚本
Open the sound volume
FreeBSD-5.2下安装ORACLE9i手记
bsd 分支表
DNS傻瓜书

Unix/Linux 中的 linux 常用脚本、命令


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2010-01-16   浏览: 202 ::
收藏到网摘: n/a

1、简单去掉注释的行
cat httpd.conf|grep -v ^\ *# >mayuehehe
2、修改ssh的端口
/usr/sbin/sshd -p 1433
3、查看某用户
id username
4、查看环境变量
set 或 env
5、换 yum源
cd /etc/yum.repos.d
mv CentOS-Base.repo CentOS-Base.repo.save
wget http://centos.ustc.edu.cn/CentOS-Base.repo
6、打开指定端口
iptables -A INPUT -p udp --dport 58 -j ACCEPT
7、测试硬盘速度
hdparm -Tt /dev/sda
8、时间同步
ntpdate -s time.nist.gov
hwclock --systohc