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, […]
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 […]
Open a port on the router September 3, 2025 | No Comments | linux, macos, nc, port, server, ssh I have 3 ISPs(Internet service provider). I’m from Argentina One of them is TELECENTRO. The other 2 are different PERSONAL (is an ISP from here) […]
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 […]
link local git repository to remote one April 3, 2025 | No Comments | git, information, ssh Go to GitLab or GitHub and create a new project (You should not create a project with README, as this will create a commit and […]
access a server via ssh January 12, 2025 | No Comments | linux, server, ssh access a server and its port via ssh port is the port number that the SSH server is using (by default, port 22). Let’s say […]