#raccourcis commande qui fait tout en un
---------------
sudo install -o root -g root -m 0600 /dev/null /swapfile
dd if=/dev/zero of=/swapfile bs=1k count=2048k
mkswap /swapfile
swapon /swapfile
echo "/swapfile swap swap auto 0 0" | sudo tee -a /etc/fstab
sudo sysctl -w vm.swappiness=10
echo vm.swappiness = 10 | sudo tee -a /etc/sysctl.conf
---------------
#Désactiver swap
swapoff -a
#Activer swap
swapon -a
Articles :
http://geekeries.de-labrusse.fr/?p=1806
https://meta.discourse.org/t/create-a-swapfile-for-your-linux-server/13880
linux sysadmin ubuntu
https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-12-04
<iframe width="100%" height="686" src="http://snipet.teknotit.com/index.php?embed=5632442eec130" type="text/html"></iframe>
Texte seul - Permalink - Snippet public posté le 29/10/2015
apt-get install python-software-properties
add-apt-repository ppa:ondrej/php5-oldstable
apt-cache policy php5 ( pour verifier les version disponibles)
apt-get install php5
php ubuntu
<iframe width="100%" height="254" src="http://snipet.teknotit.com/index.php?embed=56097d653b2d9" type="text/html"></iframe>
Texte seul - Permalink - Snippet public posté le 28/09/2015
compgen -u
compgen -g
ssh ubuntu
http://askubuntu.com/questions/515103/how-to-display-all-user-and-groups-by-command
<iframe width="100%" height="218" src="http://snipet.teknotit.com/index.php?embed=54d4ac87abde8" type="text/html"></iframe>
Texte seul - Permalink - Snippet public posté le 06/02/2015
cat /etc/lsb-release
ubuntu
<iframe width="100%" height="200" src="http://snipet.teknotit.com/index.php?embed=545eaebd25718" type="text/html"></iframe>
Texte seul - Permalink - Snippet public posté le 09/11/2014
apt-get install apache2 apache2.2-common apache2-doc apache2-mpm-prefork apache2-utils libexpat1 ssl-cert libapache2-mod-php5 php5 php5-common php5-gd php5-mysql php5-imap php5-cli php5-cgi php5-curl libapache2-mod-fcgid apache2-suexec php-pear php-auth php5-mcrypt mcrypt php5-imagick imagemagick libapache2-mod-suphp
sysadmin ubuntu
<iframe width="100%" height="218" src="http://snipet.teknotit.com/index.php?embed=5440a6434f505" type="text/html"></iframe>
Texte seul - Permalink - Snippet public posté le 17/10/2014
#Activation module:
a2enmod / a2dismod
#Action/Disaction (site)
a2ensite / a2dissite
#Recherche Module
apt-cache search libapache2*
apache2 sysadmin ubuntu
https://library.linode.com/web-servers/apache/installation/ubuntu-12.04-precise-pangolin
<iframe width="100%" height="434" src="http://snipet.teknotit.com/index.php?embed=5440a4d2c0852" type="text/html"></iframe>
Texte seul - Permalink - Snippet public posté le 17/10/2014
apt-get install dash
dpkg-reconfigure dash
linux sysadmin ubuntu
<iframe width="100%" height="218" src="http://snipet.teknotit.com/index.php?embed=5440a1b481bb7" type="text/html"></iframe>
Texte seul - Permalink - Snippet public posté le 17/10/2014