jQuery plug-in to drag and drop rows in HTML tables
Tuto 1: https://www.learningjquery.com/2017/05/drag-and-drop-html-table-rows-using-jquery
Tuto 2: https://isocra.com/2008/02/table-drag-and-drop-jquery-plugin/
Doc: https://isocra.github.io/TableDnD/
Récupérer config et .htaccess et utiliser adminer pour récupérer la base de données
cd /var/www
wget https://download.nextcloud.com/server/releases/nextcloud-16.0.4.tar.bz2
tar -xvf nextcloud-*.tar.bz2
sudo service apache2 stop
mv html html-old
mv nextcloud html
mysqldump -u nextcloud_web -p --databases nextcloud > nextcloud.sql
cp html-old/config/config.php html/config/
copier apps manquantes
sudo chown -R www-data:www-data html
sudo chmod -R g+w html
sudo find html/ -type d -exec chmod 750 {} \;
sudo find html/ -type f -exec chmod 640 {} \;
sudo service apache2 start
cd html
sudo -u www-data php occ upgrade
Mettre à jour .htaccess
wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package
mv 2.3.8/* ./
rm -rf 2.3.8
rm -rf latest-v2-package
composer install
bin/console wallabag:installPermet d'installer d'autres version de PHP, MySQL, ...
filter: hue-rotate(180deg) invert(1);