Skip to content

Instantly share code, notes, and snippets.

View OscarPV's full-sized avatar
🎯
Focusing

Óscar OscarPV

🎯
Focusing
View GitHub Profile
@OscarPV
OscarPV / Mediakeys.ahk
Created August 28, 2020 04:24 — forked from mistic100/Mediakeys.ahk
Media keys shortcuts for AutoHotkey
; AutoHotkey Media Keys
^!Space::Send {Media_Play_Pause}
^!Left::Send {Media_Prev}
^!Right::Send {Media_Next}
^!NumpadMult::Send {Volume_Mute}
^!NumpadAdd::Send {Volume_Up}
^!NumpadSub::Send {Volume_Down}
@OscarPV
OscarPV / fix-wsl2-dns-resolution
Created August 24, 2020 23:51 — forked from coltenkrauter/fix-wsl2-dns-resolution.md
Fix DNS resolution in WSL2
1. Create a file: /etc/wsl.conf.
2. Put the following lines in the file in order to ensure the your DNS changes do not get blown away
[network]
generateResolvConf = false
3. In a cmd window, run wsl --shutdown
4. Restart WSL2
5. Create a file: /etc/resolv.conf. If it exists, replace existing one with this new file.
6. Put the following line in the file
@OscarPV
OscarPV / farcry-3-loading-random-words.markdown
Created April 19, 2018 17:27
FarCry 3 Loading Random Words