Running into this error when trying to watch Amazon on Demand on Ubuntu? An error occurred and your player could not be updated. This is likely because your Flash Player or Browser needs to be updated. This update is required to play back this video. You’re not alone. To get Amazon on Demand to work with Ubuntu 13+, close your Firefox browser, then run the following commands and restart firefox: [...]
Read More
To search and replace a string using grep at the linux CLI, you can do the following: grep -rl "string-to-match" directory/ | xargs sed -i 's/string1/string2/g'
Read More
Recent Comments