Monday, April 16, 2007

Tutorial 4

SSH-VNC-Krdc di SuSE 9.3

Memberi akses SSH :

YaST --> Security and Users --> Firewall --> Allowed Services

--> SSH --> Next --> Accept.

Coba :

[root]# ssh admin@10.10.10.210

Password : admin

Apabila ssh tidak jalan coba perintah :

# rm .ssh/known_host

Memberi akses VNC / Krdc :

YaST --> Security and Users --> Firewall --> Allowed Services --> Advanced.

Isi pada kolom TCP Ports : 5900 --> OK --> Next --> Accept.

Coba :

Kmenu --> System --> Remote Access --> Krdc.

Remote desktop : vnc:/10.10.10.215:0

--> Klik Connect --> OK.

Isi password : admin

Perintah Untuk Mapping Computer lain :


fish://10.10.10.211/root

fish://root@10.10.10.211/root


Merubah Owner dan Group di SuSE 9.3

su
password :
ls -l
chown admin1 root Voogen/
chgrp users root Voogen/

chmod :
Special, read = 4, write = 2, execute = 1
User , read = 4, write = 2, execute = 1
Group , read = 4, write = 2, execute = 1
Other , read = 4, write = 2, execute = 1

ls -l
'chmod 0755 coba1' atau 'chmod 755 coba1'
www.cs.washington.edu/orgs/acm/tutorials/intro-unix/unix_intro.html

Install Nagios pd Fedora Core 3


www.nagios.org
Download file nagios dari: http://prdownloads.sourceforge.net/nagios/nagios-2.0b4.tar.gz?download
Download file nagios-devel dari: http://dag.wieers.com/packages/nagios/
Download file nagios-plugins dari: http://dag.wieers.com/packages/nagios-plugins/

Intall file ;
[root@idc root] # rpm -ivh nagios-1.2-1.1.fc3.rf.i386.rpm
[root@idc root] # rpm -ivh nagios-devel-1.2-1.1.fc3.rf.i386.rpm
[root@idc root] # rpm -ivh nagios-plugins-1.4.0alpha1-1.i386.rpm


No comments: