/etc/fstab
## 編輯 /etc/fstab 檔案 /dev/sda1 /mnt/usbdrive ext3 noauto,user,kudzu 0 0 # 使用外接usb.讓其他使用者可以自由掛載(mount) USB硬碟 /dev/sda2 /mnt/dos vfat users,umask=000 0 0 # 讓其他使用者有權限寫入,掛載 Windows …
## 編輯 /etc/fstab 檔案 /dev/sda1 /mnt/usbdrive ext3 noauto,user,kudzu 0 0 # 使用外接usb.讓其他使用者可以自由掛載(mount) USB硬碟 /dev/sda2 /mnt/dos vfat users,umask=000 0 0 # 讓其他使用者有權限寫入,掛載 Windows …
Note Make sure an installation CD (or any other type of CD) is not in your hosting partition’s drive if you are …
Find a NFS sharing the ISOs of the installation. example: 192.168.0.5:/export/fc3/iso/ Boot from CD. Type : linux askmethod
[root@localhost Desktop]# rpm -q raidtools raidtools-1.00.3-8 [root@localhost Desktop]# lsraid -p [dev 9, 0] /dev/md0 30820DF2.C88E49A4.8199EFC8.5B50C228 online [dev 8, 1] /dev/sda1 30820DF2.C88E49A4.8199EFC8.5B50C228 good …
mutt -s “the subject” -a attachment.zip who@gmail.com < messages.txt Link : nixCraft
[root@localhost ~]# watch Usage: watch [-dhntv] [–differences[=cumulative]] [–help] [–interval=] [–no-title] [–version] examples: # watch –interval=0.1 cat /proc/mdstat
[root@xxx skel]# ls -f . .kde .bash_logout .bashrc .emacs .. .canna .bash_profile .gtkrc .zshrc
From : Norman Matloff (link broken) Contents 1 Two Popular Shells: tcsh and bash 1.1 Overview 1.2 Command Commonality Among Shells 2 …
-A RH-Firewall-1-INPUT -p tcp –dport XX -s XXX.XXX.XXX.0/24 -j ACCEPT # -p protocol # –dport destination port # –dports ssh,www,https,pop3,smtp,imap,imaps,pop3s # -s …
This is very quick and dirty guide to setting up Apache with mod-ssl. The end result is a secure connection but one …