Geavanceerd zoeken

72 zoekresultaten

Pagina4 van de 72 zoekresultaten

  • Microsoft
    Setup Server 2019 Enterprise CA 4/5: Setup Group Policy
    Setup Group Policy   1. Open “Group Policy Management”   2. Expand “Group Policy Management” -> “Forest: <domain>” -> “Domains” and Rightclick your domain. ...
  • CentOS
    Centos automatische updates
    dnf install dnf-automatic   rpm -qi dnf-automatic   vim /etc/dnf/automatic.conf   upgrade_type = default   apply_updates = yes   system_name = name server   emit_via = motd   systemctl enable --now dnf-automatic.timer   systemctl list-timers *dnf-* ...
  • VMware
    Plaats desktop iconen op server versies
    Open een command prompt als administrator,vul in het volgende commandodesk.cpl ,5     ...
  • Microsoft
    Plaats desktop iconen op server versies
    Open een command prompt als administrator,vul in het volgende commandodesk.cpl ,5     ...
  • Microsoft / Powershell
    Install IIS and dotnet core with powershell
    # Install IIS and dotnet coreInstall-WindowsFeature "Web-Server","Web-Windows-Auth","Web-ASP","Web-Asp-Net","Web-Asp-Net45" -IncludeManagementTools $maxAttempts = 30$attemptCount = 0$source = "https://download.visualstudio.microsoft.com/download/pr/633b17e5-a489-4da4-9713-5ddedf17a5f0/5c18f4203e837dd90ba3da59eee92b01/dotnet-hosting-2.1.15-win.exe"$file = "C:\Windows\Temp\dotnet-hosting-2.1.15-win.exe" Do {$attemptCount++Invoke-WebRequest $source -OutFile $file ...
  • Ubuntu
    Schijfgebruik bekijken d.m.v. NCDU
    NCDU is een gemakkelijk programma voor het snel bekijken van de schijfruimte op een linux server.ncdu(1): NCurses Disk Usage - ...
  • Ubuntu
    Install phpIPAM on Linux [Open source IP Address Management System]
    Link naar de youtube video Install phpIPAM on Linux [Open source IP Address Management System] - YouTube -------------------------------------------------------------------- Installation --------------------------------------------------------------------      ...
  • Raspberry Pi
    Uptime Kuma config for Docker Containers
    Step-1: 1. goto portainer2. open uptime kuma container in docker3. Click on "Duplicate/Edit" under "Actions"4. goto advanced container settings - Select ...
  • Ubuntu
    How to Install Multiple PHP Versions on Ubuntu 22.04
    PHP is a programming language used for developing web applications. You must install PHP packages on a Ubuntu system to run ...
  • Ubuntu
    Install https on Ubuntu
      # Firewall port 80 and 443 need to be open !!!Be aware that there is a DNS  record for the ...
  • Ubuntu
    Install Homer Dashboard
    # update and install software repositoriessudo apt update && apt upgrade -yapt install vim ncdu mlocate net-tools -y#install prerequisitessudo apt ...
  • Proxmox
    How To Disable Proxmox VE Subscription Notification
    To disable the Proxmox subscription notification, access the server's console via SSH, (On Version 9.0.10 tested )back up the proxmoxlib.js file, cd ...