Articles tagged “debian”

Install node.js via APT on Debian Squeeze

Abstract: add SID APT source, configure APT Pinning to give squeeze packages priority over SID ones, rebuild the nodejs package under squeeze.

  • Add SID APT source by creating /etc/apt/sources.list.d/sid.list (use your nearest mirror):
deb http://ftp.us.debian.org/debian/ sid main
deb-src http://ftp.us.debian.org/debian/ sid main
  • Configure APT pinning by creating /etc/apt/preferences.d/sid:
Package: *
Pin: release a=unstable
Pin-Priority: 50
  • Install libv8-3.1.8.22 manually:
apt-get install libv8-3.1.8.22
  • Download the nodejs package sources, dependencies and build them:
cd
apt-get source nodejs
apt-get build-dep nodejs
cd nodejs-*
debuild -nc -uc
  • Install the generated package
dpkg -i nodejs_*.deb nodejs-dev*.deb
  • Profit :-)
Posted at 12PM on 09/12/11 | 0 comments | Filed Under:

How to backup with time machine on a network share

Ingredients: Debian, Netatalk, Avahi, some trickery.

Step 1: recompile netatalk adding SSL Support: blackmac.de.

You can safely ignore the ”.passwd” stuff, because afpd uses PAM for user authentication.

Hint: disable the atalk protocol handlers in /etc/default/netatalk, for a faster startup:

continue reading >>>

Posted at 17PM on 11/02/07 | 3 comments | Filed Under: number 42

About

This is sindro.me, a weblog by Marcello Barnaba (@vjt) about technology, ruby, development, software, the internet, entertainment, politics, sociology, and the answer to Life, Universe, and Everything (42).

Links