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

Documentation IT

IT

CESI MSI

CESI RISR

BTS SIO

Linux

Windows

Applications

MacOS

- Mac M2 : 8Go RAM, 256 Go SSD

Wiki

Applications

Tools

Linux

Base SQL

Applications

CentOS

Linux

FTP

Applications

Base NoSQL

Applications

Gitlab

Applications

OpenSSH

Applications

Raspberry PI

Linux

DNS

Applications

Mailserver

Applications

Powershell

Windows

Acess List

Linux

Disk Health

Linux

Docker

Applications

Mes outils

MacOS

application

WAF

Applications

Restic Backup

Applications

Kubernetes

Applications

Troubleshooting

Applications

BookStack LAMP

Applications Wiki

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...

application
application

Composer

Linux Tools

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

Linux Tools

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}

WIP
Work In Progress

Snapcraft

Linux Tools

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

Windows

WIP

PostgreSQL

Applications Base SQL

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

Linux CentOS

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

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...

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...

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/

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...

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/...

SFTP over SSH

Applications OpenSSH

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"

Bind9 | Named

Applications DNS

Cache https://linuxconfig.org/how-to-view-and-clear-bind-dns-server-s-cache-on-linux

Postfix

Applications Mailserver

https://electrictoolbox.com/postfix-email-size-limit/ postconf | grep message_size_limit

ldap

Linux Tools

ldap-utils https://wiki.debian.org/LDAP/LDAPUtils

Scanner de vulnérabilité

Linux Raspberry PI

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

Windows

https://devblogs.microsoft.com/commandline/access-linux-filesystems-in-windows-and-wsl-2/

Disk Comandline

Windows Powershell

wmic diskdrive list brief