Welcome To Tutorial Linux / Unix Blog's

Sunday, December 25, 2011

Tutorial V

Command Line;

ps:
to see the processes currently running.
ps-aux

kill:
to stop the processes are running: kill 1095
stop all the processes are running: kill -9 -1

Seeing error messages and delete the log
vi / var / log / httpd / error_log
rm / var / log / httpd / error_log
vi / var / log / nagios / nagios.log
rm / var / log / nagios / nagios.log


Who see what is installed:
# Rpm-qa | grep nagios

Install the RPM:
# Rpm-ivh nagios.rpm

Unintall RPM:
# Rpm-e nagios.rpm

Unintall tar.gz:
# Make uninstall
# Make clean
# Make dist
# Make dist clean

http://www.cs.washington.edu/orgs/acm/tutorials/intro-unix/unix_intro.html

http://publib.boulder.ibm.com/infocenter/pseries/index.jsp?topic=/com.ibm.aix.doc/cmds/aixcmds4/ps.htm



FreeBSD command line

# Pkg_info | more
# Cd / usr / ports
# Make fetchindex
# Setenv http_proxy proxy.top.net.id: 8080
# Make search name = nagios
# Cd / usr / ports / net-mgmt / nagios
# Make search name = nagios
# Make search name = cvsup
# Cd / usr / ports / net / cvsup-without-gui /
# Time make install clean
# Top-sl
# Vi. Cshrc
add: set autolist
# Echo "/ usr/X11.R6/bin/gnome-session"> ~ /. Xinitrc
# sysintall



Install Gaim 1.5 in SuSE 9.3

Reference: http://www.novell.com/coolsolutions/feature/1583.html

Install gaim Gaim version v1.1.4

install:

* glibc
* Glibc-devel
* gtk
* Gtk-devel
* glib2
* gcc
* Gcc-c + +
* pkgconfig

Download gaim-1.5.0.tar.gz from: http://gaim.sourceforge.net/downloads.php

Login as root:
gaim-1.5.0.tar.gz tar zxfv

Go to the folder gaim:
. / configure
Make
make install

Edit in gaim, tools -> accounns -> paulvoogen in blue click -> modify -> show more options

Paging host: scs.msg.yahoo.com
Japan hosts Pager: cs.yahoo.co.jp
Pager port: 5050
File transfer host: filetran.msg.yahoo.co.jp
File transfer port: 80
Chat Room List Url: http://insider.msg.yahoo.com/ycontent/
Proxy type: Use Global Proxy Settings

finished ... ..



No comments:

Post a Comment