kihei/i-0cd15b190b867f346
by SadServersMore by SadServers
nvme1n1 259:1 0 1G 0 disk nvme2n1 259:5 0 1G 0 disk root@i-043dab6b958462a19:~# pvs PV VG Fmt Attr PSize PFree /dev/sdb lvm2 --- 1.00g 1.00g /dev/sdc lvm2 --- 1.00g 1.00g root@i-043dab6b958462a19:~# vgcreate /dev/sdb /dev/sdc /dev/sdb: already exists in filesystem Run `vgcreate --help' for more information. root@i-043dab6b958462a19:~# vgcreate my_vg /dev/sdb /dev/sdc Volume group "my_vg" successfully created root@i-043dab6b958462a19:~# vgs VG #PV #LV #SN Attr VSize VFree my_vg 2 0 0 wz--n- 1.99g 1.99g root@i-043dab6b958462a19:~# pvcreate -L 1,99 -n
kihei/i-043dab6b958462a19 07:58
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 SadServersadmin@i-0eb2b2fb37bbcf158:~$ mkdir /tmp/kihei admin@i-0eb2b2fb37bbcf158:~$ ^[[200~mount -t tmpfs -o size=2G tmpfs /tmp/kihei bash: $'\E[200~mount': command not found admin@i-0eb2b2fb37bbcf158:~$ mount -t tmpfs -o size=2G tmpfs /tmp/kihei mount: /tmp/kihei: must be superuser to use mount. admin@i-0eb2b2fb37bbcf158:~$ sudo mount -t tmpfs -o size=2G tmpfs /tmp/kihei