I always keep forgetting how to do this properly, so this is the case:
mkvmerge -o "outputfile.mkv" inputfile1.mkv + inputfile2.mkv
tips’n’tricks
I always keep forgetting how to do this properly, so this is the case:
mkvmerge -o "outputfile.mkv" inputfile1.mkv + inputfile2.mkv
I wanted to have my RAID5 array to go to standby after 10 minutes of inactivity. I achieved this with:
/sbin/hdparm -S120 /dev/sd[a-i]
But my drives were waking up from their standby because I had mythtv-backend configured with UPNP support. Continue reading “Stop HDD drives waking up in mythbuntu”
In putty enter hostname or IP address and port on Session page.
In Connection > Proxy settings enter company proxy IP and port set it as HTTP proxy.
In Connection > SSH check enable compression and version 2. Continue reading “SSH tunnel trough proxy in Putty”
Continue reading “Fix annoying clicking sound in (K)Ubuntu Karmic Koala”
First you need to add to your RAID device /dev/md0 new hdd partition (/dev/sde1, /dev/sdf1/dev/sdg1) in this case /dev/sdg1:
mdadm --add /dev/md0 /dev/sdg1
Then you need to grow your RAID device to the new number of disks X(4,5,6):
mdadm --grow /dev/md0 --raid-devices=4