Articles Comments

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

Cara Mengecek koneksi Modem ITEGNO-3000 Menggunakan HyperTerminal

Berikut adalah cara melakukan koneksi Itegno Menggunakan HyperTerminal — A. Konfigurasi HyperTerminal 1. Buka HyperTerminal (Start > Programs > Accessories > Communications > HyperTerminal). 2. Ketik “Itegno Modem” 3. Kemudian Tekan Enter 4. Pilih Com Number yang terdeteksi oleh windows (lihat gambar dibawah) 5. Yang mesti diperhatikan Bits per second: 115200 Data bits: 8 Parity: None Stop bits: 1 Flow control: Hardware 6. Klik OK 7. Sekarang lakukan percobaan untuk test komunikasi, cara-nya dengan mengetik “AT” dengan tekan ENTER,jika respon benar maka anda akan memperoleh respone “OK”. AT -> Enter … Read entire article »

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

Debug Itegno 3000 Modem

Bagi Pengguna Itegno-3000, berikut saya Forward mengenai cara – cara mendebug Itegno-3000 agar tampil lebih garang. Dear all, Please kindly note that there is an issue where the iTegno modems distributed in Malaysia and Indonesia currently where the modem fail to work after a period of time. The known symptoms are after setting up the modem to network, it will fail to function after an approximate period of 4 to 5 hours. The error cause is due to a default factory setting AT+WGPRS=0,0 in the modules which face problems functioning in network in Malaysia and Indonesia. This command set the modem to auto initialize to the GPRS network; and if GPRS is activated without being connect to a PDP context, the modem will result in a “hang” state failing to function in anyway until it has been power reset. The current interim solution … Read entire article »

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

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