wbus.fubar.si moved to www.trola.si

underEnglish

Title says it all, I bought domain to remember the pages easier. PS: It's a Slovenian website for inner Ljubljana bus arrivals in relative time.

GNU Screen dynamic titles

underEnglish, Opensource, Bash, Linux

The ultimate script I have been using for ages, now I decided to opensource it. Read more on github. Install $ git clone git://github.com/iElectric/GNU-Screen-Dynamic-Titles.git $ cd GNU-Screen-Dynamic-Titles $ sudo ./install.sh

Gentoo, ION 330 and XBMC == perfect HTPC

underEnglish, Ion, Htpc, Gentoo, Xbmc

During last two days I managed to install my HTPC (soon I will add printers and samba to it). There is a lot of useful information around the internet which helped me on the way. I really like to create Gentoo from scratch logs, so I would like to share it with you together with used patches (in my iElectric gentoo repository). DISCLAIMER: This is far from perfect (even the ebuilds), but it works;) DISCLAIMER2: I'm aware this is not the noobs guide, it's more of a reference manual

GSoC 2010 report for gpypi2 under Gentoo Linux

underEnglish, Gsoc, Gpypi2, Portage, Gentoo, Python

GSoC 2010 is history, but more and more is going on. Let me rephrase a bit what was my project over this summer, what does it provide and what will the future bring. gpypi2 has become quite more than it's primary goal, installation of Python packages has never been easier: Create/echo Gentoo Linux ebuilds from Python Package Index or from Python source (with help of distutils) Install that ebuild with invoking emerge Create overlay from all working packages on Python Package Index Install Very easy.

GPyPi2 — Google Summer of Code week #11

underEnglish, Gsoc, Gpypi2, Portage, Gentoo, Python

Greetings, following is the weekly update for gpypi2 project. It's main purpose is to generate ebuilds from Python Package Index. Quick links to project info: Repository, issue tracker Hudson CI instance Sphinx documentation generated by hudson on each commit GPyPi knows about metadata.xml, ChangeLog and Manifest! Previous week (2nd - 9th August) Task: metadata, echangelog and manifest generation In the last week of implementing features I will add support for Gentoo developers workflow. Done. Implementation is in gpypi2/workflow.py. One issue though: echangelog has no idea how to add files to SCM, will have to find another abstraction tool for that.