Rho le joli tableau utile.
linux-kvm based VDI solution
Peut toujours servir.
UrBackup is an easy to setup Open Source client/server backup system, that through a combination of image and file backups accomplishes both data safety and a fast restoration time.
Via https://linuxfr.org/news/urbackup-un-logiciel-de-sauvegarde-moderne
OpenSnitch is a GNU/Linux port of the Little Snitch application firewall.
Pare-feu applicatif Linux, via https://linuxfr.org/users/tetraf/journaux/opensnitch
Base bash.
The SSH (“Secure Shell”) protocol is a method for secure remote login from one system to another. Sysadmins and users use a secure channel over an unsecured network in a client-server architecture format for connecting an SSH client with an SSH server. Security ssh server is an important task. There is a tool called ssh_scan from Mozilla which act as a prototype SSH configuration and policy scanner for your SSHD.
apt-get install ruby gem
gem install ssh_scan
ssh_scan -t <server-a-scan>
SANE - Scanner Access Now Easy
Avec :
Back In Time - A simple backup tool for Linux
Via https://upandclear.org/2017/04/12/backintime-backup-linux-chiffre-ou-non-localssh-avec-gui/
Lister les packages installés sous Linux, sans version :
dpkg --get-selections
Avec version :
dpkg -l | grep '^ii' | awk '{print $2 "\t" $3}'
Aegisub is a free, cross-platform open source tool for creating and modifying subtitles. Aegisub makes it quick and easy to time subtitles to audio, and features many powerful tools for styling them, including a built-in real-time video preview.
Avec l'outil "Shift Times" pour réajuster le timing complet d'un fichier de sous-titres :
The shift times tool is a batch processor for timestamps; it adjusts the start/end timestamps of many subtitle lines at once in various ways. It is located under Timing -> Shift Times.