Category Archives: Linux

MySQL Performance Tuning

Theory MySQL Training/Certification MySQL offers various trainings, some of them can also completed with a certification exam. These is short list of possibilities: MySQL for Database Administrators (CMDBA) MySQL for Developers (CMDEV) MySQL Cluster Database Administrator (CMCDBA) MySQL Performance Tuning All information on trainings can be found here: http://www.mysql.com/training Literature MySQL Performance Blog von Percona […]

Configure IPv6 on your VPS

Introduction Internet Protocol version 6 (IPv6) is the latest version of the Internet Protocol (IP). It was designed to solve the long anticipated exhaustion of IPv4 addresses by using addresses consisting of 128 bytes instead of the traditional 32-byte IPv4. This guides explains how to configure IPv6 addresses in our infrastructures. Prerequisites: An ServerMeister VPS […]

Uninstall mod_pagespeed

Login to SSH and go to /var/www (a preventive measure so that you do not run any wrong command without mentioning the path, which is not related to these commands. i.e. chown, chgrp etc.) Vim # disable the working symlinked stuffs sudo a2dismod pagespeed sudo service apache2 restart # turn off nano /etc/apache2/mods-available/pagespeed.conf # edit […]

Add Secondary IP Address (CentOS)

CentOS You first need to log in as ‘root’ on your SERVER. Then run the following command to configure the network interfaces. vi /etc/sysconfig/network-scripts/ifcfg-eth1 Enter the configuration for eth1 (the private network interface). Choose an internal IP address. DEVICE=eth1 BOOTPROTO=none ONBOOT=yes NETMASK=255.255.255.0 IPADDR=192.168.1.7 USERCTL=no Save your settings and run the following command to restart the […]

Log in to your server

This guide will explain how to log in to your VPS. This connection will allow you to install new software on your server, to perform updates, and to configure some settings. All Linux distributions allow command line access. The Plesk, cPanel and DirectAdmin distributions also offer a web interface dedicated to configuring certain services. The […]