Comments on: Useful Commands to Create Commandline Chat Server and Remove Unwanted Packages in Linux https://www.tecmint.com/linux-commandline-chat-server-and-remove-unwanted-packages/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 13 Jul 2023 08:18:50 +0000 hourly 1 By: joon lee https://www.tecmint.com/linux-commandline-chat-server-and-remove-unwanted-packages/comment-page-1/#comment-1485695 Tue, 04 May 2021 19:03:53 +0000 http://www.tecmint.com/?p=13145#comment-1485695 I have a question as following and I am a very beginner at Linux.

(for addr in {1..254}; do for port in {20..23} 80; do nc -nvzw 1 10.25.0.$addr $port 2>&1; done& done) | grep ‘open’

I got to the understanding of for the address in 1 through 254 use port 80 of (port20 to 23), then netcat of 1.10.25.0…

I lack understanding after port 80, could you please help me out?

thank you in a million

]]>
By: Rod Deluhery https://www.tecmint.com/linux-commandline-chat-server-and-remove-unwanted-packages/comment-page-1/#comment-1480355 Fri, 23 Apr 2021 21:47:37 +0000 http://www.tecmint.com/?p=13145#comment-1480355 Any way to get ssh to work on this so it’s encrypted in transit?

]]>
By: Kenny Hendrick https://www.tecmint.com/linux-commandline-chat-server-and-remove-unwanted-packages/comment-page-1/#comment-983673 Tue, 17 Apr 2018 22:39:09 +0000 http://www.tecmint.com/?p=13145#comment-983673 Oh I get it, this nc is for LOCAL network activity, huh?

When I try to do it via hostname or outward Ip address it fails returning:

This is nc from the netcat-openbsd package. An alternative nc is available
in the netcat-traditional package.
usage: nc [-46DdhklnrStUuvzC] [-i interval] [-P proxy_username] [-p source_port]
	  [-s source_ip_address] [-T ToS] [-w timeout] [-X proxy_protocol]
	  [-x proxy_address[:port]] [hostname] [port[s]]
]]>
By: Kenny Hendrick https://www.tecmint.com/linux-commandline-chat-server-and-remove-unwanted-packages/comment-page-1/#comment-983668 Tue, 17 Apr 2018 22:32:39 +0000 http://www.tecmint.com/?p=13145#comment-983668 Hey Allen,

If I have a server that is set up in pass-through (machine 1; not used in loop) is there a way to make this nc business work for me using machine 2 and machine 3 that are not in passthrough?
(*passthrough is at&t’s nomenclature for demilitarized I think).

I’ve already port forwarded a port to designate that machine 2 will host but still I cannot get machine 3 to connect…..arrrrggghhhh!!!! (now I can’t even get me to talk to me)

]]>
By: anonymous1999 https://www.tecmint.com/linux-commandline-chat-server-and-remove-unwanted-packages/comment-page-1/#comment-855257 Tue, 27 Dec 2016 13:12:11 +0000 http://www.tecmint.com/?p=13145#comment-855257 thank you.

]]>