Tell me what to think, I am too stupid
Sign or fine – the modern British way to deal with problems. A large amount of council investment is in signs, which they believe is the best way to address modern problems such as anti-social behaviour, smoking, littering, what the green man on pedestrian crossing actually denotes, etc. Now in London we have CCTV cars [...]
Command-line wordpress install
ssh root@domain.com cd /var/www/vhosts/domain.com/httpdocs/ wget http://wordpress.org/latest.zip unzip latest.zip cp -rf ./wordpress/* ./ mysql -uusername -ppassword create database dbname grant usage on *.* to username@localhost identified by ‘password’ grant all privileges on dbname.* to username@localhost mv wp-config-sample.php wp-config.php vi ./wp-config.php







