Archive for the 'Gentoo' Category

genkernel 3.4.10-r2 with dmraid and hibernate-support

This comes from the I-have-to-pay-my-electrical-bill and from the learn-something-fun-about-your-system-everyday-department. As you know I’ve got Gentoo on my workstation. When I still lived in my dorm it was running 24/7 (last but not least to supply everyone with the latest episodes of popular shows). When I moved I started using a hacked-together suspend-to-ram script which worked [...]

git: full-length side-by-side diffs

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 [...]

mutt: pretty printing, git,zsh: dirty work-tree

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 [...]

rxvt-unicode 9.06 with 256 colors (and clickable links)

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, [...]

Unison – Stay in sync

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 [...]

SSH through proxy/intermediate host

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 [...]

PuTTYcyg just replaced rxvt for me

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 [...]

mutt 1.5.18, msmtp 1.4.16 and screen 4.0.2 with Cygwin

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 [...]

zsh git-branch prompt and cygwin

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 [...]

The GitHub

Ok, I hinted that I would do a more thorough review of GitHub, the new and easy-to-use git repository hosting site. Although I’m still no power-user I’ve come to know the features that make GitHub worth using and so far unique. The “Fork” feature is probably the most important one. Instead of just cloning a [...]