command-line-murders/i-02dfe0b0c69bdbd86
by SadServersMore by SadServers
text-user-interface -- TUI is the GDB text based interface. tracepoints -- Tracing of program execution without stopping the program. user-defined -- User-defined commands. Type "help" followed by a class name for a list of commands in that class. Type "help all" for the list of all commands. Type "help" followed by command name for full documentation. Type "apropos word" to search for commands related to "word". Type "apropos -v word" for full documentation of commands related to "word". Command name abbreviations are allowed if unambiguous. (gdb) data Undefined command: "data". Try "help". (gdb) stack Undefined command: "stack". Try "help". (gdb)
kihei/i-0648df0d30c9bc09b 06:09
by SadServerstmpfs 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-032d3ffe9fedd91fa:~$ sudo df -h Filesystem Size Used Avail Use% Mounted on udev 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-032d3ffe9fedd91fa:~$ cd /usr admin@i-032d3ffe9fedd91fa:/usr$ ls bin games include lib lib32 lib64 libexec libx32 local sbin share srcadmin@i-032d3ffe9fedd91fa:/usr$ c
kihei/i-032d3ffe9fedd91fa 01:31
by SadServersadmin@i-0922830d655d595af:~$ vgcreate data-vg /dev/nvme1n1 WARNING: Running as a non-root user. Functionality may be unavailable. /run/lock/lvm/P_global:aux: open failed: Permission denied admin@i-0922830d655d595af:~$ sudo vgcreate data-vg /dev/nvme1n1 Physical volume "/dev/nvme1n1" successfully created. Volume group "data-vg" successfully created admin@i-0922830d655d595af:~$ vgs WARNING: Running as a non-root user. Functionality may be unavailable. /run/lock/lvm/P_global:aux: open failed: Permission denied admin@i-0922830d655d595af:~$ sudo vgs VG #PV #LV #SN Attr VSize VFree data-vg 1 0 0 wz--n- 1020.00m 1020.00m admin@i-0922830d655d595af:~$ sudo vgcreate data-vg /dev/nvme2n1 A volume group called data-vg already exists. admin@i-0922830d655d595af:~$ sudo vgextend data-vg /d