Articles

Tutorials

623 articles
Linux 22 Oct 2020 ⏱ 1 min

Installing WEBMIN on Ubuntu

Presentation of WebminInstallationUtilisationVideo Presentation of Webmin WEBMIN is software that installs a web interface to administer a Linux server. Webmin allows: System…

GLPI 20 Oct 2020 ⏱ 6 min

GLPI: install a plugin

PresentationFirst method: manualSecond method: marketplaceCreate an accountInstall a plugin with the marketplaceComplementConclusion Presentation In this tutorial, I will explain how to install…

Non classifié(e) 08 Oct 2020 ⏱ 1 min

Create a folder in PowerShell

To create a folder in PowerShell, use the New-Item cmdlet indicating the location and name of the folder and set the itemType parameter with the value Directory to indicate that you want to create a folder.