Linux

In this week:

Dell to sale Ubuntu laptops again

Dell will be officially re-entering the Linux laptop market. It will sell a developer edition of one of its Ultrabooks XPS laptop. It will come pre-loaded with Ubuntu 12.04 LTS. A first look at Dell’s ‘Sputnik’ Ubuntu Linux developer laptop is available here.

{ 2 comments }

The iotop command is top like utility for disk I/O. It watches I/O usage information output by the Linux kernel (requires v2.6.20 or later) and displays a table of current I/O usage by processes or threads on the system. This post expalins how to install and use iotop to find out what’s stressing (or program names) on your hard drives under Linux operating systems.

{ 3 comments }

Ever want to list all the Linux commands (including bash shell aliases and functions) you could run on the server / workstation? Look now further. Try compgen command.

{ 9 comments }

You can display man pages in colors. Similarly, you can display info pages in colors. The info command is used under Linux or Unix to read multipage documentation and act as help viewer working on a command line interface, useful when there is no GUI available on the server. The info command processes info files. All info files are are in Texinfo format. You get the documentation tree. pinfo is a little known tool that can display info pages in colors.

{ 0 comments }