After looking on the internet after a good kickstart guide, there was not one that helped me set up everything from start to end. I’m not one that likes to read allot. So after 10minutes together with Google the road to ‘the perfect kickstart’ started. This is what the target was: – Mount a small iso, about 10mb big – [...]

Recently I needed to query a postgres database and put some of the info in a sqlite database. At first I wondered how am I going to do that?, but it’s much much easier then you’d think it is. A small example of a bash script doing just that: #!/bin/bash export PGPASSWORD=mypassword psql="psql -h localhost -U myuser -d mydatabase"   [...]

© 2011 Crazy's Blog Suffusion theme by Sayontan Sinha