kihei/i-0c924a99f49c193fc
by SadServersMore by SadServers
--key FILE The key file to use when specifying a certificate. --reload / --no-reload Enable or disable the reloader. By default the reloader is active if debug is enabled. --debugger / --no-debugger Enable or disable the debugger. By default the debugger is active if debug is enabled. --with-threads / --without-threads Enable or disable multithreading. --extra-files PATH Extra files that trigger a reload on change. Multiple paths are separated by ':'. --exclude-patterns PATH Files matching these fnmatch patterns will not trigger a reload on change. Multiple patterns are separated by ':'. --help Show this message and exit. admin@i-0a7121b58e7b89b1f:~$ flask run webserver.py
paris/i-0a7121b58e7b89b1f 02:47
by SadServersudev 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-0ea6334cf688c896b:~$ lsblk -l NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT nvme1n1 259:0 0 1G 0 disk nvme0n1 259:1 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:5 0 1G 0 disk admin@i-0ea6334cf688c896b:~$ p
kihei/i-0ea6334cf688c896b 04:47
by SadServers0 LVM physical volume whole disks 0 LVM physical volumes admin@i-02cd5fb1b51af0596:~$ sudo pvcreate /dev/sdb Physical volume "/dev/sdb" successfully created. admin@i-02cd5fb1b51af0596:~$ sudo pvcreate /dev/sdc Physical volume "/dev/sdc" successfully created. admin@i-02cd5fb1b51af0596:~$ sudo vgcreate vg No command with matching syntax recognised. Run 'vgcreate --help' for more in Correct command syntax is: vgcreate VG_new PV ... admin@i-02cd5fb1b51af0596:~$ sudo vgextend vg /dev/sdb Volume group "vg" not found Cannot process volume group vg admin@i-02cd5fb1b51af0596:~$ sudo vgcreate vg /d
kihei/i-02cd5fb1b51af0596 07:09
by SadServersCOMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME gotty 546 admin 6u IPv6 10655 0t0 TCP *:http-alt (LISTEN) gotty 546 admin 7u IPv6 11010 0t0 TCP ip-172-31-39-38.us-east-2.co-172-31-16-109.us-east-2.compute.internal:40862 (ESTABLISHED) sadagent 547 admin 7u IPv6 10631 0t0 TCP *:6767 (LISTEN) admin@i-0ec94a674eea95352:~$ nc localhost:5000 & [1] 899 admin@i-0ec94a674eea95352:~$ nc: missing port number nc -lvvp localhost:5000 nc: getaddrinfo: Servname not supported for ai_socktype [1]+ Exit 1 nc localhost:5000 admin@i-0ec94a674eea95352:~$ fg bash: fg: current: no such job admin@i-0ec94a674eea95352:~$ nc localhost 5000