Run Static Files Locally Using Node.js
1. Install Node.js if you don't have it already. 2. Install node-static. 3. Create a sample index.html you would like to serve. 4. Run static on the index.html directory. 5.…
1. Install Node.js if you don't have it already. 2. Install node-static. 3. Create a sample index.html you would like to serve. 4. Run static on the index.html directory. 5.…
Here's how we are able to connect to Microsoft SQL Server using the jTDS JDBC driver. This is a local development environment using a newly installed SQL Server Express 2012.…
1. Login to your Linux box as user postgres. 2. If needed, create the user that needs remote access. 3. Edit the PostgreSQL pg_hba.conf file. In our system, it's under…