February 15th, 2008 by Fauzan
Posted in Celoteh, Ngoprek | 5 Comments »
November 24th, 2007 by Fauzan
Posted in Blog, Celoteh, Ngoprek | 11 Comments »
November 17th, 2007 by Fauzan
Posted in Ngoprek, Programming, Ruby | 1 Comment »
October 26th, 2007 by Fauzan
Posted in Ngoprek, PHP | 9 Comments »
October 25th, 2007 by Fauzan
Posted in Linux, Ngoprek | No Comments »
July 6th, 2007 by Fauzan
Pagi ini kulihat cerah sekali. Mumpung masih liburan, dan ndak ada kerjaan, jadilah si ubuntu ku jadi sasaran buat di hancurkan 
Kali ini yang jadi target penghancuran adalah si cumi-cumi ngeyel alias squid 
Seperti biasa …. untuk proses instalasi di ubuntu mah, ndak usah repot-repot :
sudo apt-get install squid
beres dah 
untuk konfigurasinya tinggal diedit sajah file /etc/squid/squid.conf
berikut adalah konfigurasi cumi cumi yang sudah saya hancurkan :
http_port 8080
visible_hostname CumiCumiUbuntu
cache_mgr admin@cumicumi.com
cache_dir ufs /var/spool/squid 500 16 256
cache_peer 172.16.1.1 parent 8080 0 no-query default
access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl jar1 src 10.14.200.0/255.255.255.0
http_access allow localhost
http_access allow jar1
http_access deny all
Kita coba menjelaskannya satu persatu (mudah - mudahan bisa .. aminnn
).
Lanjut Juragan »

Posted in Internet, Ngoprek | 5 Comments »
July 1st, 2007 by Fauzan
Instalasi BIND on ubuntu feisty.
sudo apt-get install bind9
edit file named.conf.local. Tambahkan sintak berikut :
zone “prolab.stttelkom.ac.id” {
type master;
file “/etc/bind/db.prolab”;
};
zone “0.14.10.in-addr.arpa” {
type master;
file “/etc/bind/0.14.10.in-addr.arpa”;
};
Lanjut Juragan »

Posted in Hobi, Ngoprek | 2 Comments »
February 12th, 2007 by Fauzan
Just upgrade my lovely blue kubuntu to edgy (6.10).
Thanks to telemirror (10.14.3.33 @ stttelkom intranet).
it’s Nice, n tetep i love kde
(sorry, buat fans gnome).
Ubuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too!
The Ubuntu community is built on the ideas enshrined in the Ubuntu Philosophy: that software should be available free of charge, that software tools should be usable by people in their local language and despite any disabilities, and that people should have the freedom to customise and alter their software in whatever way they see fit.
These freedoms make Ubuntu fundamentally different from traditional proprietary software: not only are the tools you need available free of charge, you have the right to modify your software until it works the way you want it to.

Lanjut Juragan »

Posted in Ngoprek | No Comments »
February 8th, 2007 by Fauzan
Sebelumnya set ip address dan route dan resolv.conf
cupu~:# ifconfig eth0 xx.xx.xx.xx netmask 255.255.255.0 broadcast xx.xx.xx.xx
cupu~:# route add default gw xx.xx.xx.xx
cupu~:#vi /etc/resolv.conf
1. Ekstrak file pptp-linux-1.4.0.tar.gz&pptp-command. tar.gz
cupu~:#tar -xzvf pptp-linux-1.4.0.tar.gz
cupu~:#tar -xzvf pptp-command. tar.gz
2. Install & pindahkan file pptp-command
#supaya pptp-command bisa dieksekusi dimana saja
cupu~:#cp pptp-command /usr/sbin
cupu~:# cd pptp-linux-1.4.0
cupu~:#make
cupu~:#make install
3. setup pptp-command
Disini saya copy paste aja setiap ada tanda “:” harus diinputkan oleh user, selain password, apa yg harus diinputkan tidak blank/kosong (berarti gak perlu diisi). Local Name diisi dg username anda dan password diisi dg pass VPN.
cupu~:# pptp-command
1.) start
2.) stop
3.) setup
4.) quit
What task would you like to do?: 3
1.) Manage CHAP secrets
2.) Manage PAP secrets
3.) List PPTP Tunnels
4.) Add a NEW PPTP Tunnel
5.) Delete a PPTP Tunnel
6.) Configure resolv.conf
7.) Select a default tunnel
8.) Quit
?: 1
1.) List CHAP secrets
2.) Add a New CHAP secret
3.) Delete a CHAP secret
4.) Quit
?: 2
Add a NEW CHAP secret.
Lanjut Juragan »

Posted in Ngoprek | No Comments »
February 8th, 2007 by Fauzan
Nah… setelah kita berhasil bermain - main dengan mysql
Tak ada salahnya sekarang kita lanjutkan dengan instalasi apache dan php, biar ubuntu / kubuntu kesayangan lengkap menjadi sebuah web server.
Here we go :
Seperti biasa, kita membutuhkan source program sebelum instalasi
source dapat diperoleh di tempat berikut
Apache 2.x - http://httpd.apache.org/ download.cgi
PHP 5.x - http://us2.php.net/ downloads.php
MySQL 5.x - http://dev.mysql.com/ downloads/
1. Menginstal MySQL
Bagi yang belum menginstall mysql, panduannya dapat dilihat di artikel sebelumnya.
Lanjut Juragan »

Posted in Ngoprek | No Comments »