Category Archives: Linux

autologin di ubuntu 9.10

Solusi autologin bagi yang menggunakan ubuntu 9.10, yg masi ada bugs di fitur autologinnya : 1.) Add the following line to /etc/pam.d/gdm just before the line @include common-auth: auth sufficient pam_listfile.so item=user sense=allow file=/usr/local/etc/nopassusers onerr=fail You need to either be … Continue reading

Posted in aNote, Linux | Leave a comment

Fixing Index

sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys

Posted in aNote, Linux | Leave a comment

Gyachoo @ ubuntu 9.10

Lagi butuh Gyachoo untuk dipake di komputer client K-TUX  ( KLIK-TUX ) , warnet Linux-nya KLIK internet Lounge (KLIKnet) yang lagi kukebut untuk dibuka dalam minggu2 ini. K-TUX full pake Karmic Koala (Ubuntu 9.10), instalasi Gyachoo versi terakhir berjalan sukses, … Continue reading

Posted in Linux | Leave a comment

Tips Instalasi Fonts Windows di Linux

Bagi anda yang baru bermigrasi dari Windows ke Linux, terdapat satu hal yang membuat penggunaan Linux menjadi aneh yakni font. Font-font yang biasa dipakai di WIndows jangan harap bisa ditemukan di Linux. Supaya user bisa merasa nyaman melihat dan menggunakan … Continue reading

Posted in Linux | Leave a comment

move /home to it’s own partition

Karena ada kebutuhan space yg lebih ‘lega’ untuk /home, mau gak mau harus menambah hdd untuk partisi /home sendiri. root@files:/#mkdir /mnt/newhome root@files:/#mount -t reiserfs /dev/sdb2 /mnt/newhome Copy semua isi current /home ke /home yg baru root@files:/#cd /home root@files:/home#find . -depth … Continue reading

Posted in Linux | Leave a comment

Konfigurasi Samba Sebagai PDC di Ubuntu

Samba adalah himpunan aplikasi yang bertujuan agar komputer dengan sistem operasi Linux, BSD ( atau UNIX lainnya) dapat bertindak sebagai file dan print server yang berbasis protokol SMB (session message block). Jaringan yang semacam ini biasa dijumpai pada Windows workgroup … Continue reading

Posted in Linux | Leave a comment

EasyHotspot, Distro khusus hotspot billing system

Layak dicoba nih, hasil karya anak bangsa “EasyHotspot” Distro Linux based on Xubuntu, instalasi hotspot billing system dalam satu paket yang tinggal pake. Ntar kalo udh aq test dulu ya…

Posted in Linux | 10 Comments

Setting the Root Password on Ubuntu

There is, generally, no need to use root for Ubuntu, since everything is done via sudo. If you wish, though, you can set the root password by typing: sudo su Enter the user password, and then: passwd Enter the root … Continue reading

Posted in Linux | Leave a comment

Auth user di squid via NCSA

Pastikan sewaktu compilas squid sdh menyertakan opsi berikut : –enable-auth –enable-basic-auth-helpers=NCSA mkdir /usr/local/squid/ncsa htpasswd -c /usr/local/squid/ncsa/login.auth donnie edit squid.conf, tambahkan lines berikut ini : auth_param basic program /usr/lib/squid/ncsa_auth /usr/lib/squid/ncsa/dani.auth auth_param basic children 5 auth_param basic realm Squid proxy-caching web server … Continue reading

Posted in Linux | 5 Comments

Instalasi Proxy Squid di Trustix

wget http://squid.cbn.net.id/Versions/v2/2.6/squid-2.6.STABLE19.tar.gz tar -zxvf squid-2.6.STABLE19.tar.gz cd squid-2.6.STABLE19 ./configure –enable-async-io –enable-icmp –disable-wccp –disable-wccpv2 –enable-snmp –enable-err-languages=English –enable-linux-netfilter –with-pthreads –with-aio –with-dl –with-maxfd=2048 –enable-cache-digests –enable-storeio=aufs –enable-removal-policies=heap –enable-delay-pools –enable-gnuregex –enable-auth –enable-basic-auth-helpers=NCSA –enable-default-err-languages=English make umask 022 make install ./squid -z ./squid -sYD Download squid.conf punyaku di … Continue reading

Posted in Linux | Leave a comment