Archive for 2013-05-30

ISO fájlból AVI fájl készítése

  1. dvd::rip telepítése
  2. Mountoljuk az ISO fájlt.
    mount -t udf -o loop <path_to_iso>/file.iso /mnt/tmp

    vagy iso9660-nal

    mount -t iso9660 -o loop <path_to_iso>/file.iso /mnt/tmp
  3. VNC elindítása (ha kell)
  4. Belépünk az X-be
  5. Elindítjuk a dvd::rip programot
  6. Válassszuk  a  “Conversion” -t a File menüből. Ha megjelent a dialógus ablak, válasszuk az ISO-t a forrás és AVI a cél fájl típusnak.
  7. A konvertálás akár sokáig is eltarthat, függően a videó anyag hosszától. Érdemes legyezni, hogy hova menti majd a program az elkészült AVI-kat, hogy később megtalálhassuk, ha kész a konvertálás.

rendszer chroot-olása

Mert mindig elfelejtem, most már leírom ide is:

1, létrehozunk egy temporális mountolási pontot

mkdir /mnt/tmp

2, mountoljuk a régi rendszert:

mount /dev/sd?? /mnt/tmp

3, mountoljuk a proc pontot

mount -t proc none /mnt/tmp/proc

4, majd mountoljuk a /dev , /sys

mount --rbind /sys /mnt/tmp/sys
mount --rbind /dev /mnt/tmp/dev

5, átmásoljuk a resolv.conf-ot (ubuntunál vmi elcseszett /run/resolv/resolv.conf helyen van, és a /etc/resolv.conn csak erre mutató symlink…)

cp -L /etc/resolv.conf /mnt/tmp/etc/

6, végén chroot -olunk

chroot /mnt/tmp /bin/bash

7, majd garázdálkodunk 🙂

Bluetooth windows unlock

hasznos kis progi:

BTProximity is an application for Windows Vista and Windows 7 that can detect when your bluetooth-enabled phone has come into range, and unlock your computer.  When the device moves out of range, the computer is automatically locked.  This isn’t a fake lock window, the computer is locked using Windows Security.

http://www.daveamenta.com/2010-03/btproximity-lock-and-unlock-pc-when-bluetooth-phone-is-in-range/

Az  install: btproximity

Notes

– The device needs to be paired with Windows first, then it will show up in the devices list.  If you don’t pair the device, secure mode will need to be disabled in order for the device to appear.

– Be sure to install the unlock component if you’d like to automatically unlock.

– Be sure to set the credentials to unlock.

– Setting the check interval too high may lead to poor battery life.

– “Faster Unlock” will unlock as soon as the device has been seen, without an additional check.

– Notification area icon colors:

Gray: Host device is not compatible or not found.

Red:  Device is not connected (out of range)

Green: Device is connected (in range)

AVI fájlok merge

Csudi-mudi jó kis parancs, csak mindig elfelejtem 🙂

avimerge -o cd.avi -i cd1.avi cd2.avi