Skip to content

Instantly share code, notes, and snippets.

View melvinsh's full-sized avatar
🌠

Melvin melvinsh

🌠
  • Netherlands
  • 15:02 (UTC +02:00)
View GitHub Profile
@alanstevens
alanstevens / Windows11_Setup.md
Last active May 3, 2025 23:21
Windows 11 Setup

This guide was created using Microsoft Windows 11 Pro

Version 21H2 build 22000.194

Installation

System Updates:

  • Settings -> Windows Update
  • Install all updates

Powershell Execution Policy:

  • launch Windows Powershell as administrator and execute:
@lalyos
lalyos / README.md
Last active December 8, 2024 17:52
install golang to ubuntu/debian one-linet

Install latest golang

curl -Ls http://bit.ly/go_installer | bash

Overview

If you want to install golang, normally you are following the description on the official dowload page

@granoeste
granoeste / EachDirectoryPath.md
Last active April 27, 2025 06:18
[Android] How to get the each directory path.

System directories

Method Result
Environment.getDataDirectory() /data
Environment.getDownloadCacheDirectory() /cache
Environment.getRootDirectory() /system

External storage directories

@skepticfx
skepticfx / Adobe Frame Buster
Created January 9, 2012 20:03
Adobe Frame Busting Exploit
if (top!=self){
top.location.href=self.location.href;
}