command-line-murders/i-074154c0d0cbab36c
by SadServersMore by SadServers
Config file(s): /etc/rabbitmq/conf.d/10-defaults.conf Starting broker...2023-10-01 18:19:56.635743+00:00 [info] <0.230.0> 2023-10-01 18:19:56.635743+00:00 [info] <0.230.0> node : rabbit@rabbi2023-10-01 18:19:56.635743+00:00 [info] <0.230.0> home dir : /var/lib/rab2023-10-01 18:19:56.635743+00:00 [info] <0.230.0> config file(s) : /etc/rabbitmf 2023-10-01 18:19:56.635743+00:00 [info] <0.230.0> cookie hash : gnzLDuqKcGxM2023-10-01 18:19:56.635743+00:00 [info] <0.230.0> log(s) : <stdout> 2023-10-01 18:19:56.635743+00:00 [info] <0.230.0> data dir : /var/lib/rabitmq1
chennai/i-0898be816234a16a5 12:22
by SadServers#1) Respect the privacy of others. #2) Think before you type. #3) With great power comes great responsibility. [sudo] password for admin: sudo: a password is required admin@i-033b6c6ec40e2452e:~$ lsof -i :5000 admin@i-033b6c6ec40e2452e:~$ netstat -ano | findstr :5000 bash: findstr: command not found admin@i-033b6c6ec40e2452e:~$ ls agent webserver.py admin@i-033b6c6ec40e2452e:~$ cat webserver.py cat: webserver.py: Permission denied admin@i-033b6c6ec40e2452e:~$ cat webserver.py
paris/i-033b6c6ec40e2452e 01:56
by SadServerstext-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 SadServers├─nvme0n1p14 259:4 0 3M 0 part └─nvme0n1p15 259:5 0 124M 0 part /boot/efi nvme2n1 259:2 0 1G 0 disk admin@i-0b82e8e919c3f0e03:~$ sudo pvcreate /dev/nvme1n1 /dev/nvme2n1 Physical volume "/dev/nvme1n1" successfully created. Physical volume "/dev/nvme2n1" successfully created. admin@i-0b82e8e919c3f0e03:~$ sudo pvs PV VG Fmt Attr PSize PFree /dev/sdb lvm2 --- 1.00g 1.00g /dev/sdc lvm2 --- 1.00g 1.00g admin@i-0b82e8e919c3f0e03:~$ sudo vgcreate VG_ /dev/sdb /dev/sdc Volume group "VG_" successfully created admin@i-0b82e8e919c3f0e03:~$ sudo lvcreate --name LV_ -l 100%FREE VG_ Logical volume "LV_" created. admin@i-0b82e8e919c3f0e03:~$ sudo mkfs.ext4 /