BLOGGER TEMPLATES - TWITTER BACKGROUNDS

Monday, June 22, 2009

Buat HTML Apache (Fedora10)

In terminal, use this command :

- su
- [password]
- services httpd status (untuk cek status httpd samada start/stop)
- services httpd start
- cd/var/www/html
- vim index.html (untuk edit coding dlm index.html)
- press 'i' to edit text
- finish edit, press 'Esc' and ':wq'
- to view html, occasionally use localhost (127.0.0.1)

0 comments: