Monthly Archives: March 2004

Ternyata partisi /usr NS full

Setelah diotak-atik sana-sini, mana kira-kira yang bisa dipindah, akhirnya /usr/src dipindah ke /data/src. Selanjutnya /data/src di mount ke /usr/src, beres Kalau di symlink biasa, hasilnya ketika proses installworld kadang muncul pesan error yg disebabkan masalah symlink tsb. Setahun sebelumnya pernah … Continue reading

Posted in Ngoprek, Work | Tagged | Comments Off

Upgrade NS ke FreeBSD 4.9 RELEASE

Setelah beberapa bulan, komputer NS.comlabs di upgrade ke FreeBSD 4.9 RELEASE. cd /usr/src cvsup -g -L2 stable-supfile make buildworld make buildkernel installkernel KERNCONF=GENERIC shutdown now make installworld mergemaster reboot Before: FreeBSD ns.tpb.itb.ac.id 4.9-RC FreeBSD 4.9-RC #0: Thu Oct 16 21:55:51 … Continue reading

Posted in Work | Tagged | Comments Off

Postfix main.cf

Konfigurasi postfix + LDAP + GOsa. # LOCAL PATHNAME INFORMATION queue_directory = /var/spool/postfix command_directory = /usr/local/sbin daemon_directory = /usr/local/libexec/postfix # QUEUE AND PROCESS OWNERSHIP mail_owner = postfix default_privs = nobody # INTERNET HOST AND DOMAIN NAMES myhostname = ns.comlabs.itb.ac.id mydomain … Continue reading

Posted in Ngoprek | Tagged | Comments Off

Install Desknow

Installasi Desknow. Tulisan ini diambil dari arsip ngoprek gwe beberapa bulan y.l. Masih relevan sepertinya, cuman perlu ditambah, bagaimana setup antivirus, antispam (bayesian), webmessenger. Hehe ternyata banyak jg yah Source ada di http://www.desknow.com By Cecep Mahbub (cecep@comlabs.itb.ac.id) Change Log: 2003-07-26 … Continue reading

Posted in Ngoprek | Tagged | Comments Off

Buat database di MySQL

Lupa terus, setiap mau bikin, musti cari referensi di internet. OK, sekarang tiada ampun lagi, gwe musti CATET! Contoh: root# mysql -u root -p mysql> create database cecep_coppermine; Query OK, 1 row affected (0.02 sec) mysql> GRANT ALL on cecep_coppermine.* … Continue reading

Posted in Tips Linux | Tagged | Comments Off

Mengadministrasi Cyrus Imap

Menghapus mailbox: ns# cyradm –user cyrus localhost IMAP Password: localhost> lm user.cecep (HasNoChildren) user.mahbub (HasNoChildren) localhost> sam user.cecep cyrus c dm user.cecep Referensi: http://www.irbs.net/internet/info-cyrus/0209/0224.html http://www.oreilly.com/catalog/mimap/chapter/ch09.html http://www.spack.org/index.cgi/CyrusImapMaintenance

Posted in Tips Linux | Tagged | Comments Off

Cyrus Imap lihat mailbox

Kadang suka lupa kalau nggak ditulis Cara ngelihat mailbox di Cyrus imap ns# cyradm –user cyrus localhost IMAP Password: localhost> lm user.cecepmr (\HasNoChildren) user.mahbub (\HasNoChildren) localhost> quit

Posted in Tips Linux | Tagged | Comments Off