Notities

Notities

ing. M.A.C.M. (Martijn) van den Boom

Computer Infrastructure Engineer
ingenieur, docent en mentor

Social Media Links:

van den Boom

1-Minute Read

Windows Update shortcut that everyone should have on their desktop * Have your desktop in front of you * Right-click * Choose: New * Choose: Shortcut * Enter the following as the location: (On Windows 8) %windir%\explorer.exe shell:::{36eef7db-88ad-4e81-ad49-0e313f0c35f8} (On Windows 10) ms-settings:windowsupdate * Click: Next * Enter the name: Windows Update * Click: Finish

van den Boom

1-Minute Read

Function Clean-Memory { Get-PSSession | Remove-PSSession [System.GC]::Collect() [GC]::Collect() [GC]::WaitForPendingFinalizers() Get-Variable | #Where-Object { $startupVariables -notcontains $_.Name } | ForEach-Object { try { Clear-Variable -Name "$($_.Name)" -Force -ErrorAction SilentlyContinue -WarningAction SilentlyContinue Remove-Variable -Name "$($_.Name)" -Force -Scope "global" -ErrorAction SilentlyContinue -WarningAction SilentlyContinue Remove-Variable -Name...

van den Boom

1-Minute Read

Hugo in Alpine Linux > apk update > apk upgrade > apk add git > apk add go > wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub > wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.32-r0/glibc-2.32-r0.apk > apk add glibc-2.32-r0.apk > wget https://github.com/gohugoio/hugo/releases/download/v0.79.0/hugo_0.79.0_Linux-32bit.tar.gz > tar -xvzf hugo_0.79.0_Linux-32bit.tar.gz > ./hugo > ./hugo version >...

Recent Posts:

Categories

About

Sponsor me link:
ko-fi.com/martijnvandenboom
paypal.me/ingmacmvandenboom
buymeacoffee.com/ingvdboom