I started using WordPress today, and I’m impressed!
To view old site, go to: http://radulski.net/museum/
Related Articles
Short tutorial on setting up SSL site on Ubuntu. 1) Make sure apache is working correctly without SSL 2) Enable SSL apache module sudo a2enmod ssl 3) Add generate self-signed...
To you remember the cartoon "Wile E. Coyote and Road Runner". I loved the silly films, although it was a strange love. They make me feel sorry for the poor...
First, run the following script. Second, execute provided commands. mysql --database=db_name -u db_username -p -B -N -e "SHOW TABLES" | awk '{print "ALTER TABLE", $1, "CONVERT TO CHARACTER SET utf8 COLLATE...