I

  • Install VMware tools on Windows Server Core 2012R2
    Install/upgrade VMWare toolsDan op de commandlineD:\.\setup64.exe /S /v"/qn REBOOT=Y"indien nodigshutdown -r -t 1 ...
  • Install MSE on a Windows Server
    Download MSE >>>klik hier voor download<<<Set Compatiblity mode on Windows 7Launch file with commandlineC:\Temp\mseinstall.exe /disableoslimit ...
  • IS Crypto is a free tool that gives administrators the ability to enable or disable protocols
    IIS Crypto is a free tool that gives administrators the ability to enable or disable protocols, ciphers, hashes and key exchange algorithms on Windows Server ...
  • Install Samba on CentOS 7
    Samba is a free and open-source re-implementation of the SMB/CIFS network file sharing protocol that allows end users to access files, printers, and other shared ...
  • Install NFS Centos 7
    NFS Server: server.example.com, IP address: 192.168.2.133 NFS Client: client.example.com, IP address: 192.168.2.134 Yum -y install vim perl mlocate   Configure the Firewall   yum -y install firewalld ...
  • Install Docker Centos 7
    yum install -y yum-utils device-mapper-persistent-data lvm2 yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo yum install docker-ce systemctl enable docker.service systemctl start docker.service yum install epel-release yum install -y python-pip pip install docker-compose yum upgrade python* docker-compose version ...
  • Install FOG Image Server Centos 7
    Continue pre-config yum install firewalld -y systemctl start firewalld systemctl enable firewalld for service in http https tftp ftp mysql nfs mountd rpc-bind proxy-dhcp samba; do firewall-cmd --permanent --zone=public ...
  • Integrating Linux Servers With Active Directory
    Login to Linux server and do the following steps   1. Update /etc/hosts and add active directory server IP and host name details   2.Login as root user and ...
  • Integrating Windows Updates into Windows 10 Install Image (ESD)
    In this guide I’ll show how to integrate new Windows update packages into the offline installation image of Windows 10 or Windows 8.1 using built-in ...
  • Install certificate in UTM 9
    Maak een cert aan op een linux machine voor de astaro utm openssl genrsa -aes256 -out <naamkey>.key 2048openssl req -new -key <naamkey>.key -out aanvraag.csrDien de csr ...
  • 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 | Out-Null} while (((Test-Path $file) ...
  • Install IIS with options powershell
    Set-ExecutionPolicy Bypass -Scope Process # To list all Windows Features: dism /online /Get-Features# Get-WindowsOptionalFeature -Online # LIST All IIS FEATURES: # Get-WindowsOptionalFeature -Online | where FeatureName ...
  • 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 --------------------------------------------------------------------      01. Log into the Linux ...
  • Install LAMP and PHPMYADMIN on Ubuntu 22.04
    Step 1: Install Apachesudo apt install apache2 -ysudo systemctl status apache2sudo systemctl enable --now apache2http://server-ip Step 2: Install MariaDB database serversudo apt install mariadb-server -ysudo systemctl ...
  • Install https on Ubuntu
      # Firewall port 80 and 443 need to be open !!!Be aware that there is a DNS  record for the server availablehostnamesudo vim /etc/hostnamesudo vim ...
  • Install Homer Dashboard
    # update and install software repositoriessudo apt update && apt upgrade -yapt install vim ncdu mlocate net-tools -y#install prerequisitessudo apt install git curl apache2 -y# ...
  • Install Shell in a box
    Connect to commandline with SSH on a https connection Step #1 Update Repositoriessudo apt-get update && upgrade -yStep #2 Install Shell In A Boxsudo apt-get install ...