Le blog d’un serveradmin débutant…

  • Configuration accès Internet Ubuntu 14.04

    sudo vim /etc/network/interfaces DHCP # Loopback # auto lo iface lo inet loopback # network card auto eth0 iface eth0 inet dhcp Static # Loopback # auto lo iface lo inet loopback # network card # auto eth0 iface eth0 inet static address 192.168.1.254 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 Restart networking. sudo…

  • WAMP : Importer une grosse base de donnée

    Placer le fichier mabasededonnees.sql  à la racine du disque dur (C:). Lancer la console MySQL (menu WAMP, puis dossier MySQL et cliquer sur MySQL console –appuyer sur Entrée si pas de mot de passe), puis taper : mysql > use mabasededonnees.sql; mysql > source C:\mabasededonnees.sql; Valider et attendre que ce soit fait.

  • Gérer le swap

    Cf. cet article : How to Manage Swap Usage in Linux   Next, how heavy is your swap usage? You can find it out with any performance monitoring tool of your choice or with the free command. free -m will give you a snapshot of the memory usage in megabytes. For continuous monitoring, you might…

  • Fix quota errors – WHM/Cpanel

    /scripts/fixquotas

  • CloudLinux Knowledgebase

    http://kb.cloudlinux.com/

  • Emplacement des logs de backup

    /usr/local/cpanel/logs/ /usr/local/cpanel/logs/cpbackup/

  • Mises à jour système automatiques : yum-cron

    http://linuxaria.com/howto/enabling-automatic-updates-in-centos-7-and-rhel-7

  • How to to mount /tmp and /var/tmp with noexec and nosuid : mount -t tmpfs -o noexec,nosuid tmpfs /tmp/ mount -t tmpfs -o noexec,nosuid tmpfs /var/tmp/   See also : https://kb.iweb.com/entries/23960922-Augmenter-la-s%C3%A9curit%C3%A9-du-serveur-Linux-avec-les-options-nodev-nosuid-et-noexec?locale=16

  • Installer mlocate sur Centos 7

    yum -y update yum -y install mlocate updatedb http://www.liquidweb.com/kb/how-to-install-mlocate-locate-and-updatedb-commands-on-centos-7/

  • WHM/CPanel : backup en ligne de commande

    Un compte en particulier : /scripts/pkgacct accountname Lancer le system de WHM Backup : /usr/local/cpanel/bin/backup ou /scripts/cpbackup –force (legacy backup)

Vous avez des recommandations de livres ?