paris/i-0c826a6b275be070d
by SadServersMore by SadServers
})" admin@i-032f08c56ca9f458a:~$ echo "${HTTP_REQUEST}" >&"${NFD}" admin@i-032f08c56ca9f458a:~$ while read -u "${NFD}" lz ; do echo "${lz}" done admin@i-032f08c56ca9f458a:~$ exec {NFD}>&- admin@i-032f08c56ca9f458a:~$ lynx bash: lynx: command not found admin@i-032f08c56ca9f458a:~$ nc usage: nc [-46CDdFhklNnrStUuvZz] [-I length] [-i interval] [-M ttl] [-m minttl] [-O length] [-P proxy_username] [-p source_port] [-q seconds] [-s sourceaddr] [-T keyword] [-V rtable] [-W recvlimit] [-w timeout] [-X proxy_protocol] [-x proxy_address[:port]] [destination] [port] admin@i-032f08c56ca9f458a:~$ /usr/bin/printf 'GET / \n' | nc localhost 8
paris/i-032f08c56ca9f458a 05:20
by SadServersPhysical volume "/dev/nvme1n1" successfully created. Physical volume "/dev/nvme2n1" successfully created. admin@i-03eb810c59173e466:~$ vgcreate vg /dev/nvme1n1 /dev/nvme2n1 WARNING: Running as a non-root user. Functionality may be unavailable. /run/lock/lvm/P_global:aux: open failed: Permission denied admin@i-03eb810c59173e466:~$ sudo vgcreate vg /dev/nvme1n1 /dev/nvme2n1 Volume group "vg" successfully created admin@i-03eb810c59173e466:~$ lvcreate -n lv -l 100%FREE vg WARNING: Running as a non-root user. Functionality may be unavailable. /dev/mapper/control: open failed: Permission denied Failure to communicate with kernel device-mapper driver. Incompatible libdevmapper 1.02.175 (2021-01-08) and kernel driver (unknown ver striped: Required device-mapper target(s) not detected in your kernel. Run `lvcreate --help' for more information. admin@i-03eb810c59173e466:~$ lvcreate -n lv -l 100%FREE vg
kihei/i-03eb810c59173e466 05:03
by SadServersDec 16 19:58:09 i-087a04010afc840a2 sudo[686]: pam_unix(sudo:session): session o) by (uid=1000) root@i-087a04010afc840a2:/home/admin# ^C root@i-087a04010afc840a2:/home/admin# tail -f /etc/systemd/system/gotty.service [Service] User=admin Group=admin ExecStart=/usr/local/gotty --permit-write --reconnect --max-connection 5 bash -lWorkingDirectory=/home/admin Restart=on-failure Nice=-20 [Install] WantedBy=multi-user.target