redirect port and IP to another port and IP in macOS April 8, 2026 | No Comments | command, configuration, information, macos, public_ip, router search for network interface in macOS or The name of a network interface through which you have wifi/ethernet internet can be called “en0” Install Socat […]
How to tell if a port is open given an IP address in macOS April 7, 2026 | No Comments | command, information, internet, macos, port the command is: hostname is a string as ‘www.google.com’ or ‘abcd’
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 […]
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 […]