Recently Updated Pages
PostgreSQL
Replication Check from master select * from pg_stat_replication; Check from slave select * from p...
FSCK
https://phoenixnap.com/kb/fsck-command-linux
MariaDB
Install https://computingforgeeks.com/how-to-install-mariadb-on-centos-rhel-7/ Binlog https://sma...
CLI git
git fetch upstream/master ; git rebase -i upstream/master
Install PHPX.X on Debian
apt install php8.1-{apcu,bcmath,bz2,cli,common,curl,fpm,gd,gmp,igbinary,imagick,imap,mbstring,mys...
facl
https://www.ibm.com/docs/en/zos/2.1.0?topic=scd-setfacl-set-remove-change-access-control-lists-ac...
MySQL
MySQL 8.0 https://www.mysqltutorial.org/install-mysql-centos/ https://www.mariuszantonik.com/2022...
YUM
yum list postgresql11-server --showduplicates https://www.golinuxcloud.com/yum-install-specific-v...
Diskpart
Disk Comandline
wmic diskdrive list brief
Access Linux filesystems in Windows and WSL 2
https://devblogs.microsoft.com/commandline/access-linux-filesystems-in-windows-and-wsl-2/
Scanner de vulnérabilité
https://www.it-connect.fr/creer-un-scanner-de-vulnerabilites-avec-un-raspberry-pi-mais-pas-que/
ldap
ldap-utils https://wiki.debian.org/LDAP/LDAPUtils
Postfix
https://electrictoolbox.com/postfix-email-size-limit/ postconf | grep message_size_limit
Bind9 | Named
Cache https://linuxconfig.org/how-to-view-and-clear-bind-dns-server-s-cache-on-linux
WIFI
Edit /etc/netwok/interfaces like this and add your networks SSID and password: auto lo iface lo ...
SFTP over SSH
CI/CD
BASH Require : https://github.com/mvdan/sh https://www.shellcheck.net/ .gitlab-ci.yml : stages: ...
ProFTPd
mode SFTP LoadModule mod_sftp.c LoadModule mod_sftp_pam.c <IfModule mod_sftp.c> # On écoute sur ...