Archive for the 'Gentoo' Category
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
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 [...]
June 24th, 2008 | Posted in Geekstuff, Gentoo, Linux, git | No Comments
jojo@host:~/svn/test$ svn add git-talk.pdf A (bin) git-talk.pdf jojo@host:~/svn/test$ svn commit -m ‘First file’ Adding (bin) git-talk.pdf Transmitting file data . Committed revision 1. jojo@host:~/svn/test$ du -sh ../test-repo 6.5M ../test-repo jojo@host:~/svn/test$ cp git-talk.pdf git-talk2.pdf jojo@host:~/svn/test$ svn add git-talk2.pdf A (bin) git-talk2.pdf jojo@host:~/svn/test$ svn commit -m ‘Second file’ Adding (bin) git-talk2.pdf Transmitting file data . Committed revision [...]
June 15th, 2008 | Posted in Allgemein, Geekstuff, Gentoo, Linux, git | 2 Comments
As you can imagine I have been using git some more since the last post about it (and I’ve even been giving GitHub some more thorough investigation, but I’ll be posting about that later). Back then I already understood most of it (definetely enough to work with it), but just recently I got the feeling [...]
June 5th, 2008 | Posted in Allgemein, Geekstuff, Gentoo, Linux, git | No Comments