Archive for the ‘ubuntu’ Category

.local is the Shit

Wednesday, September 9th, 2009

… accidentally I stumbled about something I really wished for. User-specific site-packages (python-talk). As specified in “PEP 370 — Per user site-packages directory” a user’s home directory might now have a directory called .local which contains lib/python<version>/site-packages and also bin/.

For this sweetness of course no python PEP is needed, but here comes the beauty:

~/.local is kind of a new standard directory which is a “standard” suggested by freedesktop.org and already used by some other applications and

python ./setup.py install –user

will automatically install the required package there – which again is no big thing and could be archived via PREFIX=~/.local/ but this is feels natural, pythonic, good. All now left to do is to add ~/.local/bin to the PATH-variable and ~/.local/lib/python<version>/site-packages/ to the PYTHONPATH (you should imo do this in ~/.profile).

So, using this, your virtualenv-usage might significantly decrease (though it does not make virtual environments useless).

Send fax from the commandline (capifax for Windows, Linux)

Wednesday, February 18th, 2009

This really nice project promises to send faxes from the command line under both Linux and Windows. The capifax command is part of a suite which also offers sending faxes via FritzBox-Phone from Linux -  great.

Ubuntu’s vim and vim-latexsuite

Thursday, June 5th, 2008

Since the default gvim-application-menu-entry in Ubuntu starts gVim via “gvim -f” it is not able to execute a couple of vim-latexsuite commands properly, for example |lv and |ls just don’t work. Changing the menu-entry fixes this issue (also for starting via gnome-do).

Wubi rocks …

Saturday, May 24th, 2008

… afraid of GRUBing your Computer? Try Wubi – install, and run Ubuntu just like any Windows application. This is really a nice alternative to VirtualBox for those who want to start soft.

Launchpad got Podcast

Saturday, May 24th, 2008

Here comes the New Launchpad podcast actually there already two episodes online (here is the second one) – hope you enjoy it as much as I did.

Hiphip – Hardy Heron

Thursday, April 24th, 2008

… finally here IT is!