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
Monthly Archives: November 2010
Installing IETF MIB files in ubuntu 10.10
Ubuntu 10.10 (and I assume other Debian based distributions too) come without the IETF MIB files installed with the default Net-SNMP package. This means you can’t query OIDs directly by name anymore, such as “system.sysUpTime.0″. The easiest way to install … Continue reading
php gettext problems on ubuntu server
I have gone crazy until I found this… to have gettext functions working in ubuntu server you need to add the proper locales to the system first, for example, to translate text in spanish: # cat /usr/share/i18n/SUPPORTED |grep -i “es_ES” … Continue reading
Hint: take screenshot on Google Nexus One
As simple as this (needs a rooted phone): $ adb pull /dev/graphics/fb0 screenshot.raw $ dd bs=1920 count=800 if=screenshot.raw of=image.rgb32 $ ffmpeg -vframes 1 -vcodec rawvideo -f rawvideo -pix_fmt rgb32 -s 480×800 -i image.rgb32 -f image2 -vcodec png screenshot.png

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