* /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
* /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
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
list all gem no versions
sudo gem list —no-versions
http://www.microsoftstartupzone.com/v2/Blogs/gettingstarted/Lists/Posts/Post.aspx?ID=117&ID=117
Steve is an old friend and keeps this great bibliography of great books for startups. It grows over time. He uses it in his classes at Berkeley and Columbia on entrepreneurship. He graciously provided them to me in unlocked format to share with you. Please share your own list of favorites and we’ll build an even better list!
DM Sanitizer
http://github.com/pat/dm-sanitizer/
read-later
http://nickhalstead.com/what-motivates-programmers
read-later
http://scripting.com/stories/2010/08/04/googleVsIphone.html
varnish no cache for authentication
#no cache for authenticationg
if (req.http.Authenticate || req.http.Authorization) {
pass;
}
#check intermediate certificate
openssl verify my_interm_certificate_ssl.crt
» my_interm_certificate_ssl.crt: OK
#check verisign certificate
openssl verify -CAfile my_interm_certificate_ssl.crt my_certificate_ssl.crt
» my_certificate_ssl.crt: OK
#http://wiki.nginx.org/NginxHttpSslModule
#using a single file for Nginx SSL configuration (merging them together)
cat my_interm_certificate_ssl.crt » my_certificate_ssl.crt
read-later
Happy Customers Through An Improved Checkout - http://bit.ly/aL1AMn
Helicopter
http://www.amazon.com/dp/8499000606/?tag=codinghorror-20
IVA localização:
http://info.portaldasfinancas.gov.pt/pt/informacao_fiscal/codigos_tributarios/civa_rep/iva6.htm
Artigo 6 > Alinea a)
http://info.portaldasfinancas.gov.pt/pt/informacao_fiscal/legislacao/instrucoes_administrativas/oficios_circulados_IVA.htm
3113/20/oct/2009
3112/20/Oct/2009
3115
Nginx password protection
http://jorge.fbarr.net/2009/08/28/password-protecting-folders-with-nginx/
read-later
http://www.theregister.co.uk/2010/07/22/nokia_manifesto_risku/page4.html