Skip to content

Instantly share code, notes, and snippets.

View schooldanlp6's full-sized avatar
💭
pls help me with my project - fANCY

DanLP6 schooldanlp6

💭
pls help me with my project - fANCY
View GitHub Profile
@delfer
delfer / install-outline.sh
Last active January 19, 2025 15:35
Instal Outline Server without Docker
# Tested on:
# - Ubuntu 20.04 LTS
# - Ubuntu 22.04.2 LTS
#
# Tested with https://github.com/Jigsaw-Code/outline-server/commit/9a3498112d5f7c59f7017e1666678e2921fad46f from May 16 2024
# Install prerequirements
# 7zip to extract zip
apt install p7zip-full
# task to run app
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
@supersonictw
supersonictw / ollama-export.sh
Last active September 8, 2025 17:01
Ollama Model Export Script
#!/bin/bash
# Ollama Model Export Script
# Usage: bash ollama-export.sh vicuna:7b
# SPDX-License-Identifier: MIT (https://ncurl.xyz/s/o_o6DVqIR)
# https://gist.github.com/supersonictw/f6cf5e599377132fe5e180b3d495c553
# Interrupt if any error occurred
set -e
# Declare
@DavidBuchanan314
DavidBuchanan314 / rainbow_table.txt
Created February 24, 2021 14:13
4-digit pin code sha256 rainbow table
hash pin
00037f 1039
00039a 3633
000c15 5848
0013fa 8554
00150b 2650
0020a5 9940
0029f4 8536
002abd 9004