kihei/i-04030e005632001c7
by SadServersMore by SadServers
lsof: unknown protocol name (5000) in: -i 5000 lsof 4.93.2 latest revision: https://github.com/lsof-org/lsof latest FAQ: https://github.com/lsof-org/lsof/blob/master/00FAQ latest (non-formatted) man page: https://github.com/lsof-org/lsof/blob/master/L usage: [-?abhKlnNoOPRtUvVX] [+|-c c] [+|-d s] [+D D] [+|-E] [+|-e s] [+|-f[gG]] [-F [f]] [-g [s]] [-i [i]] [+|-L [l]] [+m [m]] [+|-M] [-o [o]] [-p s] [+|-r [t]] [-s [p:s]] [-S [t]] [-T [t]] [-u s] [+|-w] [-x [fl]] [--] [names] Use the ``-h'' option to get more help information. admin@i-0dd9ca4bd7a358734:~$ ^Cof -i 5000 admin@i-0dd9ca4bd7a358734:~$ ps aux | grep upnp admin 828 0.0 0.1 5264 632 pts/1 S<+ 00:54 0:00 grep upnp admin@i-0dd9ca4bd7a358734:~$ systemctl | grep upnp admin@i-0dd9ca4bd7a358734:~$ journalctl | grep upnp admin@i-0dd9ca4bd7a358734:~$ lsof -i TLS
paris/i-0dd9ca4bd7a358734 04:34
by SadServersroot@i-0347f0aa3131a44e8:/home/admin# mount /dev/vg/lv /home/admin/data root@i-0347f0aa3131a44e8:/home/admin# mount /dev/vg/lv /home/admin/data mount: /home/admin/data: /dev/mapper/vg-lv already mounted on /home/admin/data. root@i-0347f0aa3131a44e8:/home/admin# ~/kihei bash: /root/kihei: No such file or directory root@i-0347f0aa3131a44e8:/home/admin# exit exit admin@i-0347f0aa3131a44e8:~$ ~/kihei panic: remove /home/admin/data/newdatafile: no such file or directory goroutine 1 [running]: main.main() ./main.go:62 +0x465 admin@i-0347f0aa3131a44e8:~$
kihei/i-0347f0aa3131a44e8 00:50
by SadServersadmin@i-072d9ea3aa14603ae:~$ sql sqldiff sqlite3 admin@i-072d9ea3aa14603ae:~$ sqlite3 SQLite version 3.34.1 2021-01-20 14:10:07 Enter ".help" for usage hints. Connected to a transient in-memory database. Use ".open FILENAME" to reopen on a persistent database. sqlite> .mode csv sqlite> .import table_tableau11.csv tt table_tableau11.csv:101: expected 13 columns but found 12 - filling the rest witsqlite> describe tt; Error: near "describe": syntax error sqlite> describe table tt; Error: near "describe": syntax error sqlite> . tt;