command-line-murders/i-0aecd8e997591131c
by SadServersMore by SadServers
-p, --program Show the PID and name of the program to which each socket belongs. -l, --listening Show only listening sockets. (These are omitted by default.) -a, --all Show both listening and non-listening sockets. With the --interfaces opt -F Print routing information from the FIB. (This is the default.) -C Manual page netstat(8) line 71 (press h for help or q to quit)
paris/i-0e419b6eddb51f1e5 01:54
by SadServerscurl: (7) Failed to connect to localhost port 13599: Connection refused curl: (7) Failed to connect to localhost port 13600: Connection refused curl: (7) Failed to connect to localhost port 13601: Connection refused curl: (7) Failed to connect to localhost port 13602: Connection refused curl: (7) Failed to connect to localhost port 13603: Connection refused curl: (7) Failed to connect to localhost port 13604: Connection refused curl: (7) Failed to connect to localhost port 13605: Connection refused curl: (7) Failed to connect to localhost port 13606: Connection refused curl: (7) Failed to connect to localhost port 13607: Connection refused curl: (7) Failed to connect to localhost port 13608: Connection refused curl: (7) Failed to connect to localhost port 13609: Connection refused curl: (7) Failed to connect to localhost port 13610: Connection refused curl: (7) Failed to connect to localhost port 13611: Connection refused curl: (7) Failed to connect to localhost port 13612: Connection refused
taipei/i-0f402b002ead5811c 08:12
by SadServersnvme1n1 259:4 0 1G 0 disk nvme2n1 259:5 0 1G 0 disk admin@i-0c9b4f9b00dfdb4e5:~$ sudo mount /dev/vg/lv /home/admin/data , chown -R amount: bad usage Try 'mount --help' for more information. admin@i-0c9b4f9b00dfdb4e5:~$ sudo mount /dev/vg/lv /home/admin/data mount: /home/admin/data: special device /dev/vg/lv does not exist. admin@i-0c9b4f9b00dfdb4e5:~$ vgcreate vg /dev/nvme1n1 /dev/nvme2n1 WARNING: Running as a non-root user. Functionality may be unavailable. /run/lock/lvm/P_global:aux: open failed: Permission denied admin@i-0c9b4f9b00dfdb4e5:~$ sudo vgcreate vg /dev/nvme1n1 /dev/nvme2n1 Volume group "vg" successfully created admin@i-0c9b4f9b00dfdb4e5:~$ sudo lvcreate -n lv -l 100%FREE vg Logical volume "lv" created. admin@i-0c9b4f9b00dfdb4e5:~$ sudo