(English) Gong Xi Fa Cai books

Sorry, this entry is only available in Malay

+

(English) Book Review : A world Without Islam

Sorry, this entry is only available in Malay

+

(English) Web form SMTP authentication with PHPmailer

Sorry, this entry is only available in Malay

+

Tools yang sering saya gunakan

Nampaknya rakyat Malaysia dapat 3 hari cuti lagi sekali. Banyak cuti yang jatuh pada hari Ahad. Maknanya masing-masing akan mendapat cuti gantian pada hari Isnin.   Apapun, saya sudah lama tidak menulis di blog. Jiwa berbicara “Tulislah Sesuatu”. Jadi pada kali ini, saya mahu berkongsi mengenai “tools” atau perisian yang saya seringkali gunakan dalam kerja seharian. 1. KeepasX KeePassX ialah sebuah perisian storan kata laluan. Kebanyakan kata lauan yang saya gunakan adalah agak sofistikated  dan sukar di ingati sebagai seorang mausia biasa. Perisian ini sangat membantu. 2.  Terminator Bunyinya seperti tajuk cerita kan? Tapi ianya bukan tajuk cerita. Ianya berfungsi untuk membahagikan terminal SSH saya supaya saya dapat membuat sambungan SSH ke beberapa server dalam…

+

Enable Port in Windows Firewall

Last time, I tried to setup a windows mail server. I manage to sent out, but failed to get any mail incoming. While I’m pulling my hair , then, I just realized, I forgot to enable port for incoming mail!! Ah.ha. (Don’t become like me). Notes: Below example was run under testing environment, using my favourite Desktop Virtualization Software “Virtual Box”. OS: Windows Server 2008. 1). Point to start menu and look for “Windows Firewall with Advance Security”                         2) . Select Inbound Rules from the Sub-Menu :               3) Select “Port” for the “Rule Type”. Proceed by…

+

Malware hunting tips (Linux based server)

Sometimes, in a very rare case, your website might be infected or injected with a bad code@malware. If such case happen to you, (It happened to me few times since I’m very lazy to update myown blog cms patches,update and etc. haha) here is some tools that I can suggest to “hunt” for bad code. 1. Linux Malware Detect       Website : (http://www.rfxn.com/projects/linux-malware-detect/) I used this for quite sometimes. Especially, If a non-technical client request my help to overcome their problem when Google show warn when people visit their website. However, this tools is useful when you have full access to the Linux server as root. If you are subscribing to a VPS…

+

Joomla!! Vulnerability Scanning with Joomscan

WARNING!!! This should be use for academical purpose only. It is Sunday, suddenly I feel sooo boring (even tough a lot of thing I can do eg: Sleep ). I would like to share how to check for possible vulnerabalities for your Joomla!! based website, using one of tools that listed in OWASP project. The project for this Joomla!! Scanner is funded by YGN Ethical Hacker Group, Myanmar In this post, I use my backtrack Virtual Machine (You can just download and execute them but you need to have perl installed on your machine). To scan, Issue following command inside the “joomscan” directory : [root@alifazman joomscan] perl joomscan.pl -u yourtarget.com Then just wait and it will…

+

Drupal – Broken Image after migrate to new server : Solved

Few days back, I’ve done some account migration for my clients. One of the server is going to take down. However, once transferred I noticed that the image on the page can’t be loaded. Symlink seems not working correctly. Drupal community post suggested it could be from Apache mod_rewrite that wasn’t enabled. Unfortunately, it’s enabled.I also recompile few modules, library and hack Apache configuration, clear drupal Cache. The solution that I did to make the page view the Image correctly is not that tough (I accidentally play around and it seems fixed them). I just install drupal on my local machine and compared with the client drupal. Nothing much differences in term of “.htaccess” file,…

+

Bug (Fixed) : Network Manager can’t start Fedora15

I’ve upgraded my Laptop to fedora15 from FC14. The current release name was LoveLock. I upgraded them last saturday. However, yesterday I faced an error which network manager can’t start. it has something error “The system network services are not compatible with this version”. However I still manage to connect to network via CLI. Digging for few hours lead me to the solution. Just Update your package with following updates from fedora : http://koji.fedoraproject.org/koji/taskinfo?taskID=3100999 Happy LoveLocking!!!

+

New Toy : Western Digital My Book World Edition

Lately, I have some awareness about how important backup a data is. Well, just remembered that how my final year project just gone because I accidentaly issue a command ” rm -rf * ” inside a home directory as root, with situation that I didn’t have a backup (I’m terribly lazy for that. Backup is not necessary for me that time ). Even my college time final year project is done years back and I passed it, I lost my sentimental value and my hardwork for it (Even my code is not so professional standard). So last week, I’ve ordered a Home Standard Network Storage with 1.5 Terabyte capacity (As usual, I bought it online)….

+

(English) Gong Xi Fa Cai books

Sorry, this entry is only available in Malay

+

(English) Book Review : A world Without Islam

Sorry, this entry is only available in Malay

+

(English) Web form SMTP authentication with PHPmailer

Sorry, this entry is only available in Malay

+

Tools yang sering saya gunakan

Nampaknya rakyat Malaysia dapat 3 hari cuti lagi sekali. Banyak cuti yang jatuh pada hari Ahad. Maknanya masing-masing akan mendapat cuti gantian pada hari Isnin.   Apapun, saya sudah lama tidak menulis di blog. Jiwa berbicara “Tulislah Sesuatu”. Jadi pada kali ini, saya mahu berkongsi mengenai “tools” atau perisian yang saya seringkali gunakan dalam kerja seharian. 1. KeepasX KeePassX ialah sebuah perisian storan kata laluan. Kebanyakan kata lauan yang saya gunakan adalah agak sofistikated  dan sukar di ingati sebagai seorang mausia biasa. Perisian ini sangat membantu. 2.  Terminator Bunyinya seperti tajuk cerita kan? Tapi ianya bukan tajuk cerita. Ianya berfungsi untuk membahagikan terminal SSH saya supaya saya dapat membuat sambungan SSH ke beberapa server dalam…

+

Enable Port in Windows Firewall

Last time, I tried to setup a windows mail server. I manage to sent out, but failed to get any mail incoming. While I’m pulling my hair , then, I just realized, I forgot to enable port for incoming mail!! Ah.ha. (Don’t become like me). Notes: Below example was run under testing environment, using my favourite Desktop Virtualization Software “Virtual Box”. OS: Windows Server 2008. 1). Point to start menu and look for “Windows Firewall with Advance Security”                         2) . Select Inbound Rules from the Sub-Menu :               3) Select “Port” for the “Rule Type”. Proceed by…

+

Malware hunting tips (Linux based server)

Sometimes, in a very rare case, your website might be infected or injected with a bad code@malware. If such case happen to you, (It happened to me few times since I’m very lazy to update myown blog cms patches,update and etc. haha) here is some tools that I can suggest to “hunt” for bad code. 1. Linux Malware Detect       Website : (http://www.rfxn.com/projects/linux-malware-detect/) I used this for quite sometimes. Especially, If a non-technical client request my help to overcome their problem when Google show warn when people visit their website. However, this tools is useful when you have full access to the Linux server as root. If you are subscribing to a VPS…

+

Switch to our mobile site