Blog Detail
Recent Posts
Poker and Linux [guest post]
Most online poker players take it as a given that they are going to need Windows to play online poker on their favorite site. Windows is the most popular operating system anyway, so this isn’t even something most poker players worry about. However,...
Top 3 Linux HTML editors
This post is dedicated to quality html editors for Linux and Ubuntu operating system in particular. You may think that nowadays nobody uses offline editors as there are so many content management systems (CMS) like Drupal (my favourite one), Wordpres...
Google Chrome Operating System
Here is astonishing news I came across today at Google Official Blog: We’re announcing a new project that’s a natural extension of Google Chrome — the Google Chrome Operating System. It’s our attempt to re-think what operating sys...
Postgresql: show tables, show databases, show columns
PostgreSQL is one of the best database engines for an average web project and many who moves to psql from mysql (for example) often ask the following questions: what is the analog of “show tables” in postgres? or how can I get the list ...
Install Ubuntu Chromium browser (Google Chrome for Linux)
One of the easiest way to try Chromium browser in Ubuntu Linux (Google Chrome browser for Unix/Linux operating system is named as Chromium) is to use daily binary builds at https://launchpad.net/chromium-project. Today Ubuntu is the most popular Linu...
Sort CLI output by line length
Want to sort file contents by each line’s lenght? No problems: artemn@artemn-laptop:~$ cat /etc/passwd | awk '{print length, $0}' | sort -n | awk '{$1=""; print $0 }' bin:x:2:2:bin:/bin:/bin/sh sys:x:3:3:sys:/dev:/bin/sh root:x:...


Everything about Linux gets a 10 by default!
Hoping to see you at the Linux Group
http://www.blogcatalog.com/group/linux
Posted: October 11th, 2007 | More Reviews From ngtechgr | Report This Comment