Posts Tagged ‘linux’

RPM Fusion

Saturday, August 29th, 2009

Additional (non-free) RPM packages:

http://rpmfusion.org/Configuration

Problem with several c-libraries …

Thursday, August 27th, 2009

e.g. when installing GalleryRemote. Solution that worked (from http://gallery.menalto.com/node/50926):

Back up the .bin file to name.bin.bak

1. ) cat name.bin.bak | sed “s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/” > name.bin

2. ) Go into your .bin file (vi file.bin) and search for:
export LD_ASSUME
You should see something along the lines of “export LD_ASSUME_KERNEL=2.2.5″

Now, I have not tested your installer, but this is generic fix for most of them:
change those exports in the file to #xport, so it’s commented out and there are the same amount of characters.
export LD_ASSUME_KERNEL=2.2.5
should read
#xport LD_ASSUME_KERNEL=2.2.5

Write, exit, run

image magick …

Wednesday, October 8th, 2008

convert heißt das Konsolenprogramm, mit dem man unter linux sehr einfach und gut einfache bildbearbeitung machen kann.

nicht vergessen :)

nslookup

Thursday, October 2nd, 2008

Zum Nachschlagen der IP-Adresse eines hosts in der Linux Konsole.

Gleich zu Beginn …

Friday, September 28th, 2007

Ich werd es mir wohl nie merken: Linux Konsolenbefehle, insbesonders das Anlegen von Softlinks:

ln -s ziel [neuer Name]

Und die beiden ersten Ergebnisse meiner heutigen Google Suche: