Archive for July, 2011

Setting IMAP dan SMTP pada Ymail
20For the Android, it is:
Incoming
Protocol: IMAP
Username: username@domain.com
IMAP Server: android.imap.mail.yahoo.com
Security Type: SSL
Port: 993
Outgoing
Login Required: checked
SMTP Server: android.smtp.mail.yahoo.com
Security Type: SSL
Port: 465

Perintah-perintah penting di FreeBSD
507Monitoring port 2222 :
netstat -an | grep 2222
or sockstat -L4p 2222
Restart rc.conf tanpa reboot server
/etc/netstart
Portsnap
Download a compressed snapshot of the Ports Collection into /var/db/portsnap. You can disconnect from the Internet after this step, if you wish.
# portsnap fetchIf you are running Portsnap for the first time, extract the snapshot into /usr/ports:
# portsnap extractIf you already have a populated /usr/ports and you are just updating, run the following command instead:
# portsnap update
Restart ssh Service
# ./etc/rc.d/sshd restart
Cek list out date pkg
ย # pkg_version -v
You can disable sendmail by adding a line to /etc/rc.conf (FreeBSD 10)
sendmail_enable=”NONE”
Upgrade port menggunakan Portmaster
Cek installed port dan search update
# portmaster -L
Upgrade installed port
# portmaster -a
Ketika upgrade menemukan error gunkakan -f
# portmaster -af
Semoga membantu ๐

Wireshark is a network protocol analyzer for Unix and Windows
73Baru menemukan software buat menganalisa protocol yang masuk ke interface kita.
Wireshark bisa berjalan dibanyak platform tentu saja yang saya gunakan for windows ๐
Bener-bener software analisa protocol yang muantap…
Recent Comments