↧
How to Edit the Hosts File in Mac OS X with Terminal
1. sudo nano /private/etc/hosts 1.1. put your changes 1.2. CTRL+O (press ENTER in order to save) 1.3. CTRL+X (to exit nano) 2. sudo killall -HUP mDNSResponder 3. dscacheutil -flushcache
View ArticleSetting permissions for wordpress
Everyone experiencing this issue should execute these commands: sudo usermod -aG www-data $USER Adds the currently logged in user to the www-data group. sudo chown -R www-data:www-data /var/www Changes...
View Article