Archive for January, 2008

Honda Dreams Fund

Honda in partnership with UNDP will be giving away full education scholarships to 20 underprivileged candidates. The scholarships will enable the candidates to futher the higher education here in Malaysia. Honda Dreams Fund. If you have the dreams, we have the means. The Honda Dreams Fund is our philanthropic initiative that provides full scholarships to [...]

How to remove ^M character with VI

This is how you remove those annoying ^M characters that show up in files previously edited on a Windows/DOS platform. In VI, :%s/[ctrlkey+v and ctrl-key+M]//g actual command, :%s/^V^M//g Here’s a walk through video I made. My first actually

openSUSE main repository back online

Quick update to my previous post, the main openSUSE repositories are back online.

How to find files in linux

Need to find files older than certain time frame? This will help, “find [dir] -type f -mtime +[24hours*n] ” Examples, Show files older than 7 days find /tmp/ -type f -mtime +7 Show files older than 7 days and rm them. find /tmp/ -type f -mtime +7 -exec rm {} \; or if you have [...]

openSUSE main repository down

The main openSUSE repositories have been down for about 12 hours now due to hardware failures. If you are using these mirrors then your package manager would most likely fail as mine did. Screen shots below. So what do you do? It’s advisable to use a mirror closer to your location. I use Japan. The [...]

Page 4 of 9« First...«23456»...Last »
© 2008-2009 The Danesh Project
Powered by Wordpress and made by Guerrilla. Best viewed in Mozilla Firefox