1. Arch+libvirt+bridges+ufw

    I never thought getting bridged network for libvirt clients to work under archlinux. Here is the digest.

    Adding Bridge Network with netctl

    eth0 needs to be up in order to get the bridge working

    /etc/netctl/bridge

    Description='bridge'
    Interface=br0
    Connection=bridge
    BindsToInterface=(eth0)
    IP=static # or dhcp
    Address …
  2. A usable VIM Undo tree

    As some may have heard, vim stores your actions (and undos) as a tree, which is great. With vim 7.3 there is even a option to persist these changes between session. But with vanilla vim this tree is pretty much unusable.

    A friend showed me a great plugin which …

    Tagged as : vim undo
  3. WPS and OpenWRT

    When hearing WPS(Wifi Protected Setup) i always think of the worst idea in network security. 'Hey, how about changing a long key with a minimum length of 8 characters to something like... 4 numbers! And with that number you get the original password! GENIUS' . But WPS consists of more …

    Tagged as : wps openwrt
  4. Introducing ElchOS

    This Blog post is the first of the many blog posts to come around elchOS and its internals.

    ElchOS is a linux distribution with the purpose of providing a simple way to share disk storage and data in a streamlined fashion. The intend is to solve the 'Filesharing on the …

  5. LDAP Hit-and-Run

    Mon 24 February 2014
    By makefu

    I was in the unfortunate situation that i needed to fix an ldap server, specifically fixing a 'login failed' situation. There was only one problem, i had fucking clue how ldap is configured, or even working. Also, i didn't knew any passwords. But i had a user account on the …

    Tagged as : ldap hackery quickstart
  6. Install GIT on RHEL5 without Internet

    Tue 18 February 2014
    By makefu

    I was facing the problem that i desperately needed git on one of the development Redhat 5 systems which had no direct internet connection. As EPEL is an open repository to retrieve all kinds of cool packages also Git is available there. All i needed to do was to find …

    Tagged as : rhel git
  7. Piwik for this blog

    Tue 18 February 2014
    By makefu

    I was looking for a simple analytics tool for this blog. As everyone seems to be using piwik and everyone loves docker for rapid deployment. As i am always short on resources on all my machines i decided to deploy piwik on another of my VMs which is mediengewitter.krebsco …

    Tagged as : piwik docker pelican
  8. Make screen behave more like tmux

    Mon 17 February 2014
    By makefu

    I am using tmux on pretty much all hosts i control but all-too-often i need to work on retarded hosts which only have screen installed.

    I love to use ctrl-b because ctrl-a is the beginning of the line in default bash keybindings. Here are my changes in ~/.screenrc

    # use ctrl-b …
    Tagged as : screen tmux
  9. Revive this Blog

    Sun 17 February 2013
    By makefu

    2 years ago i lost this blog in an unexpected VPS shutdown and of course i had no backups (duh!) and had not used any kind of version management. Thanks to archive.org at least the content of the blog left intact. I guess that's why it is sometimes called …

    Tagged as : openssh dropbear

Page 2 / 4