Articles Comments

{ Berbagi, Menulis, Dan Mengajar } Ilmu… » Archive

SMS/GPRS GATEWAY MODEM ITEGNO 3000

Itegno 3000 Adalah modem SMS(gateway) Server yang telah banyak di implementasikan untuk aplikasi Sistem Informasi berbasis SMS. selain memiliki kemampuan sebagai SMS Gateway, modem ini juga bisa digunakan sebagai modem GPRS dengan menggunakan kartu GSM. inferface modem tersedia dalam dua model,yaitu model Serial RS232 dan USB. bagi anda yang menginginkan kemudahan saya sarankan memilih model USB praktis dan tinggal Colok ke port USB. — Untuk Informasi Spesifikasi Modem iTegno 3000 iTegno 3000 is an ideal companion for mobile professionals with its light weight, portable size, embedded antenna and low power consumption. Powered by USB, iTegno 3000 does not require batteries or battery charging. User can truly enjoy the wireless access to internet and making voice calls, sending and receiving e-mails, faxes and SMS anywhere, anytime. iTegno is compatible with all laptops and PCs installed with Win 98SE / 2000 / … Read entire article »

Filed under: 8. Data Comm / Inet of Things (IoT)

installasi Qmail di Debian GNU-LINUX

Saat ini debian etch yang telah telah menyediakan paket Qmail source lengkap dengan modul modul pendukungnya,disini akan saya tulis step by step installasi Qmail di debian Etch. Mengapa Qmail ? saya pilih qmail, jelas Qmail lebih handal dan Management-nya lebih mudah,selain itu kemampuan Qmail dalam melayani akses ribuan Qmail /hari sudah jelas terbukti (lihatlah Yahoo Mail!!) sebelum mengikuti langkah langkah mustajab berikut,alangkah baiknya kita mendownload file qmailrocks.tar.gz yang berisi source lengkap dari Qmail dan modul modul pendukung lainnya, pada step selanjutnya kita akan melakukan installasi modul pendukung dari source qmailrocks okey … Go Start Right Now… GoodLuck — 1. Update Source apt ke mirror terdekat ( saya pilih di Singapura) upstream dari sana lebih menjanjikan . — deb http://security.debian.org/ etch/updates main contrib non-free deb http://security.debian.org/ etch/updates main deb http://mirror.averse.net/debian/ etch main contrib non-free deb-src http://mirror.averse.net/debian/ etch main contrib non-free deb-src http://mirror.averse.net/debian/ … Read entire article »

Filed under: Linux

Bekap Windows 2003

Sebelum memulai mengutak atik windows 2003 server milik anda, lebih baik lakukan bekap terhadap windows server anda, caranya lakukan dengan perintah Start –> Run –> ntbackup — .:GoodLuck:. … Read entire article »

Filed under: Windows-Server

Blocking Alamat Email di Qmail

Untuk melakukan blocking alamat email di Server Qmail caranya cukup mudah —- Bisa Dilakukan dengan mengedit file –> /var/qmail/control/badmailfrom *.Kalo ingin nge-block dari sebuah alamat domain, lakukan cara sebagai berikut echo ‘@domain.com’ >> /var/qmail/control/badmailfrom .:GoodLuck:. … Read entire article »

Filed under: Free-BSD, Linux

Install WordPress di Debian Etch

Dikutip Langsung dari Links dibawah ini http://www.debianadmin.com/install-wordpress-in-debian-etch.html dengan maksud tidak mengurangi rasa hormat kepada sang penulis, saya copy paste-kan di blog ini, biar tidak lupa … hehe … WordPress is a state-of-the-art semantic personal publishing platform with a focus on aesthetics, web standards, and usability. What a mouthful. WordPress is both free and priceless at the same time. WordPress Requirements * Apache Web server * PHP 4.2 or greater * MySQL 3.23.23 or greater * The mod_rewrite Apache module First you need to install apache2 with php support and mysql with php support Apache with PHP Support check here Mysql Database installation check here Mysql with php support you need to run the following command #apt-get install php4-mysql after that you need to install wordpress using the follwoing command #apt-get install wordpress This will install the wordpress now you need to go to /usr/share/doc/wordpress/example folder to setup apache to … Read entire article »

Filed under: Cms Wordpress, Linux

installing Qmail on FreeBSD in 5 Minutes

FreeBSD Qmail Server… asalamualaikum wr wb This is a quick installation of Qmail on FreeBSD Operating System … ———————— Do like this, follow the step by step, less than 5 minutes we can build a mail server…. Good Luck …!!! wasalam wr wb ————————— # cd /usr/ports/mail/qmail # make enable-qmail WITH_QMAILQUEUE_PATCH=yes WITH_BIG_TODO_PATCH=yes # make clean # cd /usr/ports/sysutils/ucspi-tcp # make all install clean # cd /usr/ports/security/checkpassword # make all install clean # echo “OPTIONAL_MANPATH /var/qmail/man” >> /etc/manpath.config # makewhatis # echo “127.0.0.1:allow,RELAYCLIENT=\”\”” > /etc/tcp.smtp # echo “192.168.0.:allow,RELAYCLIENT=\”\”” >> /etc/tcp.smtp # echo :allow >> /etc/tcp.smtp # /usr/local/bin/tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp < /etc/tcp.smtp EDIT dot.cshrc Find the following line in dot.cshrc: set mail = (/var/mail/$USER) and modify the file as follows: #set mail = (/var/mail/$USER) setenv MAIL ~/Mailbox setenv MAILDIR ~/Maildir setenv MAILTMP ~/Maildir/tmp/tmpfile alias mail '/var/qmail/bin/maildir2mbox;/var/qmail/bin/qail' alias pine '/var/qmail/bin/maildir2mbox;/var/qmail/bin/pinq' alias elm '/var/qmail/bin/maildir2mbox;/var/qmail/bin/elq' EDIT dot.shrc Append the following lines to the end of dot.shrc MAIL=~/Mailbox MAILDIR=~/Maildir MAILTMP=~/Maildir/tmp/tmpfile export MAIL MAILDIR MAILTMP alias mail='/var/qmail/bin/maildir2mbox;/var/qmail/bin/qail' alias pine='/var/qmail/bin/maildir2mbox;/var/qmail/bin/pinq' alias elm='/var/qmail/bin/maildir2mbox;/var/qmail/bin/elq' EDIT dot.qmail Create the file dot.qmail and add this … Read entire article »

Filed under: Free-BSD

Config Error (BSD)

Dear All … Mesin Saya FreeBSD-Stable … Hari ini saya mo compile ulang Kernel mesin tsb,tapi yang saya temui conflict / error spt dibawah : Biar Bisa Compile kernel lagi gimana ya ?? kasih solusi donk … thx ——— Problem :: #config FIREWALL ERROR: version of config(8) does not match kernel! config version = 500013, version required = 600002 Make sure that /usr/src/usr.sbin/config is in sync with your /usr/src/sys and install a new config binary before trying this again. If running the new config fails check your config file against the GENERIC or LINT config files for changes in config syntax, or option/device naming conventions Solution :: # cd /usr/src/usr.sbin/config # make depend all install clean silakan rebuild kernel -dh- .:GoodLuck:. … Read entire article »

Filed under: Free-BSD

Qmail error … /usr/ports (BSD)

Problem ?? :: dear all… saya punya mesin BSD-STABLE … Udah Lama Sekali njalanin Qmail … beberapa Hari yang lalu Qmail-nya saya uninstall …. kemudian saya coba menginstall ulang Qmail nya … namun yang keluar malah error seperti ini …. ————— root@CS007# make reinstall ===> qmail-1.03_4 is marked as broken: OUTGOINGIP and QMTPC conflicts! Please, make your choice. ——————- Kira Kira kenapa neh ??? thx Solutions :: Hi Dimas, cd /usr/ports/mail/qmail && make config Pilih OUTGOINGIP *atau* QMTPC (sesuai kebutuhan), di sisi saya, hanya patch QMAILQUEUE saja. Regards Bd .:GoodLuck:. … Read entire article »

Filed under: Free-BSD

APT Behind Proxy

APT Behind Proxy Kalo Pingin ngejalanin APT get di Belakang Proxy Jangan Lupa Tambahin Script ini ya … — root@ubuntuku:/var/www/test# cat /etc/apt/apt.conf.d/70debconf // Pre-configure all packages with debconf before they are installed. // If you don’t like it, comment it out. DPkg::Pre-Install-Pkgs {“/usr/sbin/dpkg-preconfigure –apt || true”;}; ACQUIRE { http::proxy “http://192.168.0.254:8080/” } // Artinya 192.168.0.254 adalah mesin Proxy .:GoodLuck:. … Read entire article »

Filed under: Linux

FreeBSD Reprository for Port-Tree

Ini Cerita ttg FreeBSD –> Create /etc/make.conf # Tambahkan Script ini u/ Porting file,lihat koneksinya (INDON or LUAR INDON) #MASTER_SITE_BACKUP?= \ # ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ #MASTER_SITE_BACKUP} #Indonesia (Thx to CBN) #MASTER_SITE_BACKUP?= \ # ftp://freebsd.cbn.net.id/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ #MASTER_SITE_BACKUP} #Luar Negeri (Thx to MIT) #MASTER_SITE_BACKUP?= \ # http://cvsup3.freebsd.org/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ #MASTER_SITE_BACKUP} .:GoodLuck:. … Read entire article »

Filed under: Free-BSD