/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

sandeep.shetty.in
| | nodogmablog.bryanhogan.net
2.2 parsecs away

Travel
| | Simple instructions for updating Docker Desktop on Ubuntu.
| | openpaleo.blogspot.com
1.6 parsecs away

Travel
| | This post is mostly a note to myself so that I remember how to do this next time I upgrade or reinstall my system. But, perhaps it will be o...
| | blog.patshead.com
1.9 parsecs away

Travel
| | I upgraded my laptop to the 64-bit Ubuntu Karmic Koala beta yesterday. For me, Flash was very broken... The 32-bit Plugin Ubuntu defaults to ...
| | logr.cogley.info
13.4 parsecs away

Travel
| Many static site generators like Hugo have a built in dev web server. If you are just building some html with css, and need a simple solution to serve the files from any folder, you have a few solutions. See a couple of options: Node.js users can install and run http-server: 1 2 3 4 npm install -g http-server cd /path/to/my/working/folder http-server --help http-server Visit http://localhost:8080 and look at the help to change the port.