keep the SSH connection open September 15, 2025 | No Comments | information, linux, macos, protocol, remote-access, ssh It is possible to prevent the SSH session from being closed due to inactivity This behavior is a default security measure to prevent an open […]
Access a PC or server running Linux from Windows September 14, 2025 | No Comments | information, linux, macos, remote-access, server, ssh, windows From Windows you must search for the CMD program CMD is like the command console in Linux or macOS (the commands are not the same, […]
nginx in linux September 13, 2025 | No Comments | information, linux, nginx, web Update the packages: Install Nginx: Start the service: Open your browser and go to http://localhost or your server’s IP address. If you see the Nginx […]
SSH and HTTPS, used together September 12, 2025 | No Comments | information, linux, macos, remote-access, server, ssh, ssl, web Not only can they be used together, but it is the standard and most secure practice in web development and administration. They are two completely […]
Know if the Apache configuration file is OK or if it has errors September 11, 2025 | No Comments | apache, information, linux, server, ssl, web the command is: It tells you if there are any syntax errors, if a location points to nothing, or if a file it points to […]