Category Archives: Unix

Accidentally typing :X in vi

If you press Esc then :X in vi, it asks you for some text that will be used to encrypt the file. Usually you meant to type 😡 (save and exit) but caps lock was on. To not encrypt the … Continue reading

Posted in Unix | Leave a comment

Installing and setting up phpMyAdmin

This is unusually straightforward for open source software. From Unix command line: wget phpMyAdmin-3.3.9-english.tar.gz (or use curl instead of wget) tar -xvzf phpMyAdmin-3.3.9-english.tar.gz (on the webserver) ln -s phpMyAdmin-3.3.9-english phpMyAdmin (so you can access the better-named ‘phpMyAdmin’ and have it point … Continue reading

Posted in mySQL, PHP, Unix | Leave a comment