≡ Menu

Linux

Photo courtesy of Steffe This article is written by SathiyaMoorthy.   Using the traditional ps command, you have to manually look at the PID and Parent PID to identify the dependencies between the processes. Sometimes it may be helpful to view the Linux processes in hierarchical format showing the child processes under the parent process. [...]

{ 3 comments }

PuTTY: Extreme Makeover Using PuTTY Connection Manager

This article is part of the on-going Software For Geeks series. PuTTY Connection Manager was mentioned in the 12 PuTTY add-ons that we discussed a while back. One of the major missing features in PuTTY is the ability to display multiple sessions in Tabs. PuTTY CM displays multiple PuTTY sessions in Tabs. In this article, [...]

{ 87 comments }

Vim Editor: How to Correct Spelling Mistakes Automatically

Photo courtesy of shandrew This article is written by SathiyaMoorthy. This article is part of the ongoing Vi / Vim Tips and Tricks Series. I tend to make simple spelling mistakes while writing, as English is not my first language. Wouldn’t be nice if Vim editor can do the spelling correction automatically as you make [...]

{ 9 comments }

Ifconfig: 7 Examples To Configure Network Interface

Photo courtesy of new1mproved This article is written by Lakshmanan G Ifconfig command is used to configure network interfaces. ifconfig stands for interface configurator. Ifconfig is widely used to initialize the network interface and to enable or disable the interfaces. In this article, let us review 7 common usages of ifconfig command. 1. View Network [...]

{ 8 comments }

8 Essential Vim Editor Navigation Fundamentals

Photo courtesy of Håkan Dahlström This article is written by SathiyaMoorthy. This article is part of the ongoing Vi / Vim Tips and Tricks series. Navigation is a vital part of text editing. To be very productive, you should be aware of all possible navigation shortcuts in your editor. In this article, let us review [...]

{ 16 comments }

Photo courtesy of Qole Pejorian Apart from the basic operation of looking for files under a directory structure, you can also perform several practical operations using find command that will make your command line journey easy. In this article, let us review 15 practical examples of Linux find command that will be very useful to [...]

{ 83 comments }

This article is written by SathiyaMoorthy This article is part of the ongoing Vi / Vim Tips and Tricks series. There are 3 powerful M’s in VIM — Macro, Mark, and Map. Each is intended for a separate job. Macro for recording a job and repeating it. Mark for bookmarking a particular position in a [...]

{ 8 comments }

Photo courtesy of Michael_P This article is written by Balakrishnan M   Editcap utility is used to select or remove specific packets from dump file and translate them into a given format. Editcap does not perform packet captures like ethereal. Instead, it operates on the captured packets and writes some of the required packets into [...]

{ 5 comments }