3Colombia Rebels Sign Deal to End Half-Century Conflict (opens in new tab)(wsj.com)1santiagogo9y ago1Save
4Tip to free up gigabytes of space if you are a Node.js developerCrawl (cd) to the folder where you have you node projects (eg. /dev) and then just run the following command:find . -type d -name node_modules -exec rm -rf {} +Works great before backing up or moving files.show more2santiagogo10y ago2Save