Skip to content
Topic

terminal

9 notes.

terminal Dec 19, 2009 1 min read

How to make terminal ask for password every time you type sudo command

when you type sudo command for the first time in a terminal it will ask you the sudo password.This password will be remembered by that terminal for 15…

terminal Sep 24, 2009 1 min read

Check your unread messages in Gmail, from terminal

Using the following command, you can check your unread messages in gmail, from terminal:$ curl -u username --silent "https://mail.google.com/mail/feed/atom" | perl -ne 'print "\t" if //; print "$2\n"…

Google Sep 6, 2009 1 min read

Search Google.com from the Linux command line

You can search Google.com from the Linux command line without using a command line web browser like lynx or Elinks.All u need is the curl and html2text packages…

terminal Aug 29, 2009 1 min read

Keyboard shortcuts that you can use within terminal

You can use keyboard shortcuts and other command line tricks to make entering commands easier and faster. You might already know about the ‘tab’ key which completes partial…

terminal Aug 26, 2009 1 min read

Aptitude: a terminal-based package manager

Aptitude is a terminal-based package manager that can be used instead of apt-get. Aptitude marks packages that are automatically installed and removes them when no packages depend on…

terminal Aug 20, 2009 1 min read

Howto: disable beep sound in Terminal mode

Some of you may be annoyed with the beep sound in terminal.If you want to get rid of that just follow these steps:Applications -> Accessories -> Terminal Terminal…

terminal Aug 1, 2009 3 min read

Irssi 0.8.13 released: IRC from console (terminal)

Irssi is a terminal based IRC client for UNIX systems. It also supports SILC and ICB protocols via plugins.Greatest featuresYou might be wondering what makes Irssi such an…

APPLICATIONS Jul 28, 2009 1 min read

Create launcher for applications operating through the terminal

Here we have created a launcher for applications, operating through the terminal, this may disadvantage those who wish to launch or create links to these applications.To do this…

terminal Oct 22, 2008 1 min read

Assign a Hotkey to Open a Terminal Window in Ubuntu

Since we spend so much time at the command line in Ubuntu, it sometimes makes it simpler to launch a new terminal window with a shortcut key. Ubuntu…