I decided to CHANGE

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 FIRE! Your web hosting services and support are very very lousy. I have move over to BlueHost.com, I won’t ‘so called’ abuse your CPU resources anymore and you’re losing at least one customer and many other hosting package soon.

2. I bought a brand new Linksys Wireless G ADSL 2+ modem.
Read more

Possibly Related Posts:


How to find empty folders on Linux

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 folder and save as temporary file
# find /path -type d -empty -exec ls -ld >> /tmp/savefiles.txt {} \;

Find empty folder and delete
# find /path -type d -empty -exec rm -rf {} \;
Read more

Possibly Related Posts:


How to create full right permission on Samba share

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 may require creating new files and directory with full right permission 777.

The example show as below will guide you how to configure Samba share drive with 777 full right permission for any new files or folders created in /data/shared(example)?

[SHARED]
comment = SHARED data
path = /data/shared
valid users = user1, user2, planetmy
writeable = yes
create mask = 0777
force create mode = 0777
directory mask = 777

max connections = 10
veto files = .??*/.ssh/.profile/.mailrc

Read more

Possibly Related Posts:


SSH Remote Access Authentication Tips

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 SSH hints are written to “/var/log/messages” file, you should be able to see any error messages here. For an example “Authentication refused: bad ownership or
modes for directory /root cannot set to 775
“. Perhaps you’re require to change /root folder permission to make it work (may apply to other /home folder as well).
Type #chmod 755 /root or #chmod 700 /root can solve authentication problem.

2. Permissions
Please make sure you have correct file and folder permission as suggested below.
Read more

Possibly Related Posts:


Your Password is Disclose

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 if you’re using Meebo, Facebook, Friendster, Myspace or any other community site that require enter your email address and password, I think your password is
disclose. Said for an example Meebo, you can have single account register on Meebo that keep multiple IM account. I’m sure you already save your password in the database(no matter plain text or not, your password is disclosed). If you enter Gmail, Yahoo or MSN email address and password in Facebook looking for your friends in the contact list who use the same services, I think your password is disclose too. Perhap they claimed they won’t keep your password.

How about those ‘policy’ that protected privacy? What are they try to do with your email data. Sorry I don’t know.

Read more

Possibly Related Posts:


Planet Malaysia

  • Follow us on Twitter


  • web www.planetmy.com