Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

70 total results found

Gitlab

Applications

YUM

Linux CentOS

yum list postgresql11-server --showduplicates https://www.golinuxcloud.com/yum-install-specific-version/

Applications

OpenSSH

Applications

ProFTPd

Applications FTP

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

Linux

MariaDB

Applications Base SQL

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

Applications

MySQL

Applications Base SQL

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

Applications

CI/CD

Applications Gitlab

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

Windows

Docker

Applications 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

Linux

SFTP over SSH

Applications OpenSSH

Disk Health

Linux

WIFI

Linux Raspberry PI

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"