map port xxxx of localhost to port yyyy of a server February 21, 2026 | No Comments | configuration, console, gradle, information, java, nexus, port, remote-access, spring-boot, web create an SSH tunnel In my case, I have a server with “ubuntu server” and it doesn’t have a monitor, and I’m connected via SSH […]
create a STUN server in Linux Ubuntu September 13, 2025 | No Comments | console, information, java, macos, nc, netplan, P2P, port, public_ip, server A PC cannot know its public IP on its own; it needs a third party, that is a STUN server, it’s like a mirror. This […]
advice on what you can make September 11, 2025 | No Comments | information, port, server If you have a PC connected to a router by an Ethernet cable or Wi-Fi you can do port forwarding You can purchase a DNS […]
modify the port in Apache September 10, 2025 | No Comments | apache, information, linux, macos, port, server, web To change a website’s port in Apache, you need to change the configuration in two places. Both changes are necessary so that Apache can properly […]
create a web page with Python 3 September 9, 2025 | No Comments | information, linux, port, public_ip, python, router, web located in the current directory where you have an .HTML file -m is to execute a python module http.server is a module for python3 51000 […]