Skip to content

Instantly share code, notes, and snippets.

View PRO-2684's full-sized avatar
🪄
Making the world a better place

PRO PRO-2684

🪄
Making the world a better place
View GitHub Profile
@0xdevalias
0xdevalias / reverse-engineering-webpack-apps.md
Last active February 13, 2025 16:24
Some notes and techniques for reverse engineering Webpack (and a little bit about React/Vue/Angular) apps
@ant1fact
ant1fact / install.sh
Created February 20, 2022 12:33
Install python3.10 as python on ubuntu 20.04
# Setup
sudo apt update && sudo apt upgrade -y
sudo apt install software-properties-common -y
sudo add-apt-repository ppa:deadsnakes/ppa -y
# Python 3.10
sudo apt install python3.10
sudo apt install python3.10-dev
sudo apt install python3.10-distutils
sudo apt install python3.10-venv
@3v1n0
3v1n0 / vscode-unused-workspace-storage-cleanup.sh
Last active January 29, 2025 18:43
VSCode unused workspaceStorage cleanup
#!/bin/bash
CONFIG_PATH=~/.config/Code
for i in $CONFIG_PATH/User/workspaceStorage/*; do
if [ -f $i/workspace.json ]; then
folder="$(python3 -c "import sys, json; print(json.load(open(sys.argv[1], 'r'))['folder'])" $i/workspace.json 2>/dev/null | sed 's#^file://##;s/+/ /g;s/%\(..\)/\\x\1/g;')"
if [ -n "$folder" ] && [ ! -d "$folder" ]; then
echo "Removing workspace $(basename $i) for deleted folder $folder of size $(du -sh $i|cut -f1)"
@Barneybook
Barneybook / Telegram_it_group_list.md
Last active February 9, 2025 09:00
Telegram 資訊相關 群組清單