963 shaares
Repology, the packaging hub
Repology monitors a huge number of package repositories and other sources comparing packages versions across them and gathering other information. Repology shows you in which repositories a given project is packaged, which version is the latest and which needs updating, who maintains the package, and other related information. Repology might be useful
Repology monitors a huge number of package repositories and other sources comparing packages versions across them and gathering other information. Repology shows you in which repositories a given project is packaged, which version is the latest and which needs updating, who maintains the package, and other related information. Repology might be useful
The mmv utility is used to move, copy, append and rename files in bulk using standard wildcards in Unix-like operating systems. It is available in the default repositories of Debian-based systems.
a handful of CLI tools that makes my life easier. Here are some of them.
Best articles on fail2ban IMHO
cURL ( stands for Client URL) is a software that provides a library libcurl and command-line tool curl. The features and support that it provides are way overwhelming, there are so many options that can be passed to it, sometimes you are just lost in the man page.
This article aims at providing the commands that are frequently used and as a handy reference and is specific to HTTP/HTTPS protocols. This is no replacement to the man page, it’s more like the highlights of it.
This article aims at providing the commands that are frequently used and as a handy reference and is specific to HTTP/HTTPS protocols. This is no replacement to the man page, it’s more like the highlights of it.
Tcpdump is a command-line packet analysis tool. Much like Wireshark, you can use Tcpdump to capture and analyze packets, troubleshoot connection issues, and look for potential security issues on a network. Tcpdump is a portable command-line utility that can be used even when a GUI is not available, and when Wireshark is not installed.
In this article, we’ll look at how to validating Python inputs with the PyInputPlus.
We use the PyInputPlus package to validate inputs from retrieved from the command line.
We use the PyInputPlus package to validate inputs from retrieved from the command line.
Serveur de clefs qui fonctionne !!! (13/06/2020)
Usage:
gpg --keyserver keys.gnupg.net --recv-keys A88441BD4864F95BEE08E63A71EB474019940E11
Utiliser l'empreinte de clé que vous souhaitez retrouver
======= Pour nettoyer archlinux keyring :
# cd /etc/pacman.d
# mv gnupg/ gnupg.old/
# pacman-key --init
# pacman-key --populate
Usage:
gpg --keyserver keys.gnupg.net --recv-keys A88441BD4864F95BEE08E63A71EB474019940E11
Utiliser l'empreinte de clé que vous souhaitez retrouver
======= Pour nettoyer archlinux keyring :
# cd /etc/pacman.d
# mv gnupg/ gnupg.old/
# pacman-key --init
# pacman-key --populate
You can search for spaces quite easily by simply typing a space in the find box and clicking the Find button, no special mode is needed. Other special characters can also be found pretty easily by using the “Regular Expression” mode of Atom’s find-and-replace package. A newline is \n in regular expression mode. A carriage-return is \r in regular expression mode. And finally, you can search for any single Unicode code point in the Basic Multilingual Plane 136 by using the \uhhhh construct where hhhh is the hexadecimal representation of that code point.
Fichiers décès de l'INSEE
Arbre-o-matic
Arbre-o-matic
Glances is a cross-platform monitoring tool which aims to present a maximum of information in a minimum of space through a curses or Web based interface. It can adapt dynamically the displayed information depending on the terminal size.
It can also work in client/server mode. Remote monitoring could be done via terminal, Web interface or API (XMLRPC and RESTful).
Glances is written in Python and uses the psutil library to get information from your system.
Stats can also be exported to external time/value databases.
It can also work in client/server mode. Remote monitoring could be done via terminal, Web interface or API (XMLRPC and RESTful).
Glances is written in Python and uses the psutil library to get information from your system.
Stats can also be exported to external time/value databases.
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dDownsampleColorImages=true \
-dColorImageResolution=150 -dNOPAUSE -dBATCH -sOutputFile=output.pdf input.pdf
-dColorImageResolution=150 -dNOPAUSE -dBATCH -sOutputFile=output.pdf input.pdf
The Ultimate Docker Command List
A curated list of Docker commands that’ll save you hours in debugging and scouting Stack Overflow
A curated list of Docker commands that’ll save you hours in debugging and scouting Stack Overflow
How To Rotate Videos Using FFMpeg From Commandline