16716 shaares
931 results
tagged
linux
apt-get install lshw
lshw -class network
*-network:1
description: Ethernet interface
produit: 82576 Gigabit Network Connection
fabriquant: Intel Corporation
identifiant matériel: 0.1
information bus: pci@0000:01:00.1
Adresse PCI : 0000:01:00.1
traGtor is a graphical user interface (GUI) for the awesome conversion tool ffmpeg and its fork avconv for the use with Linux-OS.
wget -qO - http://repository.mein-neues-blog.de:9000/PublicKey | sudo apt-key add -
echo "deb http://repository.mein-neues-blog.de:9000/ /" | sudo tee -a /etc/apt/sources.list
apt-get update
apt-get install tragtor
byobu is a handy terminal multiplexer.
Mais on s'en fout, on veut juste un script dedans, pour virer les vieux kernels sans trop s'emmerder.
apt-get install byobu
purge-old-kernels
apt-get install vmfs-tools
vmfs-fuse /dev/sdb5 /mnt/vmfs
Avec :
- https://www.tecmint.com/install-varnish-cache-for-apache-on-debian-and-ubuntu/
- https://www.cyberciti.biz/faq/how-to-install-and-configure-varnish-cache-on-ubuntu-linux-16-04-lts/
- https://www.cyberciti.biz/faq/secure-memcached-server-avoid-ddos-amplification/
- https://github.com/nicolargo/varnish-nginx-wordpress
Rajouter Let's Encrypt :
#Installation
sudo apt-get install smartmontools
#Informations sur le disque sda
sudo smartctl -i /dev/sda
#Activer S.M.A.R.T. si disponible mais pas activé sur /dev/sda
sudo smartctl -s on /dev/sda
#Vérifier la santé du disque /dev/sda
sudo smartctl -H /dev/sda
#Afficher les options du disque /dev/sda
sudo smartctl -c /dev/sda
#Lancer un test court sur le disque /dev/sda
sudo smartctl -t short /dev/sda
#Lancer un test long sur le disque /dev/sda
sudo smartctl -t long /dev/sda
#Afficher les informations sur le test du disque /dev/sda
sudo smartctl -l selftest /dev/sda
Déplacement dans un CLI via https://links.imirhil.fr/?Ot82Nw
J'avais même pas vu que Guacamole avant son package maintenant.