Archive for the 'Linux' Category
So, this is not another in-depth review of the latest piece of technology on my desk. Sufficient to say my cellphone-contract expired and I had the chance to exchange my old one. You may remember that it was an o2 XDA Neo, which I blogged about back then. While this cellphone sure had a lot [...]
April 26th, 2009 | Posted in Geekstuff, Linux | 3 Comments
This is a small review for a small laptop. You might remember that I bought a MacBook a few months back, and may ask yourself why anyone would need two laptops (or even one for some people). Well, I can’t answer that question for everyone, but think about it the next time you buy an [...]
March 25th, 2009 | Posted in Allgemein, Geekstuff, Linux | 1 Comment
Got this one from the git-ml (which I read via gmane, but that’s a different post): I’m not very good at reviewing patches. Especially not if it’s something like JavaScript. git at least colorizes its diffs, which makes it somewhat better. But as soon as you have a big file which is being patched in [...]
January 29th, 2009 | Posted in Geekstuff, Gentoo, Linux, git | 8 Comments
OK, I can already hear you saying “here we go again”. Well, I’m sorry that I’m not really in the mood to report much on my personal life (though, rest assured, everything is really going smooth, so don’t worry). Maybe this blog will undergo certain changes in the near future, but right now I’m not [...]
January 16th, 2009 | Posted in Geekstuff, Gentoo, Linux, git | 1 Comment
Up until right now I’ve been using xterm. While it’s not the best of terms it does support 256 colors out of the box (and I don’t use fancy stuff like transparency/translucency). What it has been lacking however, and which Flo pointed out, was the support to make URLs clickable. This is an important feature, [...]
January 4th, 2009 | Posted in Geekstuff, Gentoo, Linux | 3 Comments
I use git to version almost everything I work with on a daily basis. My emails reside on an IMAP-server and my bookmarks are on delicious. My config files are written such that the same file can be used on any machine I have. The question remains how to keep all of the other stuff [...]
December 3rd, 2008 | Posted in Apple, Geekstuff, Gentoo, Linux | 2 Comments
Since I’ve been developing some stuff for a private intranet (read: web-interface for managing stuff), which runs in their internal network I’ve found myself SSHing into the router/firewall and then into the host I’m developing on. This itself being bad enough, it was even more annoying when you wanted to copy File X from Host [...]
August 28th, 2008 | Posted in Geekstuff, Gentoo, Linux | 1 Comment
I like PuTTY, I’ve been using it for years. In my last post I talked about Cygwin and it’s rxvt (which already works pretty good). I also joked about using PuTTY to ssh into localhost. Well, for the people who want to use PuTTY for their local Cygwin there is a solution: PuTTYcyg. PuTTYcyg is [...]
August 13th, 2008 | Posted in Geekstuff, Gentoo, Linux | No Comments
mutt 1.5.18 works fine with Cygwin (as I just discovered). Building it from source I used ./configure –prefix=$HOME/local/stow/mutt –enable-imap –with-homespool –with-ssl=/usr –enable-hcache –enable-locales-fix This is assuming you installed the openssl-libs and openssl-devel packages (those can be installed using Cygwins own installer .exe). For header-caching (you really want it when using IMAP) you’re also gonna need [...]
August 11th, 2008 | Posted in Allgemein, Geekstuff, Gentoo, Linux | 3 Comments
This is a post about a few things at once, since I have all these little tips/hints I’d like to make public which don’t deserve their own post ;) Ok, first about the git-branch status on your zsh. What is that good for? Well, I often find myself working in git-repositories with different local branches [...]
August 5th, 2008 | Posted in Geekstuff, Gentoo, Linux, git | 2 Comments