≡ Menu

Ramesh Natarajan

If you want to convert your website from HTTP to HTTPS, you need to get a SSL certificate from a valid organization like Verisign or Thawte. You can also generate self signed SSL certificate for testing purpose. In this article, let us review how to generate private key file (server.key), certificate signing request file (server.csr) [...]

{ 21 comments }

Blog Makeover: New Thesis Theme In Action

The Geek Stuff gets a little face lift with the help of thesis theme. Following are some of the changes done: New G Logo. Better readability. Faster loading. Removed Ads inside content. Please browse around the site and leave a comment with your feedback and suggestion on this new layout. For bloggers who are interested [...]

{ 7 comments }

Top 5 Best Linux Text Editors

As part of the contest that was conducted a while back, I got around 200 responses from the geeky readers who choose their favorite Linux text editor.   Based on this data, the top spot in the best Linux text editor goes to…   Vi / Vim Editor   Vim won by a huge margin [...]

{ 50 comments }

5 Practical Examples To Delete / Remove Directory in Linux

Question: How can I delete empty directory, directory with files and sub directories in Linux / Unix ? Also, how can I use an alias effectively for rm and rmdir command?   Answer: You can delete empty directory using rmdir command, or directory with content using rm command. Deletion can be done interactively, recursively, forcefully, [...]

{ 22 comments }

Question: How do I find out the major and minor number of my block device / partition / mount points / SAN disk / filesystem? Why do you need to know major and minor device number? Sometimes you may need to know the major and minor number of devices for various reasons. For example, sar [...]

{ 1 comment }

The Ultimate Guide to Create Users in Linux / Unix

Creating users in Linux or Unix system is a routine task for system administrators. Sometimes you may create a single user with default configuration, or create a single user with custom configuration, or create several users at same time using some bulk user creation method. In this article, let us review how to create Linux [...]

{ 27 comments }

ISO stands for International Organization for Standardization, which has defined the format for a disk image. In simple terms iso file is a disk image.   ISO files are typically used to distribute the operating system. Most of the linux operating system that you download will be on ISO format.   If you have downloaded [...]

{ 12 comments }

Question: How to Fix “Google Gears google.gears.factory.create failed” Error message that I received when browsing a website? Sometimes when you are browsing a website, you may get Google Gears error message as show below. Fig: google.gears.factory.create failed error message   Answer: It is possible that when you initially visited that particular website, you would’ve said [...]

{ 0 comments }