CryoPID: Freeze and Unfreeze processes in Linux

CryoPID is an application that allows you to capture the state of a running process in Linux and save it to a file. You can use this file to resume the process later on, either after a reboot or even on another machine. Both x86 and x86_64 are supported and you can get sources for these platforms accordingly here and here. Ubuntu users can use aptitude or apt-get to install [...]

Read more →

 

glipper: Clipboard Manager for Gnome

Long time ago when I first tried Linux (it was Debian) there was Gnome desktop manager default on those distribution. Gnome seemed to be the most simple and usable manager especially after I tried KDE. It’s funny now but the only advantage I noticed then in KDE was a clipboard manager available by default and very useful in everyday work. At the moment I use Gnome as default (but I [...]

Read more →

 

Manage your WiFi profiles with WiFi Radar

WiFi Radar is excellent Python/PyGTK2 application to manage your WiFi profiles. Common usage of this utility lies in scanning for available networks and creating profiles for preferred ones. At boot time, running WiFi Radar will automatically scan for an available preferred network and connect to it. You can drag and drop your preferred networks to arrange the profile priority. Damn, sudo aptitude install wifi-radar works in Ubuntu! To get custom [...]

Read more →

 

ZIM: text editor with wiki concepts

As it comes from project’s site Zim is a WYSIWYG (What You See Is What You Get) text editor written in Gtk2-Perl that brings wiki concepts to your desktop (every page is saved in wiki format). Nice hint is that pages can contain links to other pages (to create file it’s enough to link to non-existent one). Pages are ordered in a hierarchical structure that helps you to keep track [...]

Read more →

 

Utorrent in Ubuntu with Firefox support

1. Install Wine: To get latest version add Wine’s repositories to your source list: sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/feisty.list -O /etc/apt/sources.list.d/winehq.list Add the repository key: wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add – Update apt-get: sudo apt-get update Install Wine: sudo apt-get install wine 2. Download utorrent: sudo wget http://download.utorrent.com/1.7.2/utorrent.exe -O ~/.utorrent To launch utorrent use the command: wine ~/.utorrent To get Firefox to automatically open utorrent when clicking on torrent [...]

Read more →