PROJET AUTOBLOG


Warrior du Dimanche

Site original : Warrior du Dimanche

⇐ retour index

Linux Mint 19: Mon pense-bête d'installation

dimanche 26 août 2018 à 14:46

Update de la distro


sudo aptitude update && sudo aptitude safe-upgrade

Ajout du PPA de jdownloader


sudo add-apt-repository ppa:jd-team/jdownloader && sudo apt-get update

Install de logiciels


sudo apt-get install apache2 php7.2 libapache2-mod-php php7.2-gd php7.2-curl php7.2-mbstring php7.2-xml chromium-browser-l10n gparted syncthing jdownloader filezilla gpart inkscape calibre

Dégagement des logiciels inutiles


sudo aptitude purge banshee brasero brasero-common brasero-cdrkit hexchat hexchat-common espaeak espeak-data libespeak1 libsonic0 libspeechd2 python3-speechd speech-dispatcher speech-dispatcher-audio-plugins gnome-orca virtualbox-guest-utils virtualbox-guest-dkms virtualbox-guest-x11 mate-screensaver mate-screensaver-common  tomboy toshset brltty mono-runtime-common avahi-daemon xscreensaver-data-extra xscreensaver-data xscreensaver-gl-extra xscreensaver-gl icedtea-netx-common xplayer xplayer-common

Configuration de PHP/Apache


sudo xed /etc/php/7.2/apache2/php.ini

Modifier les valeurs suivantes:


post_max_size = 20M
upload_max_filesize = 1000M
error_reporting = -1
display_errors = On
zend.multibyte = On

Déplacer le var/www vers ~/www


mkdir ~/www
mkdir ~/www/html
sudo chmod 777 ~/www
sudo mv /var/www /var/www_old
sudo ln -s ~/www /var/www

Source: la liste de Timo

<link rel="stylesheet" href="http://www.warriordudimanche.net/./plugins/Galart/style.css"/> <link rel="stylesheet" href="http://www.warriordudimanche.net/./plugins/Galart/assets/lightbox.css"/> <script src="http://www.warriordudimanche.net/./plugins/Galart/assets/lightbox.js"> <script>[].forEach.call(document.querySelectorAll("[lightbox]"), function(el) { el.lightbox = new Lightbox(el);});

► Commentaires