1253 shaares
35 private links
35 private links
165 results
tagged
ubuntu
Version 0.4.2 of Lightspark, the modern, efficient, open source Flash player is now officially released, with a couple of last moment fixes and improvements. The main features of this new release are: Use fontconfig to select fonts Greater compatibility with youtube video Sound synchronization Chrome/Chromium support * Firefox’s OOPP support
Also: lshw -C processor | grep width
Backup: MBR: dd if=/dev/hda of=backup-hda.mbr count=1 bs=512 Extended partitions: sfdisk -d /dev/hda > backup-hda.sf Recover: dd if=backup-hda.mbr of=/dev/hda sfdisk /dev/hda < backup-hda.sf