mirror of
https://github.com/K9T33NwthTookThis/RPC-info-dumper.git
synced 2025-07-18 22:46:10 +00:00
Compare commits
No commits in common. "7316d178dcf0d636025f936dd961df31365d9366" and "f5e3dddaa88812915268a63ce3d4a05036db8932" have entirely different histories.
7316d178dc
...
f5e3dddaa8
@ -6,8 +6,6 @@ if [[ $EUID -ne 0 ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
printf "version info:" > /tmp/rpc-dump.txt
|
printf "version info:" > /tmp/rpc-dump.txt
|
||||||
# pi model/device
|
|
||||||
uname -a >> /tmp/rpc-dump.txt
|
|
||||||
cat /proc/version >> /tmp/rpc-dump.txt
|
cat /proc/version >> /tmp/rpc-dump.txt
|
||||||
|
|
||||||
printf "\n journalctl:" >> /tmp/rpc-dump.txt
|
printf "\n journalctl:" >> /tmp/rpc-dump.txt
|
||||||
@ -34,4 +32,4 @@ getent passwd | while IFS=: read -r name password uid gid gecos home shell; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
cat /tmp/rpc-dump.txt
|
cat /tmp/rpc-dump.txt
|
||||||
curl -F'file=@/tmp/rpc-dump.txt' -A "raspberry-pi-community info reporter, <cameron@humaneyestudio.co.uk>" https://0x0.st
|
curl -F'file=@/tmp/rpc-dump.txt' -A "raspberry-pi-community info reporter, <cameron@humaneyestudio.co.uk>" https://0x0.st
|
Loading…
x
Reference in New Issue
Block a user