Geobaby - geobaby.in - Linux, Hosting Tips and Tricks

Latest News:

How to delete files older than a year in linux 25 Jun 2013 | 03:29 pm

You can use the following to delete files older than a year from a directory. find -type f -mtime +365 -ls -exec rm -f — {} \; Make sure that you are running it from the correct directory.

Delete Files With Inode Number in Unix or how to delete files with special characters 31 May 2013 | 04:14 pm

You can use rm command to delete file.Sometimes, files are created with special characters like control characters and you will not be able to delete them, as you won’t be able to input them via a key...

Delete Files With Inode Number in Unix or how to delete files with special characters 31 May 2013 | 04:14 pm

You can use rm command to delete file.Sometimes, files are created with special characters like control characters and you will not be able to delete them, as you won’t be able to input them via a key...

Remove ^M characters in vi editor at end of lines 20 May 2013 | 05:02 pm

Sometimes on editing files in linux or windows, ^M (Control M) character appears at the end of lines in vi editor. You can use sed command to remove the CTRL M characters. $ sed -e “s/^M//” file > fil...

Remove ^M characters in vi editor at end of lines 20 May 2013 | 05:02 pm

Sometimes on editing files in linux or windows, ^M (Control M) character appears at the end of lines in vi editor. You can use sed command to remove the CTRL M characters. $ sed -e “s/^M//” file > fil...

Wired ethernet not getting detected in Ubuntu 5 Mar 2013 | 12:22 pm

Recently I installed Ubuntu on my Desktop. But I met with a difficulty after the installation, my ethernet card is not getting detected. I searched the repositories and I didn’t get far with that. The...

Wired ethernet not getting detected in Ubuntu 5 Mar 2013 | 12:22 pm

Recently I installed Ubuntu on my Desktop. But I met with a difficulty after the installation, my ethernet card is not getting detected. I searched the repositories and I didn’t get far with that. The...

FastInclude: Userdirname: (null) error after recompiling php and apache 30 Jan 2013 | 03:04 pm

I encountered the following error after recompiling using easyapache in cPanel server. These were the errors that appeared in apache logs: [notice] FastInclude: Userdirname: (null) [Tue Jan 28 02:39:0...

FastInclude: Userdirname: (null) error after recompiling php and apache 30 Jan 2013 | 03:04 pm

I encountered the following error after recompiling using easyapache in cPanel server. These were the errors that appeared in apache logs: [notice] FastInclude: Userdirname: (null) [Tue Jan 28 02:39:0...

Account Creation Status: failed Sorry, a mysql user with the name already exists 2 Oct 2012 | 03:57 pm

While restoring a cPanel account, I encountered the following error. “Account Creation Status: failed (Sorry, a mysql user with the name already exists” Please check for entries of that usernames in t...

Recently parsed news:

Recent searches: