Select Page

OpenWRT – GUI Quick Steps

For LuCI Essentials: opkg install luci-light For LuCI Administration: opkg install luci Any modules at your choice: opkg install luci-app-* For HTTPS support install the luci-ssl meta package Since opkg-installed services are disabled by default, you have to manually...

CLI – Speedtest

How to test speed from command line: wget -O /dev/null http://link-to-speedtest/ – you know, the file is downloaded right into the RAM Memory so it isn’t hard-disk dependent anymore. Misc test files: SoftLayer: wget -O /dev/null...
Software.MP – GEODist

Software.MP – GEODist

Overview GEODist is a console based multi-platform(MP) distance calculator. Using the haversine formula it will calculate the great-circle distances between two points on a sphere from their longitudes and latitudes. Please feel free to drop us a line with any...