Connecting to Microsoft SQL Server using jTDS
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.…
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…
1. Edit resolv.conf and use your chosen name servers. Here we are using Google DNS. 2. To prevent your resolv.conf from being overwritten on reboot, also change ifcfg-eth0.