Admin

t

Server administration stuff

Creating a bootable USB Stick on Mac OS X from an ISO Image

Blog categories: 

This is actually just a copy of an article from ubuntu.com, but they tend to move things around and I like to have short search times. Apart from that, this works for FreeBSD and even for Windows (tested with Windows 7) as well. Sorry for this this blatant plagiarism, but it might be also to your advantage ;)

One more note: If you want to create a bootable USB stick to be used on a Mac/OS X, do not forget to format the stick with Disk Utility to HFS+ with a GUID partition table.

Brew install R fails - Updated right away

Blog categories: 

I just cleaned up my home brew cellar and had problems reinstalling R. I got the old well-known error message:

brew install r
==> Downloading http://cran.r-project.org/src/base/R-2/R-2.15.1.tar.gz
Already downloaded: /Library/Caches/Homebrew/r-2.15.1.tar.gz
Error: This formula requires a fortran compiler,...

Reinstalling gfortran (which was actually installed already) did not help and so I decided to trick home brew until the problem is fixed, with the following:

RSS Feed Icon from Font Instead of Image (PNG) with Drupal 7

Blog categories: 

As written in a post before, I customized the Drupal RSS feed icon by replacing it with my own PNG icon. Unfortunately, the PNG icon should be designed well and is never scalable when using pixels. Therefore, I wanted to change it to a font based (vector) icon using again free fonts from font squirrel.

Reusing Persistent SSH Connections for Performance Reasons

Blog categories: 

Some weeks ago I had to run a simulation for my research which has been very elaborate and involved externally invoked scripts on remote machines (so-called Wuchtbrummen). These external calls were dispatched by a central main script, that was running on my local PC. To avoid a complete SSH session setup and teardown every time a new call should be invoked on a Wuchtbrumme, I wanted to have a persistent SSH connection, where all subsequent commands can be tunneled through.

Pages

B