- 9.04 9.10 10.04 adobe apache bash cli Comments debian Desktop download firefox flash gnome google guide hamachi howto jaunty karmic kde kubuntu linux lucid lucid lynx lynx music netbook News open source preview Programming Python Server ssh sun terminal tutorial ubuntu ubuntu server Video vm vpn Windows wine
-
Firefox v4 Beta 1 Available Now!
07 July 2010 3:06 AM | No Comments -
Ubuntu 10.10 Maverick Meerkat Alpha 2 Released!
02 July 2010 9:10 AM | 1 Comment - Podcast Automation with gPodder & Ubuntu Linux
02 July 2010 5:00 AM | No Comments - Opera 10.60 Officially Released For Linux, Windows And MacOS X
01 July 2010 1:42 AM | 1 Comment - New Server! So long DH
30 June 2010 9:40 PM | No Comments - How To Take Secure Remote Backups Using SSH
26 June 2010 5:00 AM | 1 Comment -
New Ubuntu Unity Launcher Video And More Info
26 June 2010 2:48 AM | No Comments - Compiz Shortcuts in Ubuntu 10.04
26 June 2010 2:01 AM | 1 Comment
- Andy
How to Install Nvidia Video Drivers In 10.04 Lucid Lynx - madboyprice
How to Install OpenOffice 3.2 - semarjt
How to Install Nvidia Video Drivers In 10.04 Lucid Lynx - Leigh Starbird
Freevo – A splendid home theatre platform for Linux beginners. - Scott
NeoRouter – The Hamachi Replacement/Killer - Louisa Varn
How to Create Your Own Torrent Tracker with RivetTracker - SliDtec
NeoRouter – The Hamachi Replacement/Killer - postenga
Install Picasa 3.6 In Ubuntu With Wine
-
How To Install nVidia 256.35 Display Drivers In Ubuntu (From A PPA Repository)
24 June 2010 2:27 AM | No Comments -
Tip: Generate A List of Installed Packages For Easy Reinstall
01 May 2010 3:13 PM | 4 Comments -
How to Install Nvidia Video Drivers In 10.04 Lucid Lynx
30 April 2010 3:09 PM | 34 Comments -
Install Cario Dock 2.1
30 April 2010 10:43 AM | 1 Comment -
Proper Install of Flash for x64 Ubuntu
30 April 2010 8:23 AM | 12 Comments -
Upgrade Ubuntu Server to 10.04 LTS
30 April 2010 4:54 AM | 4 Comments -
Ubuntu 10.04 LTS Lucid Lynx Released
29 April 2010 10:49 AM | 3 Comments -
Official Ubuntu Manual Released
28 April 2010 5:29 PM | 1 Comment
-
terminal Archive
Terminator 0.90 Released [Several Terminals In One Window]
Posted on April 1, 2010 | 1 CommentLike cmsj was announcing yesterday, he finally released Terminator 0.90.The goal of Terminator is to produce a useful tool for arranging terminals. It is inspired by programs such as gnome-multi-term, quadkonsole, etc. in that the main focus is arrangi...Some wget tricks
Posted on December 1, 2009 | 1 CommentThe wget is a command line utility that can download files from web servers and FTP servers.
For example , you can download the DVD image of Karmic Koala using the following command.
$ wget http://cdimage.ubuntu.com/releases/9.10/release/ubuntu-9.10-dvd-i386.iso
If an FTP server requires a login and password, you can enter that information on
the wget command line in the following form.
$ wget ftp://user:password@ftp.example.com/path/to/file
You can use wget to download a single web page as follows:
$ wget http://unixlab.blogspot.com
A file named index.html will be created in your current directory
If you open this index.html in a web browser , you will find some of the links broken especially images. . To download all the images and other elements required to render the page properly, -p option can be used.
$ wget -p http://unixlab.blogspot.com
This will create a folder named unixlab.blogspot.com with index.html in it.
But if you open the resulting index.html in your browser, chances are you will still
have all the broken links even though all the images were downloaded. That’s because
the links need to be translated to point to your local files. So instead, do this:
$ wget -pk http://unixlab.blogspot.com
Sometimes an HTML file you download does not have an.html extension, but ends
in .php or .cgi instead. . If you wget files from such a site , your browser will complain when you try to open the file. To solve the problem , you can ask wget to append .html to such files using the -E option:
$ wget -E http://unixlab.blogspot.com
I use the following command line to keep a usable copy of the website on my hard disk.
$ wget -mEkK http://unixlab.blogspot.comEnhancing terminals with byobu on Ubuntu 9.10
Posted on November 12, 2009 | No CommentsByobu is a Japanese term for decorative screens . A Japanese byobu screen looks as below.
You can achieve similar decorative effects on your gnome terminal or xterm , or Konsole with Byobu software available from ubuntu launchpad. Infact, the new ubuntu 9.10 ships it by default. On earlier versions of ubuntu you can install byobu from the PPA here.
On my jaunty box , I added the following to /etc/sources.list and imported the key form the PPA and installed it via apt,For trying out byobu , open a terminal and typedeb http://ppa.launchpad.net/byobu/ppa/ubuntu jaunty main
$ byobu
your terminal will immediately change to the following screen.
The bottom line on the above picture indicates the present status of your system. It displays several useful parameters. Byobu can be customised to display several other informatiin.
Infact ,byobu is an enhancement to GNU/Screen. So, all commands applicable to GNU/ screen will work with byobu. If you are not familiar with screen look at this page for some additional information
Most of the settings of byobu are stored in a hidden directory named .byobu under your home folder. Most ot these settings can be modified from byobu itself. For customising byubu, press F9 . You will get the following screen.
You can change the look and feel of your terminal as shown in the screen-shots below.
For me the status notifications on the last line is very useful For adding additional parameters Press F9 and select status notifications , you will get the following screens. Choose whatever parameter you want to display as your default status line.
To start byobu automatically when ever you launch a terminal on Karmic Koala desktop, select
the last option as shown below. ( Be careful as screen sessions can become background processes. I suggest you GNU/screen documentation )
and press enter.
Now click on edit->> Profile Preferences-> Title and Command on your gnome-terminal and tick Run command as login shell.
Byobu will be launched automatically next time when you start a terminal.Ubuntu Command Line Tip #1 – Aliases
Posted on September 13, 2009 | 4 CommentsThis is my first Ubuntut, and for it I'd like to start off with a productivity tip. We're going to create a bunch of aliases (shortcuts) for commands we use often.The year of Linux – When will it be?
Posted on September 4, 2009 | No CommentsEvery year, there is talk of how Linux is poised to take the world by storm, and after close to twenty years of existence, Linux is still waiting for this day. I have always wondered; when is the year of Linux going to be? Most fanatic Linux proponen...Yakuake : A pull down terminal for your desktop
Posted on August 1, 2009 | No CommentsIf you are addicted to doing things on terminal, yakuake is your friend. Yakuake is a KDE application and it takes the standard KDE Konsole and changes it to a drop-down, on-demand terminal over your desktop and applications. This is a very handy little application. ( It resembles the classic game quake in showing the console screen on your desktop.)
To install, simply use
$ sudo apt-get to install both konsole and yakuake
If yuo are on Ubuntu open up a terminal and run yakuake from the terminal.
It will prompt you with the following screen .
Yakuake is prompting you to set a short cut key .The default is F12 . However on my Ubuntu desktop F12 is bound to search. So I clicked on the button and changed the default key to F10.
Press ok and save the configuration.
Now if you press your short cut key , yakuake terminal will pop up. If you press it again , it will hide itself. The appearance and behaviour of yakuake can be controlled. from its menus. You can access the menu by clicking on the down arrow symbol on the bottom right corner of yakuake window. Yakuake recognises almost all settings of konsole the KDE terminal.Stupid Geek Tricks: Watch Movies in Your Linux Terminal Window
Posted on February 22, 2009 | 1 CommentIn these days of high definition videos everywhere (even YouTube), only the truly geeky would decide to watch their movies in ASCII text in a terminal window. The surprising thing is that some videos are even fairly watchable.
I’ve found that cartoons work best because of the limited detail. Even more importantly, the series finale and (probably) last ever Futurama movie is coming out Tomorrow on DVD! You can pre-order Futurama: Into the Wild Green Yonder on Amazon.
Watch Movies in ASCII
The first thing you’ll want to do is make sure that mplayer is installed, which is easy enough from the command line:
sudo apt-get install mplayer
Then, to actually watch the movies from a terminal window, use the following syntax, replacing MovieName with the filename of your video.
mplayer -vo caca MovieName.avi
The “caca” command is actually the color text driver – you could also use ” -vo aa ” instead for black & white, but that would just be silly.

These screenshots don’t really do it justice – it’s seriously just as bad when you’re watching.
Sequences with a lot of contrast work better…

And it wouldn’t help to sit about 8 feet back from the monitor.

Now that was truly a Stupid Geek Trick!
Similar Articles Featured Wiki Articles Latest Software Reviews Super User Daily Geek Arcade Popular Forum Threads





























