terminal

Get Notified When A Job You Run In A Terminal Is Done, Using NotifyOSD

Dustin Kirkland, Core Developer of the Ubuntu Server posted something very interesting on his blog: an alias you can add to your .bashrc file to get notified when a job you run in a terminal is done. A simple solution for something I've been looking for in a long time.

Terminator 0.94 Adds 'Watch Terminals For Activity' Plugin, More

 

Fish Gives Super TAB Powers To Your Shell

Fish is a user friendly command line shell. It features syntax highlighting, advanced tab completion features, discoverable help, a revised shell syntax and many other features.

Fish comes with a lot of features, but I find one feature truly amazing: tab completion for command line arguments, including explanations.

Terminator 0.90 Finally Released [Multiple Terminals In The Same Window]

terminator 0.90

Install Terminator 0.90 Beta 2 In Ubuntu Karmic And Lucid From A PPA

We covered Terminator 0.90 a while back so I won't introduce it again. The great news is that you can now install Terminator 0.90 beta 2 via a PPA:

How-To: Post to Twitter from Command-Line

This is a short tutorial explaining how to post to Twitter using command-line in Linux, without needing to even open up your web browser.

10 Useful Linux Commands

Here's a list of 10 commands which may come handy when using the command line in Linux:

Search for all files modified in the last N days containing a specific text in their name

find DIR -mtime -N -name "*TEXT*"

Byobu Pimps Your Linux Terminal

Byobu, previously known as screen-profiles adds 'decorations' to your gnome terminal or xterm, or konsole:

Use Gmail To Send Emails From A Terminal (Shell)

We've seen how to check Gmail using the terminal (shell) in Linux and Mac but how about sending emails from a shell?

This is actually pretty easy, here's what you have to do:

5 Simple Bash Tips, Part III

This is the third article in the Bash tips series, you can find the other two here and here.

How to Install the Lastest Yakuake (2.9.6) in Ubuntu

Yakuake is a drop-down terminal emulator based on KDE Konsole technology which looks like the Quake console coming down from the top of your desktop when you press F12.

 

Complete Shell Audio Player for Linux Based on Ncurses: CMus [WOW!]

CMus (C* Music Player) is an ncurses-based audio player that runs in a shell, with no need for an X server which is very configurable with Vi-like commands, multiple views and keyboard shortcuts. It supports various audio formats, including Ogg Vorbis, FLAC, MP3, WAV, AAC or WMA.

5 Bash Tips, Part II

This article is a continuation to my other Bash-related post, 6 Bash Productivity Tips. Since that article gathered many useful comments and I bumped into several more over the net, here are 5 more tips and tricks.

Yakuake - Great Quake-Like Terminal Application for KDE4

A while ago I wrote an article called 13 Terminal Emulators for Linux, where I briefly reviewed all those popular shell-like applications and a few flavours of xterm or rxvt.

10 Useful Linux / Unix Commands

1. Show/purge unused linux kernel images and modules:

dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d'

2. Rip audio from a video file:

Lightweight IM Client CenterIM Runs in a Terminal

CenterIM is a lightweight IM client for Linux. Actually, CenterIM is very but very lightweight because it runs in a terminal, but still it has almost all the features you may want in a instant messaging client. It supports all the major protocols such as MSN, Yahoo, AIM, IRC, Jabber, etc. and also it has a built-in RSS feed reader.

Ubuntu - Embed a Terminal into Your Desktop using Compiz [Howto]

I guess you could use a screenlet or something similar to embed a terminal into your desktop, but I want to have it transparent, with no titlebar or border and basically to look like my wallpaper has a terminal. For that, i used Compiz and this is what it looks like:

20 Great Linux / Unix Terminal Commands (Command-line)

1. Brag about how much free RAM you have on Linux:

free

2. Where is that application I just installed (all directories)

whereis [app]

3. Disk space usage

13 Terminal Emulators for Linux

Konsole: This is a powerful and full-featured terminal included by default in KDE. It features desktop transparency, background images, profiles, tabs, notifications and plenty schemes to choose from.

Ubuntu (Hardy) tutorial: embed terminal into your desktop

A tutorial to embed a terminal into your desktop in Ubuntu Hardy using Compiz

Syndicate content