Archive for October, 2008

I decided to CHANGE

Thursday, October 23rd, 2008

Year 2008 United States election is just around the corner, Barack Obama and John McCan always hightlight about “CHANGE”.  Does Obama = CHANGE or McCain = CHANGE?  You have the right next 2 weeks. How about Malaysia? Frankly speaking. I wish Malaysia can CHANGE goverment. I have make a lot of changed recently.
1. Exabytes, you’re [...]

How to find empty folders on Linux

Friday, October 17th, 2008

Tips: How to find an empty folders on Linux box
In order to do some folder maintenance job, you may require to find an empty folder on Linux box. I would like to share tips here:
# find /path -type d -empty
Find empty folder and list
# find /path -type d -empty -exec ls -ld {} \;
Find empty [...]

How to create full right permission on Samba share

Friday, October 17th, 2008

Samba is an Open Source/Free Software suite that has, since 1992, provided file and print services to all manner of SMB/CIFS clients, including the numerous versions of Microsoft Windows operating systems. Samba is freely available under the GNU General Public License.
Samba comes with different types of permissions for share and for some reason you [...]

SSH Remote Access Authentication Tips

Friday, October 10th, 2008

My friend was try to setup Linux SSH public key authentication without password and he’s keep getting password prompt. I will not going to go through how to setup SSH public key authentication here and I just would like to share few troubleshoot tips in order to fix the similar problem here:
1. Checking /var/log/messages file
Basically [...]

Your Password is Disclose

Thursday, October 9th, 2008

I was try one of the microblogging software with my friend for the past few days and we are noticed one of the features that automatically send notices to Twitter stored a plain text password in MySQL database. That’s mean if you’re using the similar web services, your Twitter password is actually disclose.
Remember [...]