Remotely access a PC with a router as if it were a VPS September 6, 2025 | No Comments | information, linux, macos, port, public_ip, remote-access, server I’m not going to explain everything here since you can find each part on this website. Basically the goal is to connect from PCA to […]
Configure an alias for SSH September 4, 2025 | No Comments | information, linux, macos, port, server This is to instead type the following command in its full form: just write the following: That’s creating an alias, a way to shorten the […]
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 | No Comments | 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 | No 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 […]