Wed Apr 11 22:23:28 CEST 2012
Performance of full disk encryption with LUKS on an SSD
Test procedure
Repeat five times:
- mount partition
- copy using dd:
- reading from USB and writting to SSD
- reading from SSD and writting to /dev/null
- umount partition
Test setups
- no encryption
- LUKS defaults
- LUKS aes-xts-plain64
Results
Read
| algorithm | transfer speed | performance penalty |
| no encryption | 862 MB/s | 0% |
| LUKS default | 797 MB/s | 7.5% |
| LUKS aes-xts-plain64 | 833 MB/s | 3.4% |
Write
| algorithm | transfer speed | performance penalty |
| no encryption | 36.0 MB/s | 0% |
| LUKS default | 30.7 MB/s | 14.7% |
| LUKS aes-xts-plain64 | 30.6 MB/s | 15.0% |
Mon Apr 9 08:44:41 CEST 2012
Collection of news and links 2012#1
- People make poor monitors for computers (via boingboing)
- HTML5 roundup: Mozilla demos standards-based video chat in Firefox
- Mallory MiTM Proxy as a Wireless Access Point Part 1 & 2
- On the latest java vulnerability (CVE-2012-0507) and why mozilla moved to block outdated java plugins in firefox: Why an outdated Java Plugin is so serious
Sat Feb 4 18:42:10 CET 2012
Gentoo Linux on a MacBookAir4,1
Installing Linux on the MBA4,1 is not particularly difficult though the lack
of network connectivity (the wireless chipset isn't supported by the default
Gentoo Live CD) makes it a tad more challenging.
tl;dr:
tl;dr:
- shrink osx partition and create a new one
- boot from usb
- modifying the image.squashfs to contain the wl kernel module (broadcom-sta) and wpa_supplicant(.conf)
- recompiling the kernel to include brcsmac (kernel >=3.1)
- prepare grub.conf
- put kernel, initramfs and grub.conf on the EFI system partition
- put image.squashfs on a USB stick