<![CDATA[Teknotit Snipet Manager tarfst: Snippets: ubuntu]]>http://snipet.teknotit.com/index.php <![CDATA[Swap]]> #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]]> Thu, 29 Oct 2015 16:09:16 +0000 <![CDATA[Passage de php5.3 a php5.4 sur ubuntu 12.04 lts]]> 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]]> Mon, 28 Sep 2015 17:51:35 +0000 <![CDATA[display user and groups by command]]> compgen -u compgen -g]]> Fri, 06 Feb 2015 12:00:05 +0000 <![CDATA[comment connaitre sa version d'ubuntu]]> cat /etc/lsb-release]]> Sun, 09 Nov 2014 00:01:36 +0000 <![CDATA[Install apache & php]]> 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 ]]> Fri, 17 Oct 2014 07:18:40 +0200 <![CDATA[Apache - commande]]> #Activation module: a2enmod / a2dismod #Action/Disaction (site) a2ensite / a2dissite #Recherche Module apt-cache search libapache2* ]]> Fri, 17 Oct 2014 07:13:15 +0200 <![CDATA[Replacing Big Fat Bash with Dash for Scripting]]> apt-get install dash dpkg-reconfigure dash]]> Fri, 17 Oct 2014 07:09:14 +0200