≡ Menu

April 2009

A while back we discussed about 12 powerful PuTTY add-ons. When you are working on production support or on a critical project that require 24×7 support, it is essential that you connect to the remote Linux server from anywhere. I found having a SSH client on my phone is very convenient for a quick status [...]

{ 62 comments }

Vi and Vim Editor: 12 Powerful Find and Replace Examples

Photo Courtesy: B Zedan This article is part of the on-going Vi / Vim Tips and Tricks series. Vim is commonly mentioned as text editor, not text creator. Why ? Because we spend lot of time editing an existing text than creating new text.  In the text editing, text/pattern substitutions becomes a vital part. In [...]

{ 149 comments }

7 Examples to Manage Linux Password Expiration and Aging Using chage

Photo Courtesy: mattblaze Best practice recommends that users keep changing the passwords at a regular interval. But typically developers and other users of Linux system won’t change the password unless they are forced to change their password.   It’s the system administrators responsibility to find a way to force developers to change their password. Forcing [...]

{ 42 comments }

Photo Courtesy: mint imperial This article is part of the on-going Vi / Vim Tips and Tricks series. As a programmer or system administrator, you will be constantly browsing source codes and shell scripts. Following are some typical activities that you may perform while browsing a source code file: Navigating to the function definition by [...]

{ 30 comments }

15 Practical PostgreSQL Database Administration Commands

Earlier we discussed about how to install PostgreSQL database on Linux from source. In this article, let us review top 15 practical postgreSQL DBA command examples. If you are a mySQL administrator, check-out our 15 examples of mysqladmin command article that we discussed a while back. 1. How to change PostgreSQL root user password ? [...]

{ 21 comments }

Photo courtesy of gfpeck Earlier we discussed 15 practical examples of find command and grep command. Now, it is time to turn our attention to something less.   In this article, let us review how Linux less command can be used to open and view the following 10 different file types: PDF File – *.pdf [...]

{ 16 comments }

Similar to mySQL, postgreSQL is very famous and feature packed free and open source database. Earlier we’ve discussed several installations including LAMP stack installation, Apache2 installation from source, PHP5 installation from source and mySQL installation. In this article, let us review how to install postgreSQL database on Linux from source code. Step 1: Download postgreSQL [...]

{ 33 comments }

Compress, Encrypt, Split and Transport Big Files Safely

Email administrators may set a limit on the maximum attachment size that can be attached to an email. You can follow the steps mentioned below to transfer big files that cannot be attached to the email because of the attachment size restriction. This technique can be used in general whenever you need to split huge [...]

{ 8 comments }