Winmtr

WinMTR, adalah program tool jaringan under Windows. WinMTR dibuat oleh Matt dan didistribusikan dibawah General Public License. Program ini terbilang kecil dan ringan, WiMTR merupakan gabungan dari dua perintah di windows yaitu: ping dan tracert . Continue reading

Install Apache-PHP-MySQL di Linux Debian

Nah langkah-langkah install web Apache, PHP dan server database MySQL langkah-langkahnya sebagai berikut:

Instalasi web server Apache
# apt-get install apache2

Instalasi database server MySQL
# apt-get install mysql-server

Instalasi php untuk web server Apache
# apt-get install php5

Instalasi MySQL untuk Apache
# apt-get install libapache-mod-acct-mysql
# apt-get install php5-mysql

Udah deh beres.. Selamat mencoba ya teman-teman :D

Cara update public key debian

Masalah ini kadang terjadi klo repository nya ga ada public key nya, sebenernya sih tinggal di update bisa aja tapi siapa tau anda kurang kerjaan… hehehe, monggo di coba… :D

Update public key Debian

# gpg –keyserver wwwkeys.eu.pgp.net –recv-keys XXXXXXXXXXXXXXXX

# apt-key add /root/.gnupg/pubring.gpg

# apt-get update

==========================

===========agar tidak berubah apt-key list nya silahkan di coba:

gpg keyserver foo recv-keys

followed by:

gpg export armor A70DAF536070D3A1 | apt-key add -

Tutorial Setting Outlook Express 6

Untuk setting outlook monggo di coba… (ini untuk yang pakai domain sendiri, dan menggunakan server gmail)

Setting for mail.user.co.id Continue reading

Try to broadcast your own radio

Iseng-iseng ngganggo boso londo, nak salah yo nyuwun ngapuro…

Try to broadcast your own radio

First test install for local broadcast winamp 5.5x shoutcast-dnas-1-9-8-windo

ws.exe shoutcast-dsp-1-9-0-windows.exe edit password on sc_serv.ini (C:Program FilesSHOUTcastsc_serv.ini) open sc_serv.exe for broadcast open shoutcast winamp setting on tab econder to 48kbps than click tab input change input device to Soundcard Input change Input Setting to 44100Hz back to tab output change password with your change on sc_serv.ini make sure Address is localhost port 8000 try to playing mp3 from other player example: windows media player than connect it to tray it –> open firefox input addr to http://localhost:8000 open tab listen and download listen.pls try to hear it from other media player example realplayer it’s work dude…. :)

so you must try to broadcast it to internet Continue reading

Merubah password mysql

maksud hati nulis ini supaya jika suatu saat lupa tinggal copy paste dan sapa tau juga berguna unt orang lain amin…. :)

Debian Octopussy installation

use wget:

wget http://nchc.dl.sourceforge.net/sourceforge/syslog-analyzer/octopussy_0.9.6.2_all.deb

Install it :

dpkg -i octopussy_0.9.6.2_all.deb

You will see some error about package not found, enter following to fix it

apt-get -f install
dpkg -i octopussy_0.9.6.2_all.deb

Selamat mencoba…

Bagi yang mau download pake sftp monggo… :)

Accessing Files Using sftp

Secure File Transfer Protocol (sftp) is a file transfer program which runs over an ssh tunnel and uses many features of ssh, including compression and encryption. Essentially, sftp is a drop-in replacement for the standard command-line ftp client, but with ssh authentication. Continue reading

postgresql-8.3 error

hm… that you have get this error? hehe like me…

(just for catatan jika nanti lupa maupun di butuhkan – keep share) Continue reading

change date / time Linux

yang pasti install  dulu ntp nya….

bisa pake

yum install ntpd Continue reading