sudo apt-get install dbeaver-ce jitsi kazam keepassx keepassxc krita mixxx nginx-common obs-studio openfortigui openfortivpn planner redshift remmina scribus shutter steam-launcher teams terminus thunderbird virtualbox vlc zenmap bleachbit network-manager-fortisslvpn network-manager-fortisslvpn-gnome
sudo snap install filezilla
sudo snap install gimp
sudo snap install slack
sudo snap install audacity
sudo snap install chromium
Boot-Repair, un outil simple pour retrouver l'accès à vos Systèmes d'Exploitation (O.S.)
Facile à utiliser (répare en un clic!)
Gratuit (licence open source GPL)
Utile (crée un rapport BootInfo pour obtenir de l'aide facilement)
Sûr (sauvegardes automatiques)
Fiable (400.000 utilisateurs par an)
Peut réparer l'accès à Windows (Xp, Vista, Windows7, Windows8, Windows10)
Peut réparer l'accès à Debian, Ubuntu, Mint, Fedora, OpenSuse, ArchLinux...
Peut réparer l'accès à n'importe quel O.S. (Windows, MacOS, Linux..) si votre PC contient Debian, Ubuntu, Mint, Fedora, OpenSuse, ArchLinux, ou dérivé
Peut réparer un pc OEM avec MBR verrouillé, si le MBR original a été sauvegardé par Clean-Ubiquity
Peut réparer le démarrage si vous avez un message d'erreur « Boot Recovery »
Options pour réinstaller facilement les amorceurs GRUB2/GRUB1 (OS par défaut, purge, affichage, options du noyau...)
Et bien plus encore ! (UEFI, SecureBoot, RAID, LVM, WUBI, réparation du système de fichiers).Pour télécharger des vidéos Youtube :
Télécharger youtube-dl
sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
puis
sudo chmod a+rx /usr/local/bin/youtube-dl
Ensuite se placer dans le répertoire où l'on souhaite télécharger les musiques
cd Musik
Puis
youtube-dl https://www.youtube.com/watch?v=MW4O_wM63e8
Par défaut la vidéo est téléchargé au format .mkv
Pour télécharger et convertir en mp3 :
youtube-dl -f bestaudio -x --audio-format mp3 https://www.youtube.com/watch?v=MW4O_wM63e8
Enjoy !
Très bon site pour bloquer des IP par pays
exemple de fichier .htaccess généré :
Copyright 2016 COUNTRY IP BLOCKS™ LLC
#all rights reserved.
#This list may not be redistributed in any form.
#this list includes network data on the following countries:
#CHINA
<Limit GET POST>
order allow,deny
deny from 1.0.1.0/24
deny from 1.0.2.0/23
deny from 1.0.8.0/21
deny from 1.0.32.0/19
deny from 1.1.0.0/24
...
allow from all
</Limit>
copier l'iso sur la clé, préalablement formatée en FAT 32 :
sudo dd bs=4M if=ubuntu-16.04-desktop-amd64.iso of=/dev/sdb1