admin@i-0ce4088ffc36025b0:~$ netstt -ntlup bash: netstt: command not found admin@i-0ce4088ffc36025b0:~$ netstat -ntlup (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN - tcp 0 0 127.0.0.1:5000 0.0.0.0:* LISTEN - tcp6 0 0 :::22 :::* LISTEN - tcp6 0 0 :::6767 :::* LISTEN 563/sadagent tcp6 0 0 :::8080 :::* LISTEN 562/gotty udp 0 0 127.0.0.1:323 0.0.0.0:* - udp 0 0 0.0.0.0:68 0.0.0.0:* - udp6 0 0 fe80::818:efff:fe26:546 :::* - udp6 0 0 ::1:323 :::* - admin@i-0ce4088ffc36025b0:~$ sudo netstat -ntlup We trust you have received the usual lecture from the local System Administrator. It usually boils down to these three things: #1) Respect the privacy of others. #2) Think before you type. #3) With great power comes great responsibility. [sudo] password for admin: Sorry, try again. [sudo] password for admin: sudo: 1 incorrect password attempt admin@i-0ce4088ffc36025b0:~$ ^C admin@i-0ce4088ffc36025b0:~$
paris/i-0ce4088ffc36025b0
by SadServersMore by SadServers
u_str ESTAB 0 0 * 11417 u_str ESTAB 0 0 /run/systemd/journal/stdout 10756 u_str ESTAB 0 0 /run/systemd/journal/stdout 10757 u_str ESTAB 0 0 * 10588 u_str ESTAB 0 0 * 8888 u_str ESTAB 0 0 /run/systemd/journal/stdout 8911 u_str ESTAB 0 0 * 10605 u_str ESTAB 0 0 * 10597 u_str ESTAB 0 0 * 10587 u_str ESTAB 0 0 * 10571 u_str ESTAB 0 0 /run/systemd/journal/stdout 10747 u_str ESTAB 0 0 /run/systemd/journal/stdout 10770 u_str ESTAB 0 0 /run/systemd/journal/stdout 10771 tcp ESTAB 0 0 [::ffff:172.31.46.140]:http-alt [::ffff:172.31admin@i-05640abf76c220ed1:~$ netstat -tulp
paris/i-05640abf76c220ed1 00:50
by SadServerstage of Voter Turnout/Pourcentage de la participation électorale,Elected Candidaadmin@i-04f112c0886f6813b:~$ head table_tableau11.csv -n 2 Province,Electoral District Name/Nom de circonscription,Electoral District Numbon,Population,Electors/Électeurs,Polling Stations/Bureaux de scrutin,Valid Ballontage of Valid Ballots /Pourcentage des bulletins valides,Rejected Ballots/Bulle Rejected Ballots /Pourcentage des bulletins rejetés,Total Ballots Cast/Total detage of Voter Turnout/Pourcentage de la participation électorale,Elected Candida"Newfoundland and Labrador/Terre-Neuve-et-Labrador","Avalon",10001,81540,68487,2,61.7,"McDonald, Ken Liberal/Libéral" admin@i-04f112c0886f6813b:~$ python3 Python 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] on linux Type "help", "copyright", "credits" or "license" for more information. >>> with open("table_tableau11.csv") as fp: ... for i in fp.readlines