Catégorie : Gestion de serveur
-
TOP
Délai d’une seconde : top -d 1 Utilisation de la mémoire top M Pour un utilisateur en particulier : top -u root
-
Article concernant DDOSDeflate
Article concernant DDosDeflate : http://www.ivankristianto.com/os/ubuntu/defend-against-ddos-attack-with-ddos-deflate/1442/
-
CPanel WHM – Modifier ServerLimit et MaxClients
Below is an extract of an article written by Karl Rixon : http://www.karlrixon.co.uk/articles/apache/configure-apache-maxclients-via-whm/ 1. Log into WHM 2. Under Service Configuration in the left menu, select Apache Configuration. 3. Click Include Editor 4. In the Pre-Virtualhost Include section, choose All Versions from the drop down. 5. Enter your config settings. […] ServerLimit must come before…
-
Limiter le nombre de connexions
Configurer dans Apache les valeurs des directives : – MaxClients – ListenBacklog Directive ListenBacklog Syntaxe : ListenBacklog backlog Défaut : ListenBacklog 511 Contexte : configuration serveur Statut : noyau Compatibilité : ListenBacklog n’est disponible qu’à partir de la version 1.2.0 d’Apache. La longueur maximale de la file d’attente des connexions en attente. En général, aucun…
-
SSH Commands
Check total disk usage : df Compress files and directories : tar => creating and extracting .tar.gz and .tar files tar -zxvf file.tar.gz : Extracts the file tar -xvf file.tar : Extracts the file tar -cf archive.tar contents/ : Takes everything from contents/ and puts it into archive.tar gzip -d filename.gz : Decompress the file,…
-
Réparer base de données
Using myisamchk : mysqladmin flush-tables mysqladmin shutdown run myisamchk : myisamchk –silent –force –fast –update-state -O key_buffer=1024M -O sort_buffer=1024M -O read_buffer=10M -O write_buffer=10M *.MYI +++++++++++++++++++++++++++++ Check the tables : myisamchk /path/to/database_dir/*.MYI
-
Charge élevée – high server load
Vérifier la base de données (index, etc.) Installer et configurer : mod_evasive csf dosdeflate
-
Connaître la version et le nom d’une distribution
uname -a donne quelques infos (kernel, processeurs, nom de machine,…) Sinon, pour avoir la version : cat /etc/*release* ou encore pour gentoo : cat /etc/gentoo-release Pour Debian : cat /etc/debian_version
-
System information
(Sous GENTOO) Mot de passe root : # passwd Informations Système : # /etc/rc.conf Clavier : /etc/conf.d/keymaps Heure : /etc/conf.d/clock CLOCK= »local » TIMEZONE= »Indian/Reunion »
-
locate: can not open `/var/lib/mlocate/mlocate.db’: No such file or directory
Facile à résoudre. Taper sous SSH : updatedb et le tour est joué. 🙂