Quantcast
Channel: Mac – Thinkcyber NYC
Browsing latest articles
Browse All 6 View Live

Merge multiple .csv files with the Mac OS X Terminal.app

cat *.csv >merged.csv

View Article



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 Article

Setting 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
Browsing latest articles
Browse All 6 View Live


Latest Images