Skip to content

Instantly share code, notes, and snippets.

@aarav2you
aarav2you / list.txt
Created June 29, 2023 08:40
Phishing websites
This file has been truncated, but you can view the full file.
wxpvjhqm.99w97k.cn
borislav.marshhdf.com.pl
fb-sig-in6.cf
nttdocomo-dob.com
spfkgeavqq.duckdns.org
vallada.adv.br
myciti11-protected.net
paypalsecureredirect.blogspot.com.mt
www--wellsfargo--com--6t49329d48d6c.wsipv6.com
assist-orange.blogspot.com
@aarav2you
aarav2you / obsidian_backup.sh
Last active April 30, 2023 13:10
Backup a specific directory in your obsidian vault
#!/bin/bash
# make this script executable and place this script in your .obsidian directory
# by default it checks for updates every 5 seconds
# change DIRECTORY to the desired path you want to check (do not add a / at the end)
# if you want to do the whole vault then change DIRECTORY to "" (empty string)
# you can also add it to your shell's rc file for it to run every time you login
CHECK_DURATION=300 # seconds
DIRECTORY_NAME=Studies/Math
REMOTE_NAME=origin
@aarav2you
aarav2you / [system.globalization.cultureinfo]::GetCultures("AllCultures").txt
Created January 4, 2023 13:32
List of ALL LANGUAGES Windows 11/10 supports (Cultures)
LCID Name DisplayName
---- ---- -----------
127 Invariant Language (Invariant Country)
4096 aa Afar
4096 aa-DJ Afar (Djibouti)
4096 aa-ER Afar (Eritrea)
4096 aa-ET Afar (Ethiopia)
54 af Afrikaans
4096 af-NA Afrikaans (Namibia)
1078 af-ZA Afrikaans (South Africa)
@aarav2you
aarav2you / link.txt
Created January 4, 2023 03:50
Windows Server Core 2022 Download link
@aarav2you
aarav2you / qemu_tap_network.sh
Last active January 4, 2023 03:39
A script to set up a tap network for QEMU to use and the run command (scroll down)
#!/bin/bash
if [[ $EUID > 0 ]]
then echo "Run this script as root"
exit
fi
BRIDGE="br0"
TAP="tap0"
INTERFACE="enp7s0" # Change accordingly
@aarav2you
aarav2you / RemoveClutter.theme.css
Last active May 5, 2024 10:10
Modifications for the Discord client to remove the clutter
/*==========
RemoveClutter.theme.css by aarav2you
How to inject: Paste in "Custom CSS" tab in BetterDiscord or download and use as theme
========== */
/* Stickers same size as emojis */
.assetWrapper-3GNt0z {
max-width: 48px;
max-height: 48px;