Skip to content

Instantly share code, notes, and snippets.

View GeekCornerGH's full-sized avatar
🖥️
Busy coding

GeekCorner GeekCornerGH

🖥️
Busy coding
View GitHub Profile
@GeekCornerGH
GeekCornerGH / README.md
Created February 17, 2026 06:46
Exporting all wifi connections and importing them on a new computer (Windows)

How to export your wifi connections and import them on a new computer easily (Windows)

Requirements

  • Admin permissions
  • Command line access
  • Some way to transfer files

Getting started

  1. Open an elevated command prompt on your old computer
  2. Go to a folder, then launch this command:

netsh wlan export profile key=clear folder="."

Proxmox VE Installation on Hetzner Server via Rescue System

Follow these steps to install Proxmox VE on a Hetzner server via the Rescue System. The Rescue System is a Linux-based environment that can be booted into to perform system recovery tasks. We'll be using it to install Proxmox VE.

In order to complete the process, it is indeed necessary to first boot into the Rescue System and then connect to it via SSH. This will allow you to run the commands for installing Proxmox VE. Here are the steps:

Starting the Rescue System

  1. Log into the Hetzner Robot.
  2. Under "Main Functions; Server" select the desired server and then open the tab "Rescue".
@GeekCornerGH
GeekCornerGH / index.html
Created June 15, 2021 17:37
Event detect offline not working
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<meta http-equiv="X-Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<title>Hello World!</title>
</head>
<body>