Skip to content

Instantly share code, notes, and snippets.

View RealStr1ke's full-sized avatar
💭
GPT - Greedy Pickle Tyrant

Thandi R. Menelas RealStr1ke

💭
GPT - Greedy Pickle Tyrant
View GitHub Profile
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active June 30, 2024 01:51
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This no longer works in browser!

This no longer works if you're alone in vc! Somebody else has to join you!

Warning

There are now two quest types ("stream" and "play")! Pay attention to the instructions!

@Tknott95
Tknott95 / nix_single_user.MD
Last active June 7, 2023 08:02
cannot connect to socket at '/nix/var/nix/daemon-socket/socket': No such file or directory

FOR SINGLE USER INSTALL

cannot connect to socket at '/nix/var/nix/daemon-socket/socket': No such file or directory

remove nix - stop daemon - remove env vars trying to run multi-user style via daemon
if you are trying to remove a multi user install on linux and revert to a single user install 
you need to remove your NIX_REMOTE variable
or just set it to export NIX_REMOTE=

so this is blank and not calling the daemon - as you are installing without it for single user
@Iliannnn
Iliannnn / Discord.js-v13-Events.md
Last active October 19, 2023 23:59
Discord.js v13 Events - Cheatsheet

Discord.js v13 Events

An overview of all events in Discord.js v13 with examples.

📢 | Last updated: 27 July 2022

ℹ️ | client references to your client instance.

ℹ️ | The v14 overview can be found here.

// ==UserScript==
// @name FLVS Navbar Changer
// @namespace http://tampermonkey.net/
// @version 0.4
// @description Changes the Navbar height between 0, or original height
// @author cat-loaf
// @match https://learn.flvs.net/*
// @icon https://www.google.com/s2/favicons?domain=flvs.net
// ==/UserScript==
@berkorbay
berkorbay / github_desktop_ubuntu.md
Last active June 24, 2024 00:44
To install Github Desktop for Ubuntu

IMPORTANT

See the following links for further updates to Github Desktop for Ubuntu. These are official instructions. (also mentioned by fetwar on Nov 3, 2023)

For the sake of "maintaining the tradition" here is the updated version.

@climateamante
climateamante / default.gitpod.bashrc
Created November 22, 2019 15:23
default gitpod bashrc
###############################################################################
########## Gitpod - prepend
###############################################################################
# Prompt color and bash_completion
export PS1='\[\e]0;\u \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u\[\033[00m\] \[\033[01;34m\]\w \$ \[\033[00m\]'
#source /etc/bash_completion
@sundowndev
sundowndev / GoogleDorking.md
Last active June 29, 2024 22:19
Google dork cheatsheet

Google dork cheatsheet

Search filters

Filter Description Example
allintext Searches for occurrences of all the keywords given. allintext:"keyword"
intext Searches for the occurrences of keywords all at once or one at a time. intext:"keyword"
inurl Searches for a URL matching one of the keywords. inurl:"keyword"
allinurl Searches for a URL matching all the keywords in the query. allinurl:"keyword"
intitle Searches for occurrences of keywords in title all or one. intitle:"keyword"
// Discord all events!
// A quick and dirty fleshing out of the discord.js event listeners (not tested at all!)
// listed here -> https://discord.js.org/#/docs/main/stable/class/Client
// Learn from this, do not just copy it mofo!
//
// Saved to -> https://gist.github.com/koad/316b265a91d933fd1b62dddfcc3ff584
// Last Updated -> Halloween 2022
/*
@wolfv6
wolfv6 / switch_sound.sh
Last active September 10, 2023 17:23
switch_sound.sh is a script that switches between speaker and headphone with one mouse click.
#!/bin/bash
################################### license ##################################
# switch_sound.sh is a script that switches between speaker and headphone with one mouse click.
# Written in 2018 by Wolfram Volpi, contact at https://gist.github.com/wolfv6/df6deb2ac7667d16d621d6da79ef99e0
# To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide.
# This software is distributed without any warranty.
# You should have received a copy of the CC0 Public Domain Dedication along with this software.
# If not, see http://creativecommons.org/publicdomain/zero/1.0/.
@gboudreau
gboudreau / AuthyToOtherAuthenticator.md
Last active June 28, 2024 14:47 — forked from Ingramz/AuthyToOtherAuthenticator.md
Export TOTP tokens from Authy