Skip to content

Instantly share code, notes, and snippets.

View InInfinitumEtInTenebris's full-sized avatar
💭
I may be slow to respond.

AdAeternum InInfinitumEtInTenebris

💭
I may be slow to respond.
  • School/Personal Use
View GitHub Profile
@joepie91
joepie91 / vpn.md
Last active July 24, 2024 17:46
Don't use VPN services.

Don't use VPN services.

No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.

Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.

  • A Russian translation of this article can be found here, contributed by Timur Demin.
  • A Turkish translation can be found here, contributed by agyild.
  • There's also this article about VPN services, which is honestly better written (and has more cat pictures!) than my article.
@orcaman
orcaman / stations.csv
Created February 9, 2019 20:11
NOAA Station Numbers Mapped to Address, City, State, County and Zipcode (US only) Using Reverse Geocoding
We can't make this file beautiful and searchable because it's too large.
StationNumber,Lat,Lon,Address,State,City,County,Zip
690014,32.350000,-106.367000,"Unnamed Road, Chaparral, NM 88081, USA",NM,Chaparral,Otero County,88081
690070,36.683000,-121.767000,"721 Neeson Rd, Marina, CA 93933, USA",CA,Marina,Monterey County,93933
690020,36.000000,-121.233000,"7th Division Rd, Jolon, CA 93928, USA",CA,Jolon,Monterey County,93928
690020,36.000000,-121.233000,"7th Division Rd, Jolon, CA 93928, USA",CA,Jolon,Monterey County,93928
690110,42.608000,-82.835000,"Selfridge Angb Airport, Harrison Charter Township, MI 48045, USA",MI,Harrison charter Township,Macomb County,48045
690140,33.667000,-117.733000,"8065 Marine Way, Irvine, CA 92618, USA",CA,Irvine,Orange County,92618
690150,34.300000,-116.167000,"Rainbow Canyon Road, Twentynine Palms, CA 92277, USA",CA,Twentynine Palms,San Bernardino County,92277
690169,33.700000,-117.830000,"2437 Park Ave, Tustin, CA 92782, USA",CA,Tustin,Orange County,92782
690174,36.533000,-115.567000,"US-95, Nevada, USA",NV,,Clark County,
@m-Phoenix852
m-Phoenix852 / index.user.js
Last active June 13, 2024 17:16
Userscript to login to discord accounts with ease, just do SHIFT + T at the login page and enter the token!
// ==UserScript==
// @name Discord Token Login
// @namespace https://gist.github.com/m-Phoenix852/d63d869f16e40dac623c9aa347e8641a/
// @version 1.1
// @description Taking over discord's tokens!
// @author Phoenix852
// @match *://discord.com/login
// @updateURL https://gist.github.com/m-Phoenix852/d63d869f16e40dac623c9aa347e8641a/raw/6d1ee63df17685e4ea06018bd8b47541d4261b82/index.user.js
// @grant none
// @iconURL https://i.imgur.com/rI8GsTz.png
@splch
splch / install-wine-runner.sh
Last active September 8, 2021 03:18
Open Windows EXE from Chrome OS File Manager
#!/bin/bash
mkdir -p $HOME/bin/
cat > $HOME/bin/wine-runner.sh <<EOF
#!/bin/bash
NAME=\$(basename \$1 | cut -f 1 -d ".")
echo "Windows Executable: \$NAME.exe"
@HimDek
HimDek / Kali Linux GUI on Termux Android.md
Last active July 15, 2024 01:11
This Guide will help you install Kali Linux in Android, that too with a GUI Desktop Environment within Android. It uses Termux to run Kali Linux in Android with XFCE4 Desktop Environment and a Tight VNC Server, which we connect to using a VNC Viewer app in Android.

How to install Kali Linux GUI Desktop in Android using Termux:

This Guide will help you install Kali Linux in Android, that too with a GUI Desktop Environment within Android. It uses Termux to run Kali Linux in Android with XFCE4 Desktop Environment and a Tight VNC Server, which we connect to using a VNC Viewer app in Android.

Just Follow these steps to install Kali Linux with XFCE4 Desktop GUI in Android using Termux:

  • Download and install Termux in Android. (Play Store release is no more updated, so is not recommended.)
  • Open Termux and run the following commands:
    apt update && apt install python python2 openssh -y
    
@Chenx221
Chenx221 / recovery.json, cloudready_recovery.json
Last active October 30, 2023 17:55
Chrome OS recovery images manual download (Flex)
# Chrome OS recovery images manual download
https://dl.google.com/dl/edgedl/chromeos/recovery/recovery2.json
https://dl.google.com/dl/edgedl/chromeos/recovery/recovery.json
# Google Chrome OS Flex images manual download
https://dl.google.com/dl/edgedl/chromeos/recovery/cloudready_recovery2.json
https://dl.google.com/dl/edgedl/chromeos/recovery/cloudready_recovery.json
@spundun
spundun / gist:f01346a8d8789be861597690c7a849b8
Last active May 17, 2023 18:52 — forked from Usulyre/Vulkan virtio driver for Chrome OS crostini
How to install vulkan drivers on Debian on Crostini

Compiling/installing the experimental mesa virtio-venus-experimental driver-(below done with new linux container)

In chrome browser type or paste

chrome://flags

type in "search flags" box "crostini" without quotes.