Skip to content

Instantly share code, notes, and snippets.

View c0mpile's full-sized avatar

c0mpile c0mpile

View GitHub Profile
method return time=1772670250.801471 sender=:1.242 -> destination=:1.270 serial=8 reply_serial=2
variant array [
struct {
int32 64
int32 64
array of bytes [
ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00 ff
00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00
00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00
00 ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00
# Enable Powerlevel10k instant prompt. Should stay close to the top of $HOME/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# Set ZDOTDIR if not already set (for better organization)
export ZDOTDIR="${ZDOTDIR:-$HOME/.zsh}"
#!/bin/bash
find . -maxdepth 1 -type f -print0 | while IFS= read -r -d $'\0' file;
do
filename=$(basename "$file")
if [ "$filename" = "move.sh" ] || [ "$filename" =
"organize_files.sh" ]; then
continue
#!/bin/bash
vopono exec --provider custom --custom ~/.config/vpn/wg-rtorrent.conf --protocol wireguard --custom-port-forwarding protonvpn -i enp7s0 --custom-netns-name rtorrent --postup ~/.config/vpn/rtorrent_postup.sh /usr/bin/rtorrent
#!/bin/bash
sed -i 's/network.port_range.set = [0-9]*-[0-9]*/network.port_range.set = '"$VOPONO_FORWARDED_PORT"'-'"$VOPONO_FORWARDED_PORT"'/g' ~/.rtorrent.rc