pasar datos por nc dentro de la misma red local June 1, 2026 | No Comments | command, console, information, internet, linux, Linux Ubuntu Server, macos, nc, netplan, router, server, ssh, wifi yo usaba SCP o un servidor python FTP pero esas cosas son muy lentas, por eso uso nc (netcat) cuando digo lento es que tarda […]
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’
be able to ping one’s own PC/server (from internet) April 6, 2026 | No Comments | command, configuration, information, internet, linux, Linux Ubuntu Server, macos, server, windows By default, in the router’s “firewall” settings, option “Block Anonymous Internet Requests” is enabled and blocks ping You need to disable it and save it […]
Create an FTP server in Python on port xxxx to access/download files from a folder April 4, 2026 | No Comments | command, configuration, http, information, internet, linux, Linux Ubuntu Server First you need to have Python or Python 3 installed, then you have the command ‘python3’ Setting up a fast FTP server (The easiest way)Since […]
obtain public IPv4 and IPv6 March 30, 2026 | No Comments | command, information, internet, linux, Linux Ubuntu Server, public_ip ipv4: ipv6: this last returns IPv6 if available, otherwise IPv4 prioritizes ipv6 over ipv4, but it returns ipv4 to me If IPv6 throws an error, […]