Wadah Belajar Linux, Debian, Mikrotik, Networking, Routing, dan Ilmu Pendukungnya

< Browse > Home

| Mobile | RSS

Proteksi Web Direktori Menggunakan htaccess dan htpasswd

File htaccess berguna untuk melakukan authenticate user tingkat web server, oleh karena itu file htaccess harus di configure juga di /etc/apache2/sites-available/default (file configurasi site apache2).
# vim /etc/apache2/sites-available/default
cari bagian :
<Directory “/var/www”>
Options Indexes FollowSymLinks MultiViews +SymlinksIfOwnerMatch
IndexOptions NameWidth=* +SuppressDescription
AllowOverride None
Order allow,deny
allow from all
</Directory>

[ More ] October 16th, 2008 | No Comments | Posted in Linux, script |

Affiliasi Clixsense

Clixsense adalah salah satu program yang akan membayar anda untuk melakukan klik URL iklan yang mereka tampilkan. Untuk satu iklan hanya dibutuhkan waktu sekitar 30 detik. satu iklan dihargai sekitar $0.01 hingga $5. Ada 2 jenis member yaitu Standar dan Premium, apa perbedaanya ? Perbedaanya adalah, untuk member biasa atau standar iklan yang di tampilkan [...]

[ More ] October 16th, 2008 | No Comments | Posted in Online Earning, Uncategorized |

About Checkinstall (English)

Checkinstall is an extremely useful tool that helps when installing software after their compilation.
When a software is compiled, the following well known commands are used:
#./configure
#make
#make install
There are two majors problems with this way of installing programs:
1. The “make uninstall” command is very often not available and thus you cannot uninstall the program.
2. You don’t have [...]

[ More ] October 16th, 2008 | No Comments | Posted in Linux |

Basic Network Setting Debian (English)

1. Network Settings
A. To configure your network interfaces with ifconfig.
- Static IP Address
#ifconfig [interface_name] [ip_address] netmask [mask]
ex :
#ifconfig eth0 192.168.1.15 netmask 255.255.255.0 broadcast 192.168.1.255
To configure the default gateway:
#route add default gateway [ip address] dev [interface_name]
ex :
#route add default gateway 192.168.1.1 dev eth0

[ More ] October 16th, 2008 | No Comments | Posted in Linux, Networking |

Buku TA-ku (Tentang Grafika)

Setelah di”bongkar”nya si kebo tanpa pemberitahuan penghuni2nya, maka hilanglah data2 si penghuni termasuk diriku yang malang ini, program2ku ilang kabeh, hiks hiks…
Alhamdulillah masih tersisa secuil file yg kemudian aku buka ternyata isinya adalah Buku TA-ku satu2nya dengan judul :
Pengendalian Model 3 Dimensi Wajah Melalui Pendeteksian dan Tracking Titik Fitur Wajah
Sub Judul : Pemodelan 3 Dimensi [...]

[ More ] October 16th, 2008 | No Comments | Posted in Uncategorized, script |

Install Nagios di Debian

Paket yg dibutuhkan :
- Apache2
apt-get install apache2
- GCC Compiler dan Development libraries
apt-get install build-essential
- GD Development libraries
apt-get install libgd2-xpm-dev
Create Account :
Bikin user nagios dan kasih password :
/usr/sbin/useradd -m nagios
passwd nagios
Add nagios group
/usr/sbin/groupadd nagios
/usr/sbin/usermod -G nagios nagios
Bikin group nagcmd yg mbolehin external commmands dari web interface, tambahin user nagios dan apache ke group tersebut.
/usr/sbin/groupadd nagcmd
/usr/sbin/usermod -G [...]

[ More ] October 16th, 2008 | No Comments | Posted in Linux, Networking, script |

24 September Tahun ke-2

Perayaan sederhana datang saat duduk santai di ruang tamu, badan kecapekan seharian kerja g ada habisnya. Ada si rangga kecil yg bilang “lek jupan, tutup mata-nya…”, tanpa bertanya tanya langsung aku tutup deh dari pada kena pukul (biasanya si rangga suka mukul nih), g lama kemudian aku pun disuruh buka mata.
Tha-tha…….

Ayankku ngasih kejutan, hehehe…
Syeneng [...]

[ More ] September 24th, 2008 | No Comments | Posted in Uncategorized |

Tutorial Minicom

Minicom adalah program komunikasi serial utk mengakses suatu jaringan atau perangkat melalui console port.
Tool ini mirip dengan Hyper Terminal, yg umumnya ada di Microsoft Windows System.
Ayo kita install Minicom :
#apt-get install minicom
Cek aktif serial ports :
#dmesg | grep tty
serial8250: ttyS0 at I/O 0×3f8 (irq = 4) is a 16550A
File /dev/ttyS0 permisinya harus di set read [...]

[ More ] September 16th, 2008 | No Comments | Posted in Linux, Networking |

Tips Optimasi Firefox

1. Buka firefox, ketik di kotak url = about:config
2. Pada bagian filter, ketik = network.http
3. Set parameter yg muncul sbb :
network.http.max-connections : 64
network.http.max-connections-per-server : 21
network.http.max-persistent-connections-per-server : 8
network.http.pipelining : true
network.http.pipelining.maxrequests : 30
network.http.proxy.pipelining : true
4. Klik kanan mouse & pilih New > Integer. Beri nama “nglayout.initialpaint.delay” dan set nilainya dengan angka 0

[ More ] September 14th, 2008 | No Comments | Posted in Uncategorized |

Install Postfix Queue Statistics

Install queuegraph
# apt-get install queuegraph
Reading package lists… Done
Building dependency tree… Done
The following extra packages will be installed:
librrds-perl
Suggested packages:
mailgraph
The following NEW packages will be installed
librrds-perl queuegraph
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 47.2kB of archives.
After unpacking 164kB of additional disk space will be used.
Get: 1 ftp://kambing.ui.edu stable/main librrds-perl 1.2.15-0.3 [...]

[ More ] September 10th, 2008 | No Comments | Posted in Linux, script |

Sinkronisasi Waktu di Debian

Install ntpdate:
# apt-get install ntpdate
Reading package lists… Done
Building dependency tree… Done
The following NEW packages will be installed
ntpdate
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 57.7kB of archives.
After unpacking 213kB of additional disk space will be used.
Get: 1 ftp://kambing.ui.edu stable/main ntpdate 1:4.2.2.p4+dfsg-2 [57.7kB]
Fetched 57.7kB in 0s (111kB/s)
Selecting previously deselected package [...]

[ More ] September 10th, 2008 | No Comments | Posted in Linux |

Mikrotik Transparent Proxy

1. Set si proxy
/ip web-proxy
set enabled=yes –>> enable si proxy
set src-address=0.0.0.0 –>> alamat yg di allow
set port=8080 –>> port proxy
set hostname=”proxy.zulfanruri.com” –>> visible hostname si proxy
set transparent-proxy=yes –>> enable transparent proxy
set parent-proxy=0.0.0.0:0–>> jika kita gunakan parent proxy
set cache-administrator=”support@zulfanruri.com” –>> email admin proxy
set max-object-size=4096KiB –>> max size object yg bisa di tangkap si proxy
set cache-drive=system –>> [...]

[ More ] September 9th, 2008 | 1 Comment | Posted in Networking, mikrotik, script |


View My Stats