mysqlnd vs libmysql
TL:DR If you are using php 5.3.3 or newer then go mysqlnd, otherwise stay with the default libmysql. Whats the difference? While I could post it here for you, a more updated source would...
Feeding Your Inner Developer
TL:DR If you are using php 5.3.3 or newer then go mysqlnd, otherwise stay with the default libmysql. Whats the difference? While I could post it here for you, a more updated source would...
Assuming that you already have PHP installed, you enter into theĀ console apt-get install php5-sybase (sadly not asĀ intuitive as apt-get install php5-mssql) For most instances that may be enough to give you what you need....
Now this isn’t the most accurate method out there but it is by far the easiest. Open up your console and type netstat -an | grep :443 | grep ESTABLISHED | wc -l ...
While both of these commands will tell you if your new nginx configuration is ok [without killing your current instance]. Configtest uses the running service and tells you if it passes or fails the...
In this tutorial we are going to go through the steps of securing the server and configuring Nginx, PHP, Phpmyadmin and MySql. Step 1. Basic Security Assuming you have already logged into your server...
Step 1. cd /etc/apache2/sites-available Step 2. vim default (or default-css) Step 3. Change AllowOverride from ‘None’ to ‘All’ <VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /var/www <Directory /> Options FollowSymLinks AllowOverride All <—- replace None with...
Setup an Ubuntu Server with only the [x] Essential Services [x] SSH Server Login as root Lets start with an update apt-get update apt-get upgrade To secure your server a bit. Edit ssh and...
Recent Comments