vim

I’m already using few tips described here. From the article: So I like vim a lot, and I’ve been using it on and off for a few years, but recently I’ve been using it full-time to code in Python. I learned a few things along the way and I made vim a better IDE for [...]

{ 1 comment }

VIM is my preferred text editor for configuring system and writing code at a shell prompt. However many new Linux user finds it difficult to cope with vim. This tutorial provides a good introduction: The VI editor is a screen-based editor used by many Unix users. The VI editor has powerful features to aid programmers, [...]

{ 0 comments }

Linux commands to help you navigate

by nixcraft on October 13, 2005 · 11 comments

As a Linux system administrator, you will need to find files in directories all over the file system. Especially those coming from a Windows background, often lost themselves while navigating file system. Linux and other UNIX (BSD) OS offers an excellent collection of utilities, which can be use to finding the files and executables, remember [...]

{ 11 comments }