Ubuntu / Linux news and application reviews.

Peerflix: Stream Torrents With VLC Or MPlayer Via Command Line

Peerflix is an experimental video streaming BitTorrent client for Node.js. The tool can be used to stream video torrents via command line and play the stream with your favorite video player, such as VLC or MPlayer.

Peerflix Ubuntu VLC

Beets Music Tagger: Command Line Tool To Fix Metadata And Organize Your Music Library

beets is a cross-platform command line music tagger and organizer which you can use to "get your music collection right once and for all".

It can improve your music collection metadata by using MusicBrainz, download cover art for all your albums, reorganize your music files, fix filenames and more.

Further more, beets is extensible through plugins which add extra functionality like  embedding or extracting album art from files, fetch lyrics for all your songs, clean up tags and and there's even a HTML5 web player (though it's very basic and can't do too much for now).

CLI Companion Reaches Version 1.0 RC2

Cli companion

CLI Companion is a tool aimed at making the terminal easier to use: it's a GUI that displays a list of commands and an embedded terminal under it. The application comes with a list of commonly used commands by default, each having a short description and if you want to find out more about a certain command, simply right click it and select "Help". This will display the "man" (manual) for the selected command. But CLI Companion can help advanced users too as you can use it to store long commands which you can then easily find using the search feature.



Display Google Calendar On Your Desktop Using Gcalcli And Conky

Google Calendar desktop ubuntu

This post explains how to display Google Calendar on your Desktop using Conky and Gcalcli (a tool you can use to manage Google Calendar via the command line).

If you already have a Conky instance running and want to also display Google Calendar on your desktop using Conky, see this how-to on running multiple Conky instances.

Upgrade youtube-dl To Get It Working Again [Download YouTube Videos Via Command Line]

YouTube keeps making changes to the website which breaks all YouTube download applications, including my favourite YouTube downloader called "youtube-dl". For this reason, we've backported the Maverick version for Ubuntu Karmic and Lucid users - and the updated version is available in the WebUpd8 PPA.

But before you install the latest youtube-dl, a little info on this amazing YouTube command line donwloader.

UNP Extracts Any Archive Via Command Line [Quick Linux Tip]

Here's a quick tip which many will find very handy. UNP is a small script which makes it very easy to extract almost any archive via command line. If you can't remember the command to extract tar.gz, rar and so on, you will love unp.


Fish Gives Super TAB Powers To Your Shell [Linux]

fish

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.

Example typing: "find -na", when pressing the TAB button completes it to "find name". Typing "find -a" and then pressing TAB will show all arguments that start with "-a" - and it also includes detailed explanations.

Here is a screenshot to understand better:

Make 'History' Show The Date For Each Command [Quick Linux Tip]

Vivek Gite @ Cyberciti has a really nice tip for the "history" command. Normally, running the command "history" in a terminal will give you an output which looks like this:

ubuntu linux history command output


Showing the exact date next to each command would be incredibly useful, don't you think? Have a look: