Die dümmsten Wettbewerbs-Fragen

Ich versteh ja schon, dass die Fragen für TV-Wettbewerbe möglichst einfach sein müssen, dass möglichst viele Zuschauer sich der Lösung sicher sind und die anfallende SMS-Gebühr auf sich nehmen.

Doch diese Fragen hier sind wirklich eine Beleidigung für den Intellekt...

Wie heisst die ehemalige Gefangeneninsel vor Südafrika?
- Ribéry Island
- Robben Island
(SF, Juni 2010)

Womit werden Täter häufig abgeführt?
- Halskrausen
- Handschellen
(RTL, Juni 2010)

to be continued...

screen - open, detach, attach virtual terminals

Mit screen ist es mögich auf entfernten Servern via SSH virtuelle Terminals zu eröffnen, in den Hintergrund zu legen und auch wieder aufzunehmen:

Eröffnen eines neuen virtuellen Terminals:

screen

In den Hintergrund legen eines virtuellen Terminals (=detachen)

CTRL A D

Auflisten der aktiven Terminals im Hintergrund

screen -ls

Aufnahme des einzigen Terminals (=attach)

screen -r

Aufnahme eines bestimmten Terminals

screen -dr id

Debian ffmpeg mit lame (mp3-support)

Lame-Pakete sind (dank Sony BMG) nicht frei und deshalb nicht über die normalen Repositories für eigentlich jede Linux-Distri zu installieren.

Für Debian gibt es schnelle Abhilfe:

http://debian-multimedia.org/
danke.. :)

Eventuell muss ffmpeg neu installiert werden, damit die lame-libraries berücksichtigt werden.

capture s-video via ffmpeg (or: how to digitalise your old vhs-stuff)

I wanted to digitalise some old VHS-Videos.

The main thing is, that my /dev/video1 (TV-Card) got more than one inputs (regular TV-Cable input and S-Video) How to tell the program to grab input 2 instead of standard input 1?

After hours of searching with all possible programs on Linux, I finally landed in the console with ffmpeg.

ffmpeg -f alsa -ar 44100 -ac 1 -i plughw:0,2  -f video4linux2 -s sxga -r 25 -vc 2 -i /dev/video1 output.avi

ubuntu 64 bit and brother dcp-7030

find attached files to install

sudo dpkg -i --force-all --force-architecture *package*

iphone internet tethering on ubuntu (updated)

http://www.ubuntugeek.com/iphone-tethering-on-ubuntu-9-10-karmic.html

UPDATE:
Iphone 3GS OS4, Ubuntu 10.4:
Same procedure (install blueman)
New:
- After successful installing blueman the blueman-symbol appears in the system-panel
- Rightclick the symbol and go to "Plugins"
- Make sure, the plugin "NMPANSupport" is enabled
- Ignore possible conflicts

CSS round corners....

When oh when is css3 finally going to be released???
It's not only the question I ask myself now, it's the question I ask myself for the past 6 years... that is so annoying!

The feature I miss most in css2 is the ability to apply round-corners to elements. But even the css3-definition "border-radius" is not yet available, there are some ways to do it. Here's my favourite way:

For some browsers, the developers included some "pre-versions" of border-radius:

Gekko-based browsers (Firefox, Netscape 6+)

-moz-border-radius: 10px;

or

Crontabs of all users

Sometimes it can be helpful to list the crontabs of all users. Eg. to find out why your server periodically has a load of over 80%...

for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l; done

Now you can search all crontabs that are done on the time of your load peak.

Plesk and Drupal-Multisites

In order to benefit from drupals amazing functionality concerning multisite capability, you have to do some extra-stuff in your plesk-config, more precisely in your vhost-config.

Example scenario

You administer 50 customer drupal sites on your plesk-server. Every time a new drupal release comes up, you have to update every single one of this 50 installations (we didn't even talk about the modules).
No question: enormous waste of time and disk space.

Let's dare an approach

OpenOffice Wortergänzung ausschalten

Extras - AutoKorrektur Optionen - Wortergänzung - Wortergänzung aktivieren

 

Too Cool for Internet Explorer