0×1337.de_blog about security, open source, music and revolution.

September 11, 2009

moo - simple extensible debootstrap wires

Filed under: cli, linux — Tags: , , , , , , — anx @ 2:29 pm

Needless to say: “yet another chroot bootstrapper” :)

moo is built to help you develop .deb based distributions, and deploy them i.e. via netboot to the target machine.
currently moo only consists of the moo script and /etc/moo.d/. The latter one holds configuration and available packages.
The script will bootstrap a development environment for you, as well as pull updates from the package repository on hakt0r.de.

Just grab moo and execute it like:

usage:
    moo [options] verb arguments
examples:
    moo init
    moo init /home/anx/moo/
    moo install /chroot /media/ubuntu-cd karmic
    moo install /chroot http://blah/ubuntu jaunty #todo
    moo mount /chroot
    moo enter /chroot
verbs:
    init    [prefix=/]
    install target source dist
    remove  target
    mount   target
    unmount target
    enter   target [command=/bin/bash]
    help
options:
    -v      - be verbose
credits:
    anx, feuerziege, amm0n @hakt0r.de

July 18, 2009

Nasty Capslock

Filed under: cli, linux — Tags: , , , , , , — flyc0r @ 5:11 pm

Ich gehöre ja zu den Leuten die diese “Capslock” taste noch nie benutzt haben und sie immer für ein Relikt aus der Schreibmaschinenzeit gehalten in der “Shift” drücken die Walze anheben und damit größere Kraftanstrengung bedeutete.

xmodmap -e "remove lock = Caps_Lock"

sollte die gemeine Capslock Taste in eurer Lieblingsdistribution abschalten.


	

Powered by WordPress