Senin, 11 Mei 2009

LANGKAH-LANGKAH INSTALLASI HTML

1.cd/opt/lampp/hddocs
2.mkdir lalu nama html qt -ls. misal: mkdir nova -ls
3.lalu masuk ke folder html qt dengan cara:
-cd lulu nama html qt misal:cd nova
4. membuat html dengan nama hello.html dengan cara:
-vi hello.html
-lalu tekan tombol insert untuk menyisipkan
-lalu masukan kode

hellohtml

hello html

-lalu ctrl c
-lalu shrif :
-lalu ketik wq
5. lalu masuk pada terminal
-masuk pada folder qt dangan cara cd nama folder misal:cd nova
-lalu #/opt/lampp/lampp start
6. lalu brows dengan alamat http://localhost/nama folder qt/ Selengkapnya...
»»  Read More...

LANGKAH-LANGKAH INSTALLASI PHP

masuk ke terminal
-ketik cd/opt/lmpp/htdocs
-mkdir nama php qt. misal:mkdir nova
-masuk ke folder php qt, dengan cara cd lalu mana php qt. misal: cd nova
-lalu membaut htnl dengan nam hello.htnl dengan cara:
-#vi hello.php
-tekan insert untuk menyisipkan
-lalu masukan kode
- -echo"hello php"
-?>
-lalu di simpan dengan cara:
-klik tombol esc padaz keyboard
-shift:
-lalu ketik wq
2.lalu cek dangan cara perintah ls, apakah ada file hello
3.untuk menjalankan php dengan cara:
-buka web browser lalu buka alamat http://localhost/nama php qt/hello.php Selengkapnya.
»»  Read More...

Instalasi Samba pada Redhat 9.0

( root@localhost root ) # rpm-ivh samba-common
( root@localhost root ) # rpm-ivh samba-client
( root@localhost root ) # rpm-ivh samba
( root@localhost root ) # ls
( root@localhost root ) # rpm-ivh redhat-config-samba
( root@localhost root ) # rpm-qa | grep samba
( root@localhost root ) # cp smb.conf sm.conf.bak
( root@localhost root ) # vi smb.conf

Buka terminal lagi

( root@localhost root ) # cd / home
( root@localhost root ) # mkdir samba
( root@localhost root ) # ls
( root@localhost root ) # mkdir samba / netlogon
( root@localhost root ) # mkdir samba / profiles
( root@localhost root ) # ls samba /
( root@localhost root ) # cd_/ home / samba / profiles
( root@localhost root ) # mkdir tom
( root@localhost root ) # service_smb_restart
( root@localhost root ) # user add_tom
( root@localhost root ) # ls
( root@localhost root ) # chown_tom_tom /
( root@localhost root ) # smbadduser
»»  Read More...