linux

29
May
2010
quinox

Extracting images from .exe galleries

A while ago I received a postcard that came with a Mini CD created by a company called CardSelect. It promised "Meer dan 100 beelden" of "De Wadden", more than 100 images of the Wadden Sea area. Today I decided to check it out, so I popped the disc in my computer and performed an ls /mnt/cdrom:

24
Jun
2008
quinox

Een DVD-schil voor mplayer

MPlayer is prima geschikt om DVD-bestanden zoals .iso mee af te spelen, maar het onthouden van de precieze parameters is een vervelend karwei. Het leven zou toch zo veel mooier zijn als je alleen maar hoefde te tikken... De volgende schil is precies daarvoor gemaakt. Sla het op in je bin-map, geef het uitvoerrechten en je kunt gaan met die banaan.

#!/bin/bash
# Version: 2008-06-20, rev 00

20
Jun
2008
quinox

A DVD wrapper for mplayer

MPlayer is perfectly capable of playing DVD images like .iso files, but remembering and typing the precise parameters every single time gets a bit boring. How nice life would be if you could just type playdvd my_dvd_movie.iso... The following wrapper does precisely that. Save it to a file in your bin directory, give it executable permission and you're ready to go.

#!/bin/bash
# Version: 2008-06-20, rev 00

02
Jun
2008
quinox

Minimalistische Linuxkernel draait door

Recentelijk heeft mijn oude moederbord het begeven. Zelfs met alleen het geheugen en de processor ingeplugd liep het vast bij het opstarten, dus het werd tijd om wat nieuw spul aan te schaffen. Dankzij het aardige personeel bij NoRRoD had ik weldra een nieuw systeem: Een ASUS M2N moederbord met een AMD Athlon X2 Dual Core 64 Bit processor, 4 gigabyte RAM en videokaart met een NVidia chipset.

30
May
2008
quinox

Minimalistic Linux Kernel Going Berserk

Recently my old motherboard decided it had seen enough of this world and it stopped working. Even with only the CPU and the RAM plugged in it would not boot, so new hardware was in order. Thanks to the friendly staff of NoRRoD I soon had new gear: An ASUS M2N motherboard with an AMD Athlon X2 Dual Core 64 Bit processor, 4 gigabyte of RAM and an NVidia based video card.

28
May
2008
quinox

Hoe een bin-map te maken in je eigen home-folder

Wanneer je met een computer werkt wil je vaak een aantal programmas gebruiker die ze zelf prettig vind. Echter, je heb niet altijd administratorrechten op deze te installeren. Er is een oplossing voor dit probleem, namelijk door het maken van een map daar waar je wel rechten tot hebt, en hierin programmas installeren.

blogtags: 
27
May
2008
quinox

How to make a bin directory in your own home directory

When you do work on a computer you often want to install some programs that you like. But what if you are but an ordinary user without any privileges, unable to install any programs without the root password which you don't have? Not all is lost: This problem is easily solved by creating a bin directory in a place where you can write files.

blogtags: 
Subscribe to RSS - linux