paris/i-085653597bb6a4090
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 SadServersflags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov r sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_goodxtd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 movbe popcnnd hypervisor lahf_lm cmp_legacy cr8_legacy abm sse4a misalignsse 3dnowprefetch bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 clnrip_save bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypabogomips : 4399.98 TLB size : 2560 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: admin@i-03f435703b3de22f0:~$
kihei/i-03f435703b3de22f0 00:40
by SadServersLogical volume "my_lv" created. admin@i-08fd4969dab4ed48f:~$ sudo mkfs.ext4 /dev/my_vg/my_lv mke2fs 1.46.2 (28-Feb-2021) Creating filesystem with 472064 4k blocks and 118080 inodes Filesystem UUID: cd7eddd3-af99-4128-aa7f-a01899708b6c Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912 Allocating group tables: done Writing inode tables: done Creating journal (8192 blocks): done Writing superblocks and filesystem accounting information: done admin@i-08fd4969dab4ed48f:~$ sudo mount /dev/my_vg/my_lv /mnt/my_mount_point