User login

Syndicate

Welcome to Linuxo Planet
We are trying to collect RSS feeds from the Linux news sites from around the globe, just for you !

movgrab linux

Movgrab is a command line tool for downloading video clips from websites such as YouTube, Daily Motion, Break.com, Vimeo, Blip.tv, Liveleak and others.

Movgrab features:

  • proxy support
  • write the download to std-out so you can easily play the video in an external application
  • lets you pick the preferred video/audio formats for sites that offer more than one
  • generic downloader which means Movgrab might be able to download videos from other websites not listed as supported
  • can resume downloads (use "-r" - only works when writing a single file)
  • fork into background (use "-b" flag)
  • written in straight C so it has no dependencies

Full list of supported websites: 

Impressive is a cross-platform tool to display presentations in a stylish way. The application supports PDF files or a folder containing images and besides beautiful slide transitions, Impressive features some useful presentation tools like: highlight boxes, which can be used to draw attention to a specific part of the slide, spotlight effect which is kind of like a highlight box but dynamic, and a screen overview which you can use to easily select a slide.


Impressive is highly customizable too, but unfortunately there's no GUI front-end (at least, that I know of). However, the default settings should be good enough for most people and to run it, all you have to do is open a terminal and type: "impressive /path/to/some_presentation.pdf" or "impressive /path/to/image/folder/" and the presentation should start.

Basic Impressive usage:

- Use left click to advance to a new slide and right click to go back to the previous slide (the arrow keys work too).

- To create a highlight box, draw a rectangle using your left mouse button:

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).


beets

Suicide Linux punishes those users who often misspell terminal commands.

Packaged into a simple Deb file, Suicide Linux modifies the terminal configuration such that any incorrect, unknown and misspelled commands inputted will delete all data on the hard drive by executing rm -rf /. The idea is inspired from http://qntm.org/suicide
So those who love to live on the edge, are super duper confident about their terminal skills and want some thrill can try this on Ubuntu.

Transmission Remote GTK is a cross-platform tool for controlling Transmission Bittorrent Client remotely, through its RPC interface.

The application is very similar to Transmission Remote GUI in terms of Bittorrent functionality, however, Transmission Remote GTK integrates better with the GNOME desktop (since it's a GTK app; sadly it's GTK2 only), comes with torrent added/downloaded notifications as well as tray / Ubuntu AppIndicator support.

Terminator

Terminator is a very interesting terminal emulator that lets you use multiple terminals in the same window (split view). It supports notifications (through 'watch for activity' plugin), tabs, can save / restore custom layouts and more.


The latest Terminator 0.96 re-adds a so called "quake mode" feature (more info and how to launch Terminator using a custom layout, here). Other features in the latest Terminator 0.96 include:
  • Unity support for opening new windows
  • Searching by regular expression
  • Improve and extend drag&drop support to include more sources of text, e.g. Gtk file chooser path buttons
  • Add a plugin to watch a terminal for inactvity
  • Add configuration to remove terminal dimensions from titlebars
  • many bug fixes

WebUpd8 reader Reda El Khattabi has created a small tool that makes it very easy to create an Ubuntu AppIndicator for Zenity, YAD (a Zenity fork with many improvements) or basically any bash script or command.

Features:

  • supports submenus and separators
  • you can specify a custom icon
  • persistent mode or quit after executing command

For now the tool doesn't support specifying a timeout after which it should quit, but this feature might be added in the future.

Usage (examples)

The script takes input from stdin and when you select an entry, the whole path is printed to stdout. Here's working example that will create an AppIndicator for Y PPA Manager:

echo "Add
Advanced
List
Search
Settings" | ./cappind.py -p -i y-ppa-manager | while read s; do
case "$s" in
Add ) y-ppa-cmd add ;;
Advanced ) y-ppa-cmd advanced ;;
List ) y-ppa-cmd list ;;
Search ) y-ppa-cmd search ;;
Settings ) y-ppa-cmd settings ;;
esac
done

  • "-p" makes the indicator persistent and adds a quit menu item at the end - without it, the indicator quits after executing the select action.
  • "-i" specifies an icon from the current icon theme (don't use an exact path to an icon, it won't work. Just enter an icon name).

Gimp publish to deviantart

Martin Owens has announced the release of two plugin that allow you to publish your images to DeviantArt with a single click from GIMP or Inkscape:

This is a BIG deal my friends and I’m very excited because not only do we have this functionality, but we have it FIRST, before ANY proprietary software package. That’s right, the stash API was only announced last week and here I am giving you the keys to brand spanking new functionality right from within your favourite art creation applications!

- Martin Owens

Install deviantArt Stash Plugins for GIMP and Inkscape

The plugins are available for Ubuntu 11.04, 10.10 and 10.04 in Martin Owens' PPA and you can install them using the commands below:

sudo add-apt-repository ppa:doctormo/deviantart-plugins
sudo apt-get update
sudo apt-get install gimp-plugin-dastash inkscape-extension-dastash

To publish an image to DeviantArt:

Powered by Drupal, an open source content management system