|
11 months ago | |
---|---|---|
.gitattributes | 11 months ago | |
.gitignore | 4 years ago | |
LICENSE | 11 months ago | |
Makefile | 4 years ago | |
README.md | 11 months ago | |
c3woc | 2 years ago | |
c3woc.png | 2 years ago | |
meta.ffbsee.net | 2 years ago | |
pixelflut.c | 11 months ago | |
waffelteller | 11 months ago | |
waffle.jpeg | 11 months ago |
Der versuch irgend wie so ein Pixelflut zu bauen….
Verbesserungsvorschläge immer wilkommen!
convert avatar.png -format % txt: | cut -d" " -f1,4 | sed s/\:\ \#/\ /g | sed s/,/\ /g | sed s/^/\ \ \ \ dprintf\(fd,\ \"PX\ /g | sed s/FF$/\\\\n\"\)\;/g | sed s/PX\ /PX\ 1/g | sed 's/$/\\n"\);/g' >> waffelflut.c
# Then add start and end from cscript pixelflut.c
wget https://git.see-base.de/l3d/pixelflood_client/raw/main/c3woc -O /root/c3woc
chmod +x /root/c3woc
apt install -y tmux htop iftop
@reboot sleep 5; tmux new-session -d "while true; do /root/c3woc <IP> 1234; done "