Signs you are doing IT wrong
- You still use FTP
 - You use SFTP
 - You have a single server hosting 1 website, MySQL, and PHP. It has 4+ GB of RAM and you only have ~2,000 visitors a day.
 - You login via root
 - You don't use version control
 - You use a control panel for servers which you have SSH access.
 - It takes you over an hour to migrate 1 website
 - Your DNS TTL records are over 10 minutes
 - Your SQL server is not accessible over SSL/TLS
 - You use mod_php instead of reverse proxying to php-fpm
 - You develop for the web on Windows
 - You chmod 777
 - You use modules/plugins that require chmod 777
 - You have no backups
 - You host multiple websites on one server (internal-only websites excluded)
 - You SSH with passwords
 - You reuse passwords
 - You don't read books
 - You don't attend conferences
 - You attend more than 6 conferences a year
 - You use skype for communication
 - You make a separate mobile site
 - You add more RAM to fix your memory leaks