Using make to backup a webserver

{0 Comments}

Sometimes im learning new stuff or i try other ways of doing the same job that i’ve done before. Today i thought i could use make for creating some backup routines instead off an old way where i’m actually just used a bunch of shell scripts. Cause make will give me more flexibility to define …

Read More…

Howto: setting up a PGP keyserver with OpenLDAP

{0 Comments}

I’m glad to post this howto about setting up a PGP keyserver with OpenLDAP. The inital thread that finally leads to here starts at: http://marc.theaimsgroup.com/?l=gnupg-users&m=114028686432264&w=2 Many thanks to Peter Palfrader for providing the LDAP schema and especially to David Shaw for providing invaluable help and adding LDAP basic authentication to GnuPG. Used software: OpenLDAP 2.2.27, …

Read More…

Set up SSH keys

{0 Comments}

HOWTO: set up ssh keys Paul Keck, 2001 Getting Started First, install OpenSSH on two UNIX machines, hurly and burly. This works best using DSA keys and SSH2 by default as far as I can tell. All the other HOWTOs I’ve seen seem to deal with RSA keys and SSH1, and the instructions not surprisingly …

Read More…

Debian GNU/Linux Derivatives/Guidelines

{0 Comments}

This page outlines aspects to take care while creating a derivative Debian distribution. For now it is just an outline to collect relevant information which could be formalized later on in the form of Specification. Intro Derivative Debian distributions vary in the domains of their specialization, user base, and the scale of modifications/extension they bring …

Read More…

Working on the Bash

{0 Comments}

This blog will show you the administrative usage of a linux shell and some tips and tricks. In the first round i’ll talk about some tricks and gimmicks the bash provides and also some experienced users are not knowing. After this i’m presenting some use case situations and some alias definitions for you .bashrc or …

Read More…

Howto merge and build a Debian package for Ultimedia GNU/Linux (outdated)

{3 Comments}

To merge and build packages from Debian you’ll need the Ultimedia dpkg-extension which provides some bare written functions: Note: Ultimedia dpkg-extension was not intended to use in the community, it is a verry speacial script working on ultimedia/blade build systems. Defines a maintainer profile and includes verry related developer settings Defines a default dist profile …

Read More…