Install Windows on a Mac (with macOS) and have both (macOS and Windows) August 8, 2025 | No Comments | information, iso, macos, windows I currently use a Mac, but I wanted to play a video game for Windows on the same PC. I was making this post at […]
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 […]
Connect to a host via SSH without entering the password | No Comments | information, ssl, vim generate a new ssh key if you don’t have one copy the content displayed with enter the host via SSH In the root there should […]
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 […]