8 liens privés
Vous avez perdu le mot de passe root de votre machine Debian (Linux) et vous êtes bloqué ? Voici la solution à ce problème en 5 étapes.
Cette page décrit comment utiliser, sur les systèmes Debian, les périphériques Wifi Intel 802.11n.
How to Add Swap Space on Ubuntu 18.04 on Google Cloud. Swap Space is a space in Linux is used when the amount of physical memory (RAM) is full. If the system needs more memory resources and the RAM is full, inactive pages in memory are moved to the swap space.
Swap space can help machines with a small amount of RAM. In case you choose a VM instance with 600 MB RAM, then your memory will get exhausted and you will get cannot allocate memory.
apt-key del 95BD4743; wget -nv -O - "https://packages.sury.org/php/apt.gpg" | sudo apt-key add -
-
Mettre à jour le système.
--> apt-get update ; apt-get upgrade -
Supprimer tout les packets liés à PHP.
--> apt-get remove php* -
Télécharger la clé GPG.
--> sudo apt -y install lsb-release apt-transport-https ca-certificates
--> sudo wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg -
Ajoutez le dépôt PPA.
--> echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/php.list -
Installez PHP 7.4
--> sudo apt update
--> sudo apt -y install php7.4 -
Installez le module Apache pour PHP.
--> sudo apt install libapache2-mod-php7.4 -
Installez les extensions les plus courantes.
--> sudo apt-get install php7.4-{common,bcmath,bz2,intl,gd,mbstring,mysql,zip,cli,fpm,json,pdo,mbstring,curl,xml,imagick,tidy,xmlrpc,dev,imap,opcache,soap} -y -
Testez votre version PHP
--> php -v
Node.js is a platform built on Chrome’s V8 JavaScript engine.Nodejs can used for easily building fast, scalable network applications. Latest version node.js ppa is maintaining by its official website. We can add this PPA to Debian 10 (Buster), Debian 9 (Stretch) Debian 8 (Jessie) and Debian 7 (Wheezy) systems. Use this tutorial to install latest Nodejs & NPM on Debian 10/9/8/7 systems.
INSTALLER UN SERVEUR FTP : PROFTPD
How to Set Up a Minecraft Server on Ubuntu or Debian
Cette section du guide du serveur Ubuntu présente un ensemble d'outils puissants appelé OpenSSH pour le contrôle à distance et le transfert de données entre des ordinateurs en réseau. Vous apprendrez également quelques paramètres de configuration possibles avec l'application serveur OpenSSH et comment les changer sur votre système Ubuntu.
This tutorial explains how to install and configure Minecraft Server on Debian 9. We'll use Systemd to run the Minecraft server and the mcrcon utility to connect to the running instance. We'll also show you how to create a cronjob that will perform regular server backups.