kihei/i-05ecaf7ad85aff174
by SadServersMore by SadServers
#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-03a33d25bb83c1431:~$ ls agent webserver.py admin@i-03a33d25bb83c1431:~$ su ^C admin@i-03a33d25bb83c1431:~$ ls -l total 8 drwxr-xr-x 2 admin root 4096 Sep 24 23:20 agent -rwxrwx--- 1 root root 360 Sep 24 23:20 webserver.py admin@i-03a33d25bb83c1431:~$ python3
paris/i-03a33d25bb83c1431 02:18
by SadServersJan 02 08:42:39 i-06e56fbb61602f300 python3[580]: 127.0.0.1 - - [02/Jan/2025 08:admin@i-06e56fbb61602f300:~$ curl http://127.0.0.1:5000 Unauthorizedadmin@i-06e56fbb61602f300:~$ sudo su 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: [2]+ Stopped sudo su admin@i-06e56fbb61602f300:~$
paris/i-06e56fbb61602f300 02:19
by SadServers4.0K /opt du: cannot access '/proc/923/task/923/fd/4': No such file or directory du: cannot access '/proc/923/task/923/fdinfo/4': No such file or directory du: cannot access '/proc/923/fd/3': No such file or directory du: cannot access '/proc/923/fdinfo/3': No such file or directory 0 /proc 60K /root 384K /run 0 /sbin 4.0K /srv 0 /sys 40K /tmp 755M /usr 281M /var root@i-05312dad7e1185a46:/home/admin#
kihei/i-05312dad7e1185a46 04:27
by SadServersgzip -c file1 file2 > foo.gz If you want to recompress concatenated files to get better compression, d gzip -cd old.gz | gzip > new.gz If a compressed file consists of several members, the uncompressed size a the --list option applies to the last member only. If you need the unco members, you can use: gzip -cd file.gz | wc -c If you wish to create a single archive file with multiple members so that Manual page gzip(1) line 187 (press h for help or q to quit)