Paul Voogen Homepage

Linux Tutorial 3














Home | English | Linux Tutorial 2 | Linux Tutorial 3 | Linux Tutorial 1 | Favorite Links | Contact Me





Command Line ;

ps :
untuk melihat proses yg sedang berjalan.
ps -aux

kill :
untuk menghentikan proses yg sedang berjalan : kill 1095
menghentikan semua proses yg sedang berjalan : kill -9 -1

Melihat pesan error dan menghapus 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


Melihat apa saja yg terinstal :
# rpm -qa | grep nagios

Install 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
tambahkan: set autolist
# echo "/usr/X11.R6/bin/gnome-session" > ~/ .xinitrc
# sysintall



Install Gaim 1.5 di SuSE 9.3

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

Install gaim versi Gaim v1.1.4

Install :

* glibc
* glibc-devel
* gtk
* gtk-devel
* glib2
* gcc
* gcc-c++
* pkgconfig


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

Masuk sebagai root :
tar zxfv gaim-1.5.0.tar.gz

Masuk ke folder gaim:
./configure
make
make install

Edit di gaim, tools --> accounns --> paulvoogen di klik biru --> modify --> show more options

Pager host : scs.msg.yahoo.com
Japan Pager host : 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

selesai.....


Install NeroLinux pada SuSE 9.3

Download nerolinux-2.0.0.4-x86.rpm dari :
http://www.nero.com/en/NeroLINUX.html
NeroLINUX Demoversion

Cara I:
rpm -ivh nerolinux-2.0.0.4-x86.rpm

Cara II:
klik kanan pada nerolinux-2.0.0.4-x86.rpm
--> actions --> install With YaST

nerolinux akan segera terinstall dan siap pakai.
panggil dari:
KMenu --> Multimedia --> CD/DVD Burning --> NeroLinux
muncul tampilan isi cd key, masukkan:
1A2308094030236356952304

selesai................


Install BitTorrent pada SuSE 9.3

Download BitTorrent-4.2.1-1-Python2.4.noarch.rpm dari:
http://www.bittorrent.com/

Cara I:
Install bittorrent:
rpm -ivh BitTorrent-4.2.1-1-Python2.4.noarch.rpm

Cara II:
klik kanan pada file BitTorrent-4.2.1-1-Python2.4.noarch.rpm
--> actions --> install with yast

Install python-gtk dari YaST.

Memanggil bittorrent:
buka konsole ketik: bittorrent

Buat Icon untuk bittorent:
klik kanan pada desktop --> create new link to application
klik pada gambar roda gigi untuk memilih icon gambar.
pada kolom tab general isi: torrent
klik tab application pada kolom Command isi: '/usr/bin/bittorent'
klik OK

selesai..................


Install apt di SuSE 9.3

Download file rpm untuk SuSE 9.3 dari :
ftp://ftp.gwdg.de/pub/linux/suse/apt/SuSE/9.3-i386/RPMS.suser-rbos
apt-0.5.15cnc7-0.suse093.rb0.i5>
apt-libs-0.5.15cnc7-0.suse093.r>

Cara I:
klik kanan pada file apt-0.5.15cnc7-0.suse093.rb0.i5>
--> actions --> install with yast

klik kanan pada file apt-libs-0.5.15cnc7-0.suse093.r>
--> actions --> install with yast

Cara II:
rpm -ivh apt-0.5.15cnc7-0.suse093.rb0.i5>
rpm -ivh apt-libs-0.5.15cnc7-0.suse093.r>


klik component list for SuSE-9.3 untuk configure apt:

#
# Repository created by: aptate (version 0.69.3)
# At: Mon Dec 12 03:43:47 MET 2005
# More info about aptate at: http://apt4rpm.sourceforge.net
#

rpm ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 kernel-of-the-day rpmkeys base update-drpm update-prpm update kde gnome misc mozilla openoffice samba3 ximian suser-rbos suser-jengelh jacklab suser-oc2pus suser-guru suser-gbv usr-local-bin suser-tcousin suser-scorot suser-scrute suser-jogley suser-ollakka funktronics packman packman-i686 wine suse-people suse-projects kde-unstable security-prpm security

rpm-src ftp://ftp4.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 kernel-of-the-day rpmkeys base update-drpm update-prpm update kde gnome misc mozilla openoffice samba3 ximian suser-rbos suser-jengelh jacklab suser-oc2pus suser-guru suser-gbv usr-local-bin suser-tcousin suser-scorot suser-scrute suser-jogley suser-ollakka funktronics packman packman-i686 wine suse-people suse-projects kde-unstable security-prpm security

copy file ini ke: /et/opt/sources

command apt:
Execute: apt-get install
This command will install the requested package including all dependant packages.

Execute: apt-cache search
Search for packages containing

Execute: apt-cache show or apt-cache showpkg
To show the contents of a package (similar to rpm -qip )

For the user's convenience the package names do not contain the version number. If you want to know the version number of the currently installed package please execute 'rpm -q '.


Install MPlayer di SuSE 9.3

cara rpm I:

YaST --> Change Source of Installation --> Add --> HTTP
Server Name : packman.iu-bremen.de
Directory on Server : suse/9.3/
Klik OK

YaST --> Install and Remove Software
Search : mplayer

centang pada:
libpostproc
MPlayer
mplayerplug-in

Buka melalui:
Kmenu --> Multimedia --> Video Player --> MPlayer

selesai........................


cara rpm II:

uninstall dulu Kaffeine, xine-lib.
Download file dari http://packman.iu-bremen.de/suse/9.3/i586/:
w32codec-all-20050412-0.pm.0.i586.rpm
MPlayer-1.0pre7-pm.3.i586.rpm

Download file dari:
http://rpm.pbone.net/index.php3/stat/4/idpl/2026319/com/lzo-1.08-107.i586.rpm.html
liblzo.so.1 atau lzo-1.08-107.i586.rpm

Download file dari:
http://rpm.pbone.net/index.php3/stat/4/idpl/2384975/com/lame-SSE-3.97b-3.i686.rpm.html
libmp3lame.so.0 atau lame-SSE-3.97b-3.i686.rpm

Kemudian file yang di download tadi di install:
rpm -ivh w32codec-all-20050412-0.pm.0.i586.rpm
rpm -ivh lzo-1.08-107.i586.rpm
rpm -ivh lame-SSE-3.97b-3.i686.rpm

Buka melalui:
Kmenu --> Multimedia --> Video Player --> MPlayer

selesai........................


Install VLC di SuSE 9.3

Install dari cd suse 9.3:
libgnutls.so.12 atau gnutls
libxosd.so.2 atau xosd

Download dari:
http://linux.softpedia.com/progDownload/libdvdcss-Download-165.html
libdvdcss2-1.2.9-1.i386.rpm


Download dari:
http://packman.links2linux.org/index.php4?action=497&vn=4
faac-1.24-0.pm.2.i686.rpm

http://packman.iu-bremen.de/suse/9.3/i586/
a52dec-0.7.4-3.pm.1.i586.rpm
faad2-2.0-0.pm.5.i586.rpm
libavc1394-0.5.0-1.pm.1.i586.rpm
libdvbpsi3-0.1.4-0.pm.4.i586.rpm
libffmpeg0-0.4.9-4.pm.cvs20051016.i586.rpm
xvid-1.1.0-0.pm.2beta2.i586.rpm
vlc-0.8.2-1.pm.1.i686.rpm

tapi versi ini belum bisa baca wmv di suse 9.3
mungkin versi vlc-0.8.4a-1.pm.3.i686.rpm bisa

selesai...............................
















Enter content here
















Enter supporting content here