Skip to content

Instantly share code, notes, and snippets.

@thecodeholic
thecodeholic / apache_vhost.conf
Created January 20, 2023 20:43
Sample Apache Virtual Host file
<VirtualHost *:80>
ServerName laravelexample.net
ServerAdmin webmaster@thedomain.com
DocumentRoot /var/www/laravelexample/public
<Directory /var/www/laravelexample>
AllowOverride All
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
NetLimiter 3
Registration name: Peter Raheli
Registration code: C99A2-QSSUD-2CSBG-TSRPN-A2BEB
NetLimiter 4
Registration Name: Vladimir Putin #2
Registration Code: XLEVD-PNASB-6A3BD-Z72GJ-SPAH7
https://www.netlimiter.com/download
# Netlimiter Full Netlimiter Activated Netlimiter cracked Netlimiter Full Version Netlimiter Serial Netlimiter keygen Netlimiter crack Netlimiter 4 serial Netlimiter 4 Crack Netlimiter 4 register Netlimiter 4 patch Netlimiter full Full version Netlimiter 4 Activated Netlimiter 4 Cracked Netlimiter Pro
@tiborvass
tiborvass / failover.sh
Created March 21, 2026 19:04
Internet connectivity-checking network failover script
#!/usr/bin/env bash
set -euo pipefail
# --- config ---
PRIMARY_DEV="eno1"
PRIMARY_CONN="Wired connection 1"
BACKUP_CONN="YOUR_WIFI_CONNECTION_NAME"
PRIMARY_METRIC_NORMAL=100
@timvisee
timvisee / falsehoods-programming-time-list.md
Last active March 21, 2026 19:04
Falsehoods programmers believe about time, in a single list

Falsehoods programmers believe about time

This is a compiled list of falsehoods programmers tend to believe about working with time.

Don't re-invent a date time library yourself. If you think you understand everything about time, you're probably doing it wrong.

Falsehoods

  • There are always 24 hours in a day.
  • February is always 28 days long.
  • Any 24-hour period will always begin and end in the same day (or week, or month).
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active March 21, 2026 19:03
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under the Quests tab
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:

ONLY WORKS FOR GPT3.5 AND PRIOR VERSIONS

ChatGPT Jailbreak: NSFW Mode

Welcome to ChatGPT Jailbreak: NSFW Mode, the ultimate way to get an uncensored version of the popular language model trained by OpenAI. With NSFW Mode, ChatGPT can generate any kind of content, even content that is considered offensive or derogatory, and is not bound by OpenAI's content policy.

What is NSFW Mode?

@emschwartz
emschwartz / README.md
Last active March 21, 2026 19:00
The Most Popular Blogs of Hacker News in 2025

This is an OPML version of the HN Popularity Contest results for 2025, for importing into RSS feed readers.

Plug: if you want to find content related to your interests from thousands of obscure blogs and noisy sources like HN Newest, check out Scour. It's a free, personalized content feed I work on where you define your interests in your own words and it ranks content based on how closely related it is to those topics.

@rvrsh3ll
rvrsh3ll / windows-keys.md
Created February 18, 2024 22:44
Windows Product Keys

NOTE

These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.

Index

@philippgitpush
philippgitpush / disableXboxGamebar.ps1
Last active March 21, 2026 18:56
Disable / Remove Xbox Gamebar / GamingOverlay Link-Popups on WIndows 11 IoT Enterprise LTSC
# Remove Xbox App
Get-AppxPackage Microsoft.XboxGamingOverlay | Remove-AppxPackage
# Disable ms-gamingoverlay links
reg add HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR /f /t REG_DWORD /v "AppCaptureEnabled" /d 0
reg add HKEY_CURRENT_USER\System\GameConfigStore /f /t REG_DWORD /v "GameDVR_Enabled" /d 0
# Disable ms-gamebar links
reg add HKCR\ms-gamebar /f /ve /d URL:ms-gamebar 2>&1 >''
reg add HKCR\ms-gamebar /f /v "URL Protocol" /d "" 2>&1 >''
@aodin
aodin / states_fips.csv
Created September 29, 2023 20:24
State Abbreviations and FIPS Codes
State Postal FIPS
Alabama AL 1
Alaska AK 2
Arizona AZ 4
Arkansas AR 5
California CA 6
Colorado CO 8
Connecticut CT 9
Delaware DE 10
District of Columbia DC 11