Pascal's Blog

Wuala rc.d Script for Archlinux

  • Jan 12, 2010
  • POST
Recently I published an init.d script for debian/ubuntu to start wuala in headless mode. Since some time now I have a mediacenter running on Archlinux so the debian init.d script needed some change to run properly. I’m currently putting together a package to install wuala on archlinux with via pacman. In the meantime I will publish the rc.d script in case someone wants to install wuala manually following the instructions found here.

HP Printer drivers (hpijs) for Mac OS X

  • Dec 24, 2009
  • POST
Since I switched to Snow Leopard I was not satisfied with the printing drivers for my old HP OfficeJet 95. I used the included Gutenprint drivers. For text they worked ok, but images looked terrible. Today I decided to do something about it. From Linux I know that HPLIP has some pretty good driver (hpijs) for most HP Devices. Fortunately I can use the same drivers for Mac OS X to.

How to enable ALSA Analog 5.1 Sound on Nvidia ION

  • Oct 31, 2009
  • POST
I recently had the problem to enable 5.1 Sound with 3 click outputs on an Nvidia ION board. By default Linux configures it with only one plug configured as output. After some research I found a solution in the OpenSUSE Wiki you have to set during module loading to get it working. Basically you have to add options snd-hda-intel <strong>model=3stack-6ch</strong> enable=1 index=0 to your modeprobe.conf to tell the driver to use all its 3 plugs as output.

Wuala init.d Script for Debian/Ubuntu (Improved)

  • Oct 20, 2009
  • POST
I recently wanted to install Wuala on my brand new media center PC running Ubuntu on it. It was not that hard because there is an excellent tutorial on how to setup wuala on a headless machine. Unfortunately there was no script to start and stop Wuala on system start-up and shutdown. So I decided to create one. /etc/init.d/wuala (download) #!/bin/bash #!/bin/bash ### BEGIN INIT INFO # Provides: wuala # Required-Start: $network $local_fs $remote_fs # Required-Stop: $network $local_fs $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: start Wuala headless (wuala) ### END INIT INFO WUALADIR=/home/wuala WUALAUSR=wuala WUALALOG=$WUALADIR/out.

Activate VT Virtalization support on a Sony Vaio VGN-Z11WN

  • Aug 5, 2009
  • POST
Update: Sony released a new version of their BIOS which allows the activation via menu. I found a nice tutorial how to enable the Support for Intel VT on a Sony Vaio, with Firmware. Just follow the tutorial on this site.

Database migration using SQLAlchemy

  • Apr 29, 2009
  • POST
Recently I found a script to migrate between SQLite and PostgreSQL on Lazy Crazy Coder’s blog. It’s pretty cool, especially as it shows the flexibility of SQLAlchemy in this case used as a middleware. You can download the script here.

VLC takes very long to start!?

  • Mar 28, 2009
  • POST
I recently had the problem that my VLC Media Player took about a minute to start. First I didn’t know what caused the problem until I remembered that I imported my Music Library into VLC, so it always scanned the whole Library to import the meta data. To disable the Media Library do as follows: Open: Tools -> Preferences Under Show Setting select «All» to show all settings

Python for Scientific Calculations

  • Mar 28, 2009
  • POST
I recently do a lot of mathematical computation, using MATLAB, unfortunately MATLAB is not open-source and fairly expensive to buy. There is a open-source reimplementation of the MATLAB language called GNU Octave. But I never really liked it, mostly because of the missing visualization features compared to MATLAB. So I started to look for something else, and as I’m a huge fan of Python it was obvious to take a look at SciPy, a Scientific extension based on NumPy, a highly optimized multi-dimensional array library.

Bazaar Pro/E helpers version 0.1 released

  • Jan 11, 2009
  • POST
This is the first official release of the Bazaar ProENGINEER Helpers. It’s a simple command line version with no direct integration into Pro/E. You can find more information about how to use it here. Or just directly download it!

Sources for VMware images

  • Nov 17, 2008
  • POST
In the past I used several different sources to get VMware images, so here is a list of my sources with a short description on what’s the advantages of each source. http://www.thoughtpolice.co.uk/ The ThoughtPolice in most cases seems to be the best source if you need a base image for a server based on various operating systems. It provides fairly small images for Ubuntu, Debian, FreeBSD, CentOS, Fedora. http://virtualappliances.
Prev Next
LATESTS
NixOS on a MinnowBoard MAX and Turbot (serial console)
  • Nov 10, 2016
  • POST
Keep your docker clean
  • Nov 7, 2016
  • POST
From TCP to TLS in Go
  • Dec 17, 2015
  • POST
Configurable Yocto/OpenEmbedded recipes
  • Feb 14, 2015
  • POST
New Unison (2.40.102) builds available
  • Jun 5, 2013
  • POST
Using Cygwin SSH with Putty Pageant
  • Mar 11, 2011
  • POST
Use Zentyal Zarafa z-push with an N900
  • Oct 19, 2010
  • POST
Build Ubuntu/Debian packages from source (and apply a patch)
  • May 6, 2010
  • POST
Automatically start SCREEN on SSH login
  • Apr 30, 2010
  • POST
Bazaar Pro Engineer Helpers 0.3.0 Released
  • Jan 21, 2010
  • POST
CATEGORIES
  • development (15)
  • howtos (14)
  • experience (6)
  • projects (2)
  • yocto (1)
TAGS
  • python (9)
  • ucplib (5)
  • openmoko (4)
  • sms (4)
  • bzr (3)
  • proe (3)
  • ssh (3)
  • ubuntu (3)
  • vlc (3)
  • vmware (3)

© Pascal's Blog

Powered by Hugo.

Robust designed by Daisuke Tsuji.