command-line-murders/i-09a7631fb5e1cb879
by SadServersMore by SadServers
write(2, "64", 264) = 2 write(2, " +", 2 +) = 2 write(2, "0x47d", 50x47d) = 5 write(2, "\n", 1 ) = 1 exit_group(2) = ? +++ exited with 2 +++ admin@i-03d92ba4a2004b7d1:~$ ./kihei -v Creating file /home/admin/data/newdatafile with size 1.5GB... panic: exit status 1 goroutine 1 [running]: main.main() ./main.go:64 +0x47d admin@i-03d92ba4a2004b7d1:~$ lsblk -
kihei/i-03d92ba4a2004b7d1 03:17
by SadServersadmin@i-0c58d5490af9b8429:~$ git diff webserver_v1.py fatal: ambiguous argument 'webserver_v1.py': unknown revision or path not in theUse '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' admin@i-0c58d5490af9b8429:~$ git cat webserver_v1.py git: 'cat' is not a git command. See 'git --help'. The most similar commands are clean mktag stage stash tag var admin@i-0c58d5490af9b8429:~$
monaco/i-0c58d5490af9b8429 03:23
by SadServers<p>The requested URL was not found on the server. If you entered the URL manualladmin@i-0e78d8c54dffc14fe:~$ curl -XGET localhost:5000/admin <!doctype html> <html lang=en> <title>404 Not Found</title> <h1>Not Found</h1> <p>The requested URL was not found on the server. If you entered the URL manualladmin@i-0e78d8c54dffc14fe:~$ curl -XGET localhost:5000/foob <!doctype html> <html lang=en> <title>404 Not Found</title> <h1>Not Found</h1> <p>The requested URL was not found on the server. If you entered the URL manualladmin@i-0e78d8c54dffc14fe:~$ curl -XGET localhost:5000/../ Unauthorizedadmin@i-0e78d8c54dffc14fe:~$ curl -XGET localhost:5000/../..
paris/i-0e78d8c54dffc14fe 06:33
by SadServersadmin@i-072d28a9ffafc9157:~$ systemctl edit flaskapp.service Failed to create directories for "/etc/systemd/system/flaskapp.service.d/overridadmin@i-072d28a9ffafc9157:~$ systemctl cat flaskapp.service # /etc/systemd/system/flaskapp.service [Unit] Description=Flask Application After=network.target [Service] ExecStart=/usr/bin/python3 /home/admin/webserver.py [Install] WantedBy=multi-user.target admin@i-072d28a9ffafc9157:~$ vim /etc/systemd/system/flaskapp.service