I went to One Utama MPH to get myself the last available copy of the LPI Linux Certification In A Nutshell book, to not fail my LPI 20x exam, again Though I prefer Exam Cram series more for the purpose, this book seems to be the only option that I have, as other books doesn’t [...]
I’ve been a happy user of this Huawei E600; till I got a brand new Dell XPS M1330, which doesn’t have PCMCIA slot for me to plug this data-card. I need to get myself USB based 3G card, and so if anyone have cheap Huawei E220 for sale, or wants to get my Huawei E600, [...]
Just found out that blogger.com provides RSS feeds for blogs they host. Just add someblog.blogspot.com/rss.xml to your favorite RSS reader. They also provide ATOM feed, which is available at someblog.blogspot.com/atom.xml Now my @$$ is saved for not missing to read my friend’s latest blog, anymore p/s:If you’re looking for a simple way to add RSS [...]
Console / shell is a black and white world in (K)Ubuntu, and so lets add some color to it. Let’s start with the infamous vim (installable with the vim-full package), by adding these lines to ~/.vimrc (also to enable line numbering, and disable auto indent) set noautoindent set number :syntax enable I also miss my [...]
I’ve been getting this error when running paster for my Pylons project: shakir@herugrim ~/Misc/workspace $ paster serve –reload development.ini Starting subprocess with file monitor /var/lib/python-support/python2.5/pylons/wsgiapp.py:249: DeprecationWarning: SessionMiddleware is moving to beaker.middleware in 0.8 app = SessionMiddleware(app, config.global_conf, **config.app_conf) /var/lib/python-support/python2.5/pylons/wsgiapp.py:254: DeprecationWarning: CacheMiddleware is moving to beaker.middleware in 0.8 app = CacheMiddleware(app, config.global_conf, **config.app_conf) Starting server in [...]