How to Install Linux (OpenWrt) on the Netgear WNDR4300SW (Surewest) to Use as a Hotspot (XfinityWiFi) Repeater

A couple of years ago, I purchased a Netgear WNDR4300SW from a thrift store for $5. With 128MB of flash, and 128MB of RAM it’s pretty decent. More info here: openwrt.org/toh/hwdata/n… Having an Atheros AR9344, AR9580 2.4GHz:b/g/n 5.0GHz:a/n WiFi chipset makes it a perfect candidate for Linux. The USB 2.0 port makes it possible to Read more about How to Install Linux (OpenWrt) on the Netgear WNDR4300SW (Surewest) to Use as a Hotspot (XfinityWiFi) Repeater[…]

Miracast to an Ubuntu 18.04 Desktop from Lineage OS Android 7.1.2 Nexus 5 using Miraclecast

First test to make sure your Wifi adapter is compatible with Miraclecast: github.com/albfan/miracl… wget raw.githubusercontent.co… wget raw.githubusercontent.co… chmod u+x test-hardware-capabilities.sh ./test-hardware-capabilities.sh Install miraclecast repo: launchpad.net/~thopiekar… sudo add-apt-repository ppa:thopiekar/miraclecast sudo apt-get update github.com/albfan/miracl… Steps to use it as sink shutdown wpa_supplicant and NetworkManager systemctl stop NetworkManager.service systemctl stop wpa_supplicant.service launch wifi daemon sudo miracle-wifid & launch Read more about Miracast to an Ubuntu 18.04 Desktop from Lineage OS Android 7.1.2 Nexus 5 using Miraclecast[…]

Upgrading to CyanogenMod 10 Android 4.1.2 on the Motorola Milestone X2 aka MX2 aka MB867 aka Daytona from Stock 2.3.6 (US Cellular)

Boot into stock 2.3.6 Enable other sources and USB debugging Connect to Ubuntu, open terminal, and run root script. extract root.zip ./rootscript Install recovery sudo adb install MOTODX2_Bootstrap_signed.apk Disconnect USB Install recovery, wait Reboot into recovery Install from SD card cm10-01272013-unofficial-mx2.zip gapps-jb-20121011-signed.zip Data and Cache wipe MX2_CM9_WIFI.zip Reboot Skip setups enable airplane mode, disable location Read more about Upgrading to CyanogenMod 10 Android 4.1.2 on the Motorola Milestone X2 aka MX2 aka MB867 aka Daytona from Stock 2.3.6 (US Cellular)[…]

How to create a $15 Point of Sales with a Droid X and Square. Howto root, unlock bootloader, install custom recovery, CyanogenMod 11 (Android 4.4.4), and Square Register.

The Droid X is Motorola phone sold by Verizon. It has an SD slot and HDMI out. You can buy good condition used ones on eBay for $15 here. 4.3 inch Screen (~61.0% screen-to-body ratio) More specifications Complete guide to getting the Square Register App on the Droid X If it’s booting then you can Read more about How to create a $15 Point of Sales with a Droid X and Square. Howto root, unlock bootloader, install custom recovery, CyanogenMod 11 (Android 4.4.4), and Square Register.[…]

The best pico and nano sized quadcopters (quads or drones) that fit inside their controllers

Just fun for flying Quadcopters that fit inside their controller I use drone and quad interchangeably in this article to refer to quadcopters. Quads come in many different sizes. Not all manufacturers agree on a naming convention. Here is what I think makes the most sense. From smallest to biggest: Pico, nano, micro, mini, mid, Read more about The best pico and nano sized quadcopters (quads or drones) that fit inside their controllers[…]

The phone I purchased for myself. Google LG Nexus 5, from Freedompop. $100

$99 + $9.99 shipping. No taxes or other fees. I disabled all paid trials. Instructions are below. The big reason I choose Android vs iPhone (iOS) is the fact that I can have free WiFi hotspot tethering on any carrier.  Apple allows the carrier to disable this hardware in order to charge you for this Read more about The phone I purchased for myself. Google LG Nexus 5, from Freedompop. $100[…]

How to root the inWatch Z smart watch (Gain root level access), and install Google Play!

InWatch Z Smartwatch aka inWatch Z2G This guide is written for the original inWatch Z that came with Andriod 4.2.2, and has the bone conductivity speaker. Not the later version (Z3G) that shipped with Android 4.4. These instructions may work with the later one, but I have not tested it. Chipset: MediaTek (MTK) MT6572 Why Read more about How to root the inWatch Z smart watch (Gain root level access), and install Google Play![…]

KVM-VDI Session Screen Script for LTSP thin clients running under Ubuntu 16.04 xenial

Sweet new open source project: github.com/Seitanas/kvm-… It is required to run the installation readme above to use KVM-VDI. KVM-VDI does not come with a built in LTSP (client) script. So, I created one. This is useful if you want your thinclients to be able to remote into a KVM-VDI, and want full control using lts.conf. Run the Read more about KVM-VDI Session Screen Script for LTSP thin clients running under Ubuntu 16.04 xenial[…]

Spice Session Screen Script for LTSP thin clients running under Ubuntu

LTSP does not come with a built in Spice (client) script. So, I created one. This is useful if you want your thinclients to be able to remote into a KVM VDI. I use the virt-viewer package. Run the following on your Ubuntu LTSP server: ltsp-chroot –arch <base> -m apt-get install virt-viewer exit NOTE: You can also Read more about Spice Session Screen Script for LTSP thin clients running under Ubuntu[…]