Tag Archives: debian
Installing gitosis
Install gitosis on a server where you would like to backup/store documents.
On my debian 5.08 (lenny) server, gitosis may simply be installed via aptitude.
my-git-server:~$ sudo aptitude install gitosis
Now, standard “home-dir” for gitosis is /srv/gitosis. I would like to store my git-repositories on a raid location called /storage/. To change home-directory for gitosis, run this [...]
Remote control support (input device events) is now handled by the kernel (>=2.6.17). However, not all remote buttons may work out of the box. The driver that handles input device events, xf86-input-evdev, needs to be patched in order to remap higher keycodes than the xserver may handle. x server (Xorg/x11) is built with 255 keycodes [...]
Problem updating software depository with aptitude, a signature / public key changed.
W: GPG error: http://debian.samfundet.no etch Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B
:~$ sudo gpg –keyserver pgpkeys.mit.edu –recv-key 9AA38DCD55BE302B
:~$ sudo gpg -a –export 9AA38DCD55BE302B | sudo apt-key add -
Grails is an open source web application framework which uses the Groovy programming language (which is in turn based on the Java platform). It is intended to be a high-productivity framework by following the “coding by convention” paradigm, providing a stand-alone development environment and hiding much of the configuration detail from the developer.
Wikipedia
Install java-sdk/jdk:
:~$ [...]
When I started working with 1-wire network I simply connected it to a Linux server by using an USB interface and OWFS. Later, I needed to move my server. The solution was to buy a mini-pc that could read the 1-wire network. I wanted a system where I could install OWFS, therefore, I had for [...]
NB! This is the new post on how to install OWFS on Debian 6.0 squeeze. For the current Debian 5.0 lenny version see here: OWFS on Debian 5.0 (lenny). Also, it may give useful tips if problems occur.
If you are using a kernel newer than 2.6.18, which Debian 6.0 is, libusb-0.1.12 must be used because [...]
NB! New and updated tutorial: OWFS on Debian 6.0 (Squeeze)
1-Wire is a device communications bus system designed by Dallas Semiconductor. It provides low-speed data, signaling and power over a single signal, albeit using two wires, one for ground, one for power and data. 1-Wire is similar in concept to I²C, but with lower data rates [...]