Thursday, April 16, 2009

Mamadzus - Linux Scheduling Command

mamadzus@mamadzus:~$ sudo crontab -l
39 17 * * * /etc/webmin/cron/tempdelete.pl
0 * * * * /etc/webmin/bandwidth/rotate.pl

untuk edit:
mamadzus@mamadzus:~$ sudo crontab -e

regard,
Mamadzus
ma2d_te@yahoo.com
+62 817 540 4448

Wednesday, April 1, 2009

Mamadzus - Setup Date / Time Linux

buka di sini aja ya :-) males ngetik lagi euy

http://www.debian.org/doc/manuals/system-administrator/ch-sysadmin-time.html

regard,
Mamadzus
ma2d_te@yahoo.com
+62 817 540 4448

Mamadzus - Install Nagios at Debian

want to earn money from internet. Just click & register at here

HOWTO instal Nagios:
- sudo apt-get install apache2
- sudo apt-get install build-essential
- sudo apt-get install libgd2-xpm-dev
- /usr/sbin/useradd -m nagios
- passwd nagios
- /usr/sbin/groupadd nagios
- /usr/sbin/usermod -G nagios nagios
- /usr/sbin/groupadd nagcmd
- /usr/sbin/usermod -a -G nagcmd nagios
- /usr/sbin/usermod -a -G nagcmd www-data
- mkdir ~/downloads
- cd ~/downloads
- wget http://osdn.dl.sourceforge.net/sourceforge/nagios/nagios-3.0.6.tar.gz
- wget http://osdn.dl.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.11.tar.gz

Mamadzus - FTP Server

HOWTO install FTP server:
- root@asterisk:~# apt-get update
- root@asterisk:~# apt-cache search ftp-server
- root@asterisk:~# apt-get install ftpd-ssl

***done***



regard,
Mamadzus
ma2d_te@yahoo.com
+62 817 540 4448