pull down to refresh
36 sats \ 0 replies \ @f971b0559c 10h freebie \ on: Wences Casares Quote About Jamie Dimon bitcoin
❤️
It's amazing how quick little kids catch on to potty humor. It must be something universal in all of us. I sometimes wonder whether animals can understand potty humor, and if not, why does it seem unique to we humans?
Hello I'm new around here. How do I earn sats to post? I can only see a way to reply for free but not post for free.
Hey, TollGate dev here.
what is tftp and is it necessary for firmware installation?
It's a system to load files onto the router for flashing, i haven't used it personally, maybe you don't need it.
If you just want to copy an OpenWRT image file to a router that has no ftp server installed, Here's a snippet of what i do in the TollGate installer:
The -O option uses the old SCP protocol which doesn't require sftp-server
scp -O -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=error "${localPath}" "${username}@${ip}:${remotePath}"
i've used this for the MT-3000, MT-6000 and GL-AR300M.
is it worth it for this generation of routers?
Questionable. I see it has 8mb flash, which is low source. We try to target the gl-ar300m which is already a squeeze with 16mb flash.
We do hope to support very low-power hardware further down the line to make TollGate more accessible for low-income areas, but we're not there yet.
can he use NordVPN as a client
There are packages for openwrt to route traffic through a VPN. You might wanna look into the OpenVPN package. Mullvad could be a good option instead of NordVPN.
hope this helps a bit!
- Arjen