Some photos about the nights in Amsterdam taken yesterday evening. [fsg_gallery id=”3″] Equipments: Nikon D80 Sigma 18:50 1:2.8 B+W circulary polarising filter Giotto’s tripod
charlesnagy
On Friday I got my new B+W Circular-Pol filter from Amazon so I thought I should go and check it how good it is. I can...
I went down to kinderdijk for taking some photos and found nature beautiful again. [fsg_gallery id=”1″] Photos taken with my Nikon D80 with Sigma 18-50mm 1:2.8...
Initializing First initialize the mysql database from a previous dump as we did on the PERL virtual box.
1 2 3 4 5 6 7 8 9 10 11 |
/etc/init.d/mysql start mysql -e 'show databases' [root@localhost ~]# mysql -e 'show databases' +--------------------+ | Database | +--------------------+ | information_schema | | mysql | | performance_schema | | test | +--------------------+ |
1 2 |
mysql -e 'create database gumibomba_dev' mysql gumibomba_dev < import.sql |
Install the framework Check for python...
Recent comments