host on LAN access through the Internet May 27, 2025 | No Comments | information, linux, port, server, ssh The following didn’t work for me but maybe it will help you, I hired the VPN and the dedicated IP through NordVPN. I have a […]
communicate 2 PCs via public IP with TCP or UDP May 23, 2025 | 1 Comment | console, information, linux, macos, message, messaging, nc, package, port, protocol, public_ip, server nc is a command-line tool called Netcat. It’s a very versatile network utility used to read and write data over network connections, using both the […]
communicate 2 PCs with P2P protocol May 7, 2025 | 9 Comments | information, java, message, messaging, P2P, port, protocol, public_ip One PC is a server, the other is a client, they communicate using the public IP IPv6. The example is implemented in Java Attention: The […]
link local git repository to remote one April 3, 2025 | No Comments | git, information, ssh Go to GitLab or GitHub and create a new project. Type to initialize a new local Git repository. link the local repository with the remote […]
access a server via ssh January 12, 2025 | No Comments | linux, server, ssh access a server and its port via ssh port is the port number that the SSH server is using (by default, port 22). Let’s say […]