Categories
Archives
- January 2013
- July 2012
- June 2012
- May 2012
- January 2012
- December 2011
- October 2011
- June 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- July 2010
- May 2010
- April 2010
- November 2009
- March 2009
- July 2008
- June 2008
- May 2008
- April 2008
- April 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- January 2004
Category Archives: linux
SSD alignment on linux with ext4 and LVM
First make sure to create partitions aligned to your SSD erase block size (in my case 512k): sudo fdisk -H32 -S32 /dev/sdb You can check with fdisk -lu /dev/sdb that the start of each partition is divisible by 512. Then … Continue reading
Fortifying a Galaxy Nexus with stock-ish image and root access
In this post I will describe my recipe to have a Samsung Galaxy Nexus (codename “maguro”) using a rooted factory image, capable of getting OTA updates without loosing root access and with a locked bootloader, keeping the user data safe … Continue reading
Posted in android, linux, security
Tagged android, bootloader, encryption, fastboot, galaxy nexus, maguro, root, security, superuser
Leave a comment
Ubuntu 12.04 on ONKYO BX407A4
Two years ago I wrote about installing Ubuntu 10.04 on ONKYO BX407A4, now I have upgraded it to 12.04 LTS, and here’s a reviewed procedure in case anyone still uses this UMPC. Basically everything works so well out of the … Continue reading
Why Broadcom 802.11 Linux STA driver sucks, and how to fix it
TL;DR – the broadcom sta linux driver always fails in the first scan request after the interface is brought up, this produces a long delay when connecting to a wireless network. There’s an open source driver which does not have … Continue reading
How to have your patch included in Ubuntu
Today I submitted a patch to wpa-supplicant package in Ubuntu (LP: #994739) and I learnt the process of pushing your changes to Launchpad and ask for them to be reviewed and merged. Ubuntu has a great documentation on how to … Continue reading
Mount Android 4 Ice Cream Sandwitch on Linux
I recently got a Galaxy Nexus running Android 4.0 Ice Cream Sandwitch, which by default does not support USB Mass Storage. When connected to the computer via USB cable, we can choose to connect it as a Media device (MTP), … Continue reading
Posted in android, linux, minipost, Uncategorized
Tagged android, filesystem, fuse, mount, mtp, ptp, storage, usb
2 Comments
mini-howto: add google authenticator to a new device
Note: For this to work you need to have google authenticator working on a rooted device. Google authenticator stores user data in a sqlite database, so we can just get the key from there and move it on a different … Continue reading
Posted in android, gadgets, linux, minipost, security
Tagged 2-step verification, authenticator, google authenticator, new phone
Leave a comment
lightum: auto adjust keyboard brightness on Linux MacBook
If you are running Linux on your MacBookAir and want the keyboard light brightness changed automatically depending on the ambient light (just as OS X does), continue reading. I’ve written a small daemon named lightum, source is on github and … Continue reading
Change workspace configuration on Ubuntu 11.10
By default Ubuntu 11.10 with unity interface has a 2×2 workspace, however I am used to have a single row horizontal 4×1 workspace with 4 desktops. I haven’t found any option under settings to change this, but here’s a workaround: … Continue reading
Disable Apache2 weak and medium ciphers for PCI compliance
A few days ago we had an external vulnerability scan by an Approved Scanning Vendor (ASV) to pass PCI DSS, in the report we saw these two vulnerabilities also reported by our Nessus scan: The remote service supports the use … Continue reading

github.com/poliva
Google+
linkedin.com/in/pauoliva
twitter.com/pof