Advanced Search
Search Results
70 total results found
Gitlab
YUM
yum list postgresql11-server --showduplicates https://www.golinuxcloud.com/yum-install-specific-version/
Applications
OpenSSH
ProFTPd
mode SFTP LoadModule mod_sftp.c LoadModule mod_sftp_pam.c <IfModule mod_sftp.c> # On écoute sur le port 2222 Port 2222 # On active le mode SFTP SFTPEngine on # Emplacement des clés de cryptage SFTPHostKey /etc/ssh/ssh_host_rsa...
MacOS
- Mac M2 : 8Go RAM, 256 Go SSD
Raspberry PI
MariaDB
Install https://computingforgeeks.com/how-to-install-mariadb-on-centos-rhel-7/ Binlog https://smarttechways.com/2021/05/27/enable-disable-the-binary-log-in-mysql/ Check bin log is enabled (ON) or disabled (OFF) mysql> show variables like 'log_bin'; Show the l...
DNS
MySQL
MySQL 8.0 https://www.mysqltutorial.org/install-mysql-centos/ https://www.mariuszantonik.com/2022/03/the-gpg-keys-listed-for-the-mysql-8-0-community-server-repository-are-already-installed-but-they-are-not-correct/
Mailserver
CI/CD
BASH Require : https://github.com/mvdan/sh https://www.shellcheck.net/ .gitlab-ci.yml : stages: - shell-code-check - shell-code-formater shellcheck: image: koalaman/shellcheck-alpine:stable stage: shell-code-check before_script: - shellcheck --v...
Powershell
Docker
Docker Delete all containers,networks,images don't use docker system prune Envoie/export de fichier dans un conteneur • Local system to container : docker cp myfile.txt mycontainer:/path/to/destination • Container to local system : docker cp mycontainer:/path/...
Acess List
SFTP over SSH
Disk Health
WIFI
Edit /etc/netwok/interfaces like this and add your networks SSID and password: auto lo iface lo inet loopback iface eth0 inet dhcp allow-hotplug wlan0 auto wlan0 iface wlan0 inet dhcp wpa-ssid "YOUR-NETWORK-SSID" wpa-psk "YOUR-PASSWORD"