September 2010
3 posts
* /dev/null is not a character device! do this shit: sudo rm /dev/null sudo mknod /dev/null c 1 3 sudo chmod 666 /dev/null
Sep 17th
1 note
Update sqlite3 $ curl -O http://www.sqlite.org/sqlite-3.6.22.tar.gz $ tar xzf sqlite-3.6.22.tar.gz $ cd sqlite-3.6.22  $ ./configure —prefix=/usr/local $ make $ sudo make install
Sep 7th
list all gem no versions sudo gem list —no-versions
Sep 7th