Advanced Search
Search Results
42 total results found
BookStack LAMP
Installation: Installing BookStack (Debian 11) Install dependencies. apt install -y git unzip apache2 php7.4 curl php7.4-fpm php7.4-curl php7.4-mbstring php7.4-ldap \ php7.4-tidy php7.4-xml php7.4-zip php7.4-gd php7.4-mysql libapache2-mod-php7.4 \ default-my...
Composer
Méthode 1 Installation Command-line installation : php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php -r "if (hash_file('sha384', 'composer-setup.php') === '906a84df04cea2aa72f40b5f787e49f22d4c2f19492ac310e8cba5b96ac8b64115ac402c8cd2...
Install PHPX.X on Debian
apt install php8.1-{apcu,bcmath,bz2,cli,common,curl,fpm,gd,gmp,igbinary,imagick,imap,mbstring,mysql,odbc,opcache,pgsql,readline,redis,soap,sqlite3,sybase,xml,xmlrpc,zip,intl}
Snapcraft
Installation Command Line Voir les installations en cours/terminées snap changes Result: Identifiant État Descendance Prêt Résumé 1 Done aujourd'hui à 21h13, heure des Rocheuse...
Activation Windows avec KMS spico
PostgreSQL
Replication Check from master select * from pg_stat_replication; Check from slave select * from pg_stat_wal_receiver; CentOS 7 PostgreSQL, also known as Postgres, is a free and open-source relational database management system emphasizing extensibility and SQL...
YUM
yum list postgresql11-server --showduplicates https://www.golinuxcloud.com/yum-install-specific-version/
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...
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...
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/
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...
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/...
SFTP over SSH
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"
Bind9 | Named
Cache https://linuxconfig.org/how-to-view-and-clear-bind-dns-server-s-cache-on-linux
Postfix
https://electrictoolbox.com/postfix-email-size-limit/ postconf | grep message_size_limit
ldap
ldap-utils https://wiki.debian.org/LDAP/LDAPUtils
Scanner de vulnérabilité
https://www.it-connect.fr/creer-un-scanner-de-vulnerabilites-avec-un-raspberry-pi-mais-pas-que/
Access Linux filesystems in Windows and WSL 2
https://devblogs.microsoft.com/commandline/access-linux-filesystems-in-windows-and-wsl-2/
Disk Comandline
wmic diskdrive list brief