Technology, Tutorial, Ubuntu

Overcoming Painful Setup for Selenium with Python on Ubuntu

EDIT 191118I realized that I need to execute the script below every time my computer reboots so my current workflow is to leave the command commented out in script and then run it before I begin. You can probably run it with the script too? This one: export PATH=$PATH:/home/user/path/to/browser_drivers_for_automation I had the following continual painfull errors: selenium.common.exceptions.WebDriverException: Message: ‘my_folder_name’ executable…

Continue Reading

Freedom and Privacy, Life Skills, Nextcloud, Technology, Tutorial, Ubuntu

HOW TO MAKE A NEXTCLOUD PI BOX WORK AS REVERSE PROXY TO YUNOHOST

Background The situation was that I wanted to test out the very cool project Yunohost but I already had Nextcloudpi (another awesome project!) running on my local network. I already had a DDNS service (No-ip) running which was pointing to my Nextcloudpi (“NCP” moving forward) box, and a second DNS service that I set up which pointed to my router…

Continue Reading

Freedom and Privacy, Life Skills, Nextcloud, Technology, Tutorial, Ubuntu

HOW TO SET UP YUNOHOST WITH YOUR OWN DOMAIN (USING CLOUDFLARE)

EDIT 19/06/12 – made some tweaks to this after realizing a few small errors. Sorry if you followed before June 12 🙁 I really wanted to self-host a kind of ‘family box’ which would allow me to have self-hosted email, Nextcloud, websites, and a few other basic things and not have it running on someone else’s server. During the process…

Continue Reading

Freedom and Privacy, Life Skills, Mesh Networks, Technology, Tutorial, Ubuntu

How to Flash OpenWRT onto a Zsun Card

Background EDIT JAN 7, 2019Warning! Before beginning this tutorial, note that I have **fried** two Zsun devices nearly immediately after doing these steps. My theory appears to be correct that as soon as you flash to OpenWRT the default power output is way, way too high and so it starts heating up and frying it. Within about 15 minutes of…

Continue Reading

Freedom and Privacy, Technology, Tutorial, Ubuntu, Ubuntu Touch

How to Sync Files from Ubuntu Touch to Nextcloud using UBsync

Ubuntu Touch is awesome. Nextcloud is also awesome. Put them together and you have awesome… squared. How cool would it be to have your photos automatically sync to your own Nextcloud sever? Well, you can do it today and here is how. EDIT DEC 24, 2018 – Important Security Warning before beginning! Currently as of the time of this post,…

Continue Reading