Generate a new password for the Postfixadmin admin panel.
Postfix admin password recovery
Video rotation with FFMPEG
ffmpeg -i input.mp4 -vf transpose=2 -vcodec libx264 -vpre medium -crf 22 -threads 0 -acodec copy output.mp4
Installing GEOIP on Debian Squeeze.
Installing GEOIP on Apache2 Debian Squeeze.
Postgresql password authentication
Scripting automation tasks for postgresql can be done easy.
By default ( In Debian and Ubuntu ) postgresql uses IDENT as method
for authentication. This means that the user “postgres” only can connect
to the database if the unix user is logged in or sudoed. In my version 8.4
/etc/postgresql/8.4/main/pg_hba.conf has a line witch should be modified .
Replace ident with password, and here you go.
Mount ddrescue file
You can do fdisk on the image file, via a loopback
device:
Load data file / image file made with
losetup -r /dev/loop0 drive.ima
fdisk -lu /dev/loop0
The you will see something like this;
Disk /dev/loop0: 4009 MB, 4009754624 bytes
84 heads, 22 sectors/track, 4237 cylinders, total 7831552 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xc5328fd3
Device Boot Start End Blocks Id System
/dev/loop0p1 * 62 7831551 3915745 4 FAT16 <32M
Galaxy Nexus JellyBean update; download now:
http://www.clockworkmod.com/rommanag…0Nexus%20(GSM)
https://twitter.com/koush/status/218169047051804672
Decided to make a how-to thread since the other thread is quite messy.
1.Backup apps and other data
2.Wipe Data , cache, dalvik cache etc
3.You must be on xxla2 radio. http://goo.gl/zttLP or http://www.mediafire.com/?d1776uuaei5aubi
3. Flash this to return to IMM30D ( required to update to JB JRN84D) http://www.mediafire.com/?acbm284ax7a5b0u
or http://www.embedupload.com/?d=02MTABK2G3
4.Then flash http://android.clients.google.com/pa…D.5a07884d.zip or http://www.mediafire.com/?wd0ureeywv44ld7
5. Reboot, and you should be on Jelly bean 4.1 
These exact steps are untested by me ( i dont have a gnexus) but should work fine
galaxy nexus and S2 Samsung S voice / siri like tool
Here is the S Voice apk file extracted from Samsung S3 phone;
http://www.mediafire.com/?m7mu6pdt0b63dul
http://uploaded.to/file/itkvz5ej
http://db.tt/UJHkCZWc
Installation;
1. Copy the APK to your memory.
2. Install Astro File explorer
3. Select the file and install.
Source; http://forum.xda-developers.com/showthread.php?t=1662254
Windows 2008 r2 setup KVM
Installing Windows 2008 r2 on KVM resulted in some issues. The screenshot shows the first error, below i will explain how to solve this problem.
KVM install on LVM Debian
This rule installs a new debian distribution on KVM
–disk=/dev/virtual/linux01 represents the lvm partition.
Change the values below for your own configuration
virt-install –connect qemu:///system -n zarafa01 -r 1024 –vcpus=2 –disk=/dev/virtual1/linux01 -c /mnt/extusb/debian6.iso –vnc –noautoconsole –os-type linux –accelerate –network=bridge:br0 –hvm
