This KB outlines the steps to initialize and use a second disk in a Windows 2012 Server.
- Login to the server with Remote Desktop.
- Go to Start > Administrative Tools > Computer Management.
- Click on Disk Management.
How to enable Xcache in cPanel to speed up website? Xcache can be enabled in cPanel by using Easy Apache. Log into your cPanel server. After you login, search for “EasyApache” in left column and click on the link. Select “Previously Saved Config” and click on “start customizing”. For both Apache and PHP, click on … Read more
How to install PHP 5.6 on Ubuntu 16.04 Xenial and replace php 7. Let’s assume you have a fresh Ubuntu 16.04 server. Install add-apt-repository: Add repository for PHP 5.6: Update package lists: Install php5-fpm: Check the result: Run the following: Check again Restart Apache
https://pubs.vmware.com/vsphere-50/index.jsp#com.vmware.vmtools.install.doc/GUID-08BB9465-D40A-4E16-9E15-8C016CC8166F.html
Change to root Now set the password for the new user: Step 2: Grant Root Privileges to the User For a refresher on editing files with vim see: New User Tutorial: Overview of the Vim Text Editor Find the following code: In this case, we’re granting root privileges to the user mynewuser . Add the … Read more
nstall geoiplookup on Debian, Ubuntu or Linux Mint: To install geoiplookup on Fedora: To install geoiplookup on CentOS, first enable EPEL repository then use yum command: The default installation of geoiplookup comes with GeoIP.dat database file which is located in /usr/share/GeoIP. With this database, you can look up the country information only. You can download … Read more
Make a vhosts file in /etc/httpd/conf.d Add the following
To add a secondary IP to CentOSnavigate to your /etc/sysconfig/network-scripts [/bash] The system has a public and primary IP. [/bash] To add a public IP, create new files with ifcfg-eth0:1, ifcfg-eth0:2, etc
This KB outlines the steps to initialize and use a second disk in a Windows 2012 Server.
Add the default gateway on your Suse Linux System Here we use the route add default gw command. Doing this at the command line dynamically sets the kernels routing table so none local packets are routed to the defined gateway. This won’t survive any reboots. See below on how to make it permanent. But here, … Read more
First – run mysqltuner: ]# ./mysqltuner.pl >> MySQLTuner 1.6.4 – Major Hayden <major@mhtx.net> >> Bug reports, feature requests, and downloads at http://mysqltuner.com/ >> Run with '–help' for additional options and output filtering Please enter your MySQL administrative login: root Please enter your MySQL administrative password: [–] Skipped version check for MySQLTuner script [OK] Currently running … Read more