Recent Posts

Blackberry 8900 Wipe Address Book and Resync

less than 1 minute read

One of our users purchased the blackberry 8900 today, and the address book wouldn’t sync. In order to wipe it and repopulate from the server, go to the addr...

CACLS

less than 1 minute read

User rights ACL’s on windows xpcacls “C:windowstemp.” /e /g EVERYONE:Fcacls c:windowstemp /e /g everyone:f

Join Multiple mpg Files

less than 1 minute read

cat file01.mpg file02.mpg file03.mpg > alltogether.mpgOther notes:mpegdemux -d -s 0xe0 source.mpg dst.m1vmpegdemux -d -s 0xc0-0xdf -b audio_##.mpa source....

FLV to MPG Script

less than 1 minute read

#!/bin/bashffmpeg -i “$1” -ab 128000 -ar 44100 -b 200000 -s 320x240 -ac 2 “$1”.mpg

SLES 10 x86_64 Subversion

less than 1 minute read

At work I needed to install subversion for the programming department. The problem I ran into was that SLES 10 does not include subversion in their reposito...