In bash script, some times you need to print out the command that is executed. This is useful when you want to debug some dynamically generated commands. This can be done with set -x statement. set +x will disable this.
forever is a node.js/npm package, that allow you to manage applications. https://github.com/foreverjs/forever To install, run To start an Node.js application, go to application folder and run
To install node version manager, go to http://nvm.sh Follow the instruction. Always refer above site for latest version. Now you need to close terminal, reopen. Install Latest Stable version of node.js Setting Default Node version
The HTML5 standard is now officially being recommended by the World Wide Web Consortium (W3C), the international standards organization for the World Wide Web. The HTML5 standard has been around for years and powers many of your favorite sites. As
Start “Internet Information Services (IIS) Manager”, Click on your server name, you will get a Screen like following. Click on ASP Button, Set “Send Errors To browser” to True and Click “Apply” Now go back to previous page (or click
To send mail with ASP on Windows 2008, create an email address on WebSitePanel, replace “[email protected]” with email address you created. Replace PASSWORD with password of the email account created.
On a new apache/mysql installation, i got following error when connecting to mysql database in zend framework. This is because no socket /tmp/mysql.sock exists. Can be fixed by symlink to actual socket. To find mysql socket, in mysql command prompt
By Default ASP.NET scripts do not show actual error message in browser for security reason. It will be helpfull to show the error message to browser when installing or developing a script. To enable this, create a file “web.config” with