Skip to content
  • Blog
    • Datenschutz
    • Gaming
    • IT-Security
    • Linux
    • Network
    • Virtualization
    • Web-developement
    • Windows
  • This website
    • About this website
    • Bio
    • Datenschutzerklärung
    • Impressum
    • Über diese Website
    • Meta
      • Login
      • Logout
      • Search

Mario Freytag's Homepage

HowTo and Blog

Mario Freytag's Homepage

HowTo and Blog

  • Blog
    • Datenschutz
    • Gaming
    • IT-Security
    • Linux
    • Network
    • Virtualization
    • Web-developement
    • Windows
  • This website
    • About this website
    • Bio
    • Datenschutzerklärung
    • Impressum
    • Über diese Website
    • Meta
      • Login
      • Logout
      • Search

Category: Windows

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++){ &nbsp&nbspping -n 1 192.168.0.$i &nbsp}

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)

Posts pagination

1 2 … 5 >

Recent Posts

  • Security updates this week
  • Slight redesign of my homepage
  • Sync your local folder to a Hetzner Storage Box with rsync and ssh
  • Metal Gear Solid on Steam
  • Analytics on my homepage

Categories

Archives

Back to top