The Hack List
Wednesday, November 7, 2012
How to disable USB storage mode on Android
›
If you are annoyed with the continuous popup of the SD card and the phone internal storage on your computer each time you connect your Andr...
28 comments:
Wednesday, August 31, 2011
Bash: copy directory structure without the files
›
Here's a one-liner to do that. Go to the source directory and say user@host:source$ find * -type d -exec mkdir destination/\{\} \;
1 comment:
Tuesday, August 9, 2011
Changing display resolution on Ubuntu when the resolution option doesn't show up
›
It is very annoying when you have a good monitor (an NEC MultiSync LCD1970NX in my case), capable of supporting 1280x1024 or some such high...
2 comments:
Thursday, July 7, 2011
ln -sf gives ?[01;32mFILENAME?[0m
›
So I was trying to link to a few files from a script and it kept getting me these strange links instead of the actual file name. This is wha...
1 comment:
Monday, February 14, 2011
Deleting all panels on GNOME desktop
›
Apparently, deleting all panels is not the easiest thing to do on a GNOME desktop. Open gconf-editor and goto /apps/panel/toplevels and set ...
1 comment:
Friday, November 19, 2010
Keynote like multi-screen output in linux
›
I normally create my presentations using the beamer package in Latex compiling them into pdf, can't really imagine why would anyone use...
1 comment:
Tuesday, November 9, 2010
PHP Fatal error: Class 'PDO' not found
›
When using SQLite with Php for the first time, you might get this error under /var/log/httpd/error_log (I was using a Fedora 13 machine). Th...
2 comments:
›
Home
View web version