2024-07-25Gaming, Linux, Windows Regarding my Intel Core i7-13700K (unstable) I’ve asked for RMA at the shop, where I bought it last year. I’m waiting for them to get back to me.It […]
2023-06-172023-06-17IT-Security, Linux, Network, Windows Firefox 114+ and DNS over HTTPS Be aware that Firefox in Version 114 (or higher may automatically switch on DoH (DNS over HTTPS). Go the the options menu […]
2022-12-112022-12-18Windows Reduce the hiberfil.sys’ size Open an elevated command prompt, or another elevated compatible shell like PS or Windows Terminal. To reduce the file’s size run: To […]
2022-11-172022-11-17Network, Windows Ping an entire subnet using PowerShell Open PowerShell ISE and write code like this: for($i=1;$i -le 254;$i++){   ping -n 1 192.168.0.$i  }
2022-11-052022-11-05Windows Windows 10 upgrade offer to Windows 11 doesn’t require admin credentials to be run. Currently users are able to see an offer to either receive Windows 11 if the machine is compatible, or to check whether […]
2022-10-142022-10-14Windows Run a Powershell command from a batch file Inside of a batch file you can do the following: powershell.exe -command “Write-Host(“Test ok“)“ That is especially useful when you are not […]
2022-09-162022-09-16Windows Comments in PowerShell To comment out a single line use: To comment out an entire block use:
2022-09-092022-09-09Windows How to test a path in powershell, that is made out of two strings Note that Test-Path returns a boolean value.
2022-04-12Education, IT-Security, Linux, Windows Daten einer Webseite unter Firefox entfernen Wenn eine Webseite z.B. nicht mehr korrekt dargestellt wird, kann man diese einzelne Website aus der Chronik und dem Cache entfernen. Achtung! […]
2022-03-12Linux, Virtualization, Windows Die Oracle VirtualBox Guest Additions manuell herunterladen Über folgenden Link gelangen Sie zum Download: Virtual Box Downloads (Seite des Herstellers)