Skip to content
Archive of posts tagged ubuntu

Display X applications from virtual terminals

Here is a script that can help you set the proper envirionment to start a gnome-shell from one of the terminals. #!/bin/bash – #=============================================================================== # # FILE: xenv.sh # # USAGE: ./xenv.sh # # DESCRIPTION: http://live.gnome.org/GnomeShell/Debugging # # # OPTIONS: — # REQUIREMENTS: — # BUGS: — # NOTES: — # AUTHOR: Amit Agarwal (aka), [...]

Tora installation on Fedora 16 with rpm

Last article I talked about tora installation from the sources, but if that is too much for you then you can use this one liner: rpm -ivh “http://amit-agarwal.co.in/mystuff/tora-2.1.3-1.fc16.i686.rpm” But if you like the hard way out, then you can always try this. Related articles Unrar in Fedora… (gryphon143.wordpress.com) Fedora Utils just got easier (funsurf.wordpress.com) rpmorphan [...]

tora on Fedora 16 for mysql and Oracle.

Sometime back I had posted a article on Tora on Fedora. But that was a while back and things have progressed and we already have Fedora 16 (aka Verne). So, awhile back I installed Tora on my Fedora 16 and here are the steps to do so: First get the Tora sources from sourceforge.net . [...]