kihei/i-05772b21c1bf14882
by SadServersMore by SadServers
admin@i-06ffba3806366c0c8:~$ cat .ansible/ .bash_history .bash_logout .bashrc .config/ .profile .ssh/ agent/ station_information.json admin@i-06ffba3806366c0c8:~$ cat ^C admin@i-06ffba3806366c0c8:~$ jq . station_information.json | head 10 head: cannot open '10' for reading: No such file or directory Error: writing output failed: Broken pipe admin@i-06ffba3806366c0c8:~$ jq . station_information.json | head 10
unimak/i-06ffba3806366c0c8 00:42
by SadServersnvme1n1 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 SadServersTasks: 1 (limit: 521) Memory: 21.5M CPU: 394ms CGroup: /system.slice/flaskapp.service └─574 /usr/bin/python3 /home/admin/webserver.py Dec 15 08:20:08 i-003e48bbc8151d53a systemd[1]: Started Flask Application. Dec 15 08:20:09 i-003e48bbc8151d53a python3[574]: * Serving Flask app 'webserveDec 15 08:20:09 i-003e48bbc8151d53a python3[574]: * Debug mode: off Dec 15 08:20:09 i-003e48bbc8151d53a python3[574]: WARNING: This is a developmentDec 15 08:20:09 i-003e48bbc8151d53a python3[574]: * Running on http://127.0.0.1Dec 15 08:20:09 i-003e48bbc8151d53a python3[574]: Press CTRL+C to quit admin@i-003e48bbc8151d53a:~$ vim /etc/systemd/system/flaskapp.service admin@i-003e48bbc8151d53a:~$ vim /home/admin/webserver.py admin@i-003e48bbc8151d53a:~$ system