Ubuntu is pushing the Linux desktop movement forward. Since it's inception in 2004, Ubuntu has released over 10 versions so far, each one improving on its predecessor. It remains one of those few operating systems, that boots really fast. Still, if you are one of those brave hackers who likes to … [Read more...] about Tips to Make Ubuntu Boot Faster
Equivalent of UNIX Grep command in Dos/Windows
You can use the 'type' and 'find' command in Dos/Windows to get the equivalent output of the UNIX 'cat' and 'grep' commands. The 'find' command can be very useful when you are trying to search for a specific text or phrase over multiple files. The 'find' command also comes in handy when searching … [Read more...] about Equivalent of UNIX Grep command in Dos/Windows
UNIX vi commands – take advantage of the UNIX vi editor
The UNIX vi commands listed on this page which handles navigation, cursor movement, searching, editing, inserting text, using auto-complete, cut copy and paste operations etc in vi are useful for taking advantage of the UNIX vi editor. vi (Visual Editor) is the default editor that comes with the … [Read more...] about UNIX vi commands – take advantage of the UNIX vi editor
Basic UNIX Commands List
This list of useful and frequently used UNIX commands is a good reference for someone who is new to UNIX/LINUX Operating System. The most commonly used and basic Unix commands and what they do are listed below. Use the “man†command to find the usage and details of any particular command e.g. … [Read more...] about Basic UNIX Commands List