fbpx

Categorie archieven: Linux

How Do I Find The Largest Top 10 Files and Directories On a Linux / UNIX / BSD?

How do I find the largest top files and directories on a Linux or Unix-like operating systems? Sometimes it is necessary to know what file(s) or directories are eating up all your disk space. Further, it may be required to find out it at the particular directory location on filesystem such as /tmp/ or /var/ […]

warning: Please check that your locale settings

It could be that you are getting the following error when instaling new packages on Linux: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = “en_US:”, LC_ALL = (unset), LC_CTYPE = “UTF-8”, LANG = “en_US.UTF-8”     are supported and installed on your system. perl: warning: Falling back to […]

Netwerkverkeer bijhouden in Linux

Met deze handleiding kan je via een visuele manier het actieve dataverkeer van je Linux server/machine bijhouden. Enkele tools houden het dataverkeer per proces bij, hierdoor kan je gemakkelijk zien welk protocol overmatig dataverkeer gebruikt. 1. NLOAD Nload is een commandline-tool waarmee je in- en uitgaand verkeer kan bijhouden. Er wordt een simpele grafiek samengesteld […]

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 [1] mySQL […]

Configureer IPv6 op je 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 […]

Secundair IP adres toevoegen (CentOS)

CentOS Je dient eerst in te loggen als ‘root’ op je SERVER. Vervolgens voer je het volgende commando uit om de netwerk interfaces te configureren. vi /etc/sysconfig/network-scripts/ifcfg-eth1 Voer de configuratie voor eth1 (de private network interface) in. Kies een intern IP-adres. DEVICE=eth1 BOOTPROTO=none ONBOOT=yes NETMASK=255.255.255.0 IPADDR=192.168.1.7 USERCTL=no Sla je instellingen op en voer het volgende […]

Inloggen op je server

Deze handleiding zal wordt uitgelegd hoe je kunt inloggen op jouw VPS. Deze verbinding zal je toestaan om nieuwe software te installeren op je server, om updates uit te voeren, en om sommige instellingen te configureren. Alle Linux distributies laten command line toegang toe. De Plesk, cPanel en DirectAdmin distributies bieden ook een webinterface gewijd […]