.DS_Store in require.js
To remove in your project: $> find ./ -name ".DS_Store" -exec rm -fr {} \; To remove all of them on your computer $> sudo find / -name ".DS_Store" -depth -exec rm {} \;...
Just another Yipp.ca Blogs site
To remove in your project: $> find ./ -name ".DS_Store" -exec rm -fr {} \; To remove all of them on your computer $> sudo find / -name ".DS_Store" -depth -exec rm {} \;...
How to test your extension during development 1. Navigate to chrome://extensions 2. Click on "Load unpacked extension..." Troubleshooting Problem There were warnings when trying to install this extension: Permission '://.google.com' is unknown or URL...
The machine index which stores all required information about running Vagrant environments has become corrupt. This is usually caused by external tampering of the Vagrant data folder. Vagrant cannot manage any Vagrant environments if...
Error : /home/chatzone/domains/node.chatzone.tv/nodesand/routes/users.js:332 if (err) throw err; ^ Error: Could not execute GraphicsMagick/ImageMagick: convert "tmpFile-55b541ab249e510612e6b60a-3465" "-background" "#000000" "-rotate" "0" "-crop" "322x768+0+96" "-resize" "63x150" "tmpOutFile-55b541ab249e510612e6b60a-3990" this most likely means the gm/convert binaries can't be found...
This will install Node.JS Express application and run it forever on port 80 alongside with other VirtualHost on a box with Apache and ISPconfig or Virtualmin. Install MongoDB $> sudo apt-key adv --keyserver keyserver.ubuntu.com...
Solution: Just put an index.html in /home/<website>/public_html folder of your website. The error message is misleading.
$> sudo apt-get update && apt-get install git-core curl build-essential openssl libssl-dev $> git clone https://github.com/joyent/node.git $> cd node $> git checkout v0.12.7 (or the latest release) $> ./configure --openssl-libpath=/usr/lib/ssl $> make (it might take a...
Qt 4.8 + QtCreator 2.8 http://download.qt.io/official_releases/qt/4.8/4.8.7/qt-opensource-mac-4.8.7.dmg http://download.qt.io/official_releases/qtcreator/2.8/2.8.1/qt-creator-mac-opensource-2.8.1.dmg
Image from origin 'https://olignyf-sandbox.s3.amazonaws.com' has been blocked from loading by Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present Solution: On AWS bucket Properties, set CORS Configuration to : <CORSConfiguration> <CORSRule> <AllowedOrigin>*</AllowedOrigin> <AllowedMethod>GET</AllowedMethod> <MaxAgeSeconds>3000</MaxAgeSeconds>...
Recent Comments