Welcome To Tutorial Linux / Unix Blog's

Sunday, December 25, 2011

Tutorial IV

SSH-VNC-Krdc in SuSE 9.3

Giving access to SSH:
YaST -> Security and Users -> Firewall -> Allowed Services

-> SSH -> Next -> Accept.

try:

[root] # ssh admin@10.10.10.210

Password: admin

If ssh does not work try the command:

# Rm .ssh / known_host

Giving access to VNC / Krdc:

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

Fill in the fields of TCP Ports: 5900 -> OK -> Next -> Accept.

try:

KMenu -> System -> Remote Access -> Krdc.

Remote desktop: vnc: / 10.10.10.215:0

-> Click Connect -> OK.

Fill in the password: admin

Mapping Computer Commands For others:
fish: / / 10.10.10.211/root

fish: / / root@10.10.10.211 / root


Changing Owner and Group in SuSE 9.3

su
password:
ls-l
chown root admin1 Voogen /
chgrp root users 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' or 'chmod 755 coba1'
www.cs.washington.edu / orgs / acm / tutorials / intro-unix / unix_intro.html


Nagios Install Fedora Core 3 pd

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

Intall the 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

--finis



No comments:

Post a Comment