install apache on linux ubuntu server September 10, 2025 | No Comments | apache, information, linux, macos, server, web Apache Web Server, also known as Apache HTTP Server, is a free and open source web server It is good practice to update your package […]
/var/www/ directory in Linux September 9, 2025 | No Comments | information, linux, web The /var/www directory is completely independent of Python 3. /var/www is a Linux system convention for storing website files. It has no inherent relationship to […]
create a web page with Python 3 | 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 […]
DYN updater by DDCLIENT in linux ubuntu server September 8, 2025 | No Comments | information, linux, public_ip, server The DDNS service updates the public IP with the DDCLIENT daemon in Linux. The DDNS service I use is called DYN DNS. ddclient is an […]
private IP reservation | No Comments | information, linux, macos, private_ip, protocol By default, private IP addresses are assigned by the router and are dynamic, that is, they change. The router uses a system called DHCP to […]
Technicolor router problems September 7, 2025 | No Comments | investment, linux, macos, port, private_ip, remote-access, router The specifications of the gateway or modem/router are: I couldn’t do port forwarding. A PC connected to that network has a Linux Ubuntu server and […]
Private IP obtained by DHCP with Netplan | No Comments | information, netplan, private_ip, router The netplan configuration file located in /etc/netplan must contain: to apply changes: Connect to the PC with the new IP and restart it:
Static private IP for linux ubuntu server | No Comments | information, linux, netplan, private_ip, router I think the following works for operating systems that have netplan. You can make a private IP that is static in 2 ways: from the […]
Change the dynamic private IP in MAC to a static one September 6, 2025 | No Comments | information, macos, port, private_ip Go to Wi-Fi Settings in Wi-Fi options Choose Wi-Fi in your WI-FI connection go to details In the search domain, enter: 8.8.8.8 and 8.8.4.4 in […]
Remotely access a PC with a router as if it were a VPS | 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 […]