191 subscribers
38 photos
7 videos
11 files
749 links
Deployed is about FOSS , selfhosting and testing software on the raspberry pi , degoogling and modding android.
Stuff from here end up as blogposts at
https://ippocratis.github.io
Download Telegram
Switched to

arm64v8/amazoncorretto:11

Fixed 500 errors

Added persisted db

https://ippocratis.github.io/brave/
ssh tunnel

ssh -L 8888:192.168.1.254:80 pi@100.84.175.124
srt offset

pip install pysrt

python3 -c '
import os
import pysrt

offset_ms = -18000 # 18 seconds = 18000 milliseconds

for filename in os.listdir("."):
if filename.endswith(".srt"):
subs = pysrt.open(filename)
subs.shift(milliseconds=offset_ms)
subs.save("shifted_" + filename)
'
One click remote Dir panic wipe


ssh-keygen -t rsa -b 4096

ssh-copy-id ippo@192.168.1.24

mkdir -p ~/.shortcuts

#!/data/data/com.termux/files/usr/bin/bash



# Εκτέλεση απομακρυσμένης εντολής στο παρασκήνιο
nohup ssh ippo@192.168.1.24 'find "/run/media/ippo/TOSHIBA/mydir" -type f -exec shred -uz {} \; && rm -rf "/run/media/ippo/TOSHIBA/mydir"' > /dev/null 2>&1 &

# Ειδοποίηση μετά την εκκίνηση
termux-toast " Διαγραφή ξεκίνησε στο παρασκήνιο"





chmod +x ~/.shortcuts/delete_mydir.sh

pkg install termux-api
Local lan https

Caddyfile
https://192.168.1.24:8443 {
reverse_proxy 127.0.0.1:32080
tls internal
}

You may need to install the caddy root cert on the client device

/var/lib/caddy/pki/authorities/local/root.crt
👍2
Most well organized list I've seen
Localsned CLI version