ทดสอบ LinuxSIS 5.0 (FC4)
- User: root Password: 123456
- ping www.thaiall.com
- ifconfig
- putty 192.168.1.3 Port 22 of SSH User:s01 Password:s01
- http://192.168.1.3 User: root Password: 123456
- + เว็บเมล, จัดการโฮมเพจ (Drupal), คลังรูปภาพ (Gallery2), บทเรียนออนไลน์ (Moodle), เปลี่ยนรหัสผ่าน
- pwd
- service --status-all
- top
- rpm -qa
- vi /etc/hosts เพิ่มคำว่า burin
- /etc/init.d/named restart
- ping burin
- cd /var/www/html/
- vi x.htm (for only root)
- http://192.168.1.3/x.htm
- cd /home/s01/public_html
- vi x.htm (for only root)
- cd /etc/httpd/conf and vi httpd.conf and Unmark #UserDir public_html
- /etc/init.d/httpd restart
- http://192.168.1.3/~s01/x.htm
- ftp 192.168.1.3 User:s01 Password:s01
- /etc/init.d/mysqld start (error)
- http://192.168.1.3/drupal/ (User: root Password: 123456 error)
- reboot
- เปิด firewall ด้วย setup และ enable ใน Firewall configuration
- เปิด Secure Shell ด้วย setup และ enable ใน System services
- tail -2000 /var/log/httpd/access_log | grep compose
- vi /etc/httpd/conf/httpd.conf
- ps -aux |grep nobody
- iptables -L แสดงนโยบายของ firewall ผ่านคำสั่งนี้
- iptables -A INPUT -p tcp -i eth0 --dport 25 -j REJECT (ปฏิเสธ port 25)
- host -t mx sanook.com
- iptables -L INPUT --line-numbers
- iptables -D INPUT 2
- vi /etc/dovecot.conf สำหรับเปิด protocols = imap imaps pop3 pop3s
|