Manager for Device Events and Files systemd-update-utmp.service loaded active exited Update UTMP about System Boot/Shutdown systemd-user-sessions.service loaded active exited Permit User Sessions unattended-upgrades.service loaded active running Unattendedadmin@i-0698a665f0c5ecc54:~$ systemctl status flaskapp ● flaskapp.service - Flask Application Loaded: loaded (/etc/systemd/system/flaskapp.service; enabled; vendor preset: enabled) Active: active (running) since Wed 2023-12-06 15:26:25 UTC; 6min ago Main PID: 576 (python3) Tasks: 1 (limit: 521) Memory: 21.5M CPU: 357ms CGroup: /system.slice/flaskapp.service └─576 /usr/bin/python3 /home/admin/webserver.py Dec 06 15:26:25 i-0698a665f0c5ecc54 systemd[1]: Started Flask Application. Dec 06 15:26:25 i-0698a665f0c5ecc54 python3[576]: * Serving Flask app 'webserver' Dec 06 15:26:25 i-0698a665f0c5ecc54 python3[576]: * Debug mode: off Dec 06 15:26:26 i-0698a665f0c5ecc54 python3[576]: WARNING: This is a development server. Do not use it in a production deployment. Use a product> Dec 06 15:26:26 i-0698a665f0c5ecc54 python3[576]: * Running on http://127.0.0.1:5000 Dec 06 15:26:26 i-0698a665f0c5ecc54 python3[576]: Press CTRL+C to quit admin@i-0698a665f0c5ecc54:~$
paris/i-0698a665f0c5ecc54
by SadServersMore by SadServers
nvme0n1 259:0 0 8G 0 disk ├─nvme0n1p1 259:2 0 7.9G 0 part / ├─nvme0n1p14 259:3 0 3M 0 part └─nvme0n1p15 259:4 0 124M 0 part /boot/efi nvme2n1 259:1 0 1G 0 disk nvme1n1 259:5 0 1G 0 disk admin@i-09cf4af9b2e96eac2:~$ df -h Filesystem Size Used Avail Use% Mounted on udev 217M 0 217M 0% /dev tmpfs 46M 368K 46M 1% /run /dev/nvme0n1p1 7.7G 6.1G 1.2G 84% / tmpfs 228M 12K 228M 1% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock /dev/nvme0n1p15 124M 5.9M 118M 5% /boot/efi admin@i-09cf4af9b2e96eac2:~$
kihei/i-09cf4af9b2e96eac2 00:13
by SadServers[sudo] password for admin: sudo: a password is required admin@i-08d9171e79c13ea09:~$ sudo -i We trust you have received the usual lecture from the local System Administrator. It usually boils down to these three things: #1) Respect the privacy of others. #2) Think before you type. #3) With great power comes great responsibility. [sudo] password for admin: sudo: a password is required admin@i-08d9171e79c13ea09:~$
paris/i-08d9171e79c13ea09 04:04
by SadServersadmin@i-04a6cc5c484ecf4e5:~$ cd /home/admin/ admin@i-04a6cc5c484ecf4e5:~$ ./kihei panic: exit status 1 goroutine 1 [running]: main.main() ./main.go:64 +0x47d admin@i-04a6cc5c484ecf4e5:~$ strace ./kihei &> output.txt admin@i-04a6cc5c484ecf4e5:~$ vi output.txt admin@i-04a6cc5c484ecf4e5:~$ tail -n 10 o