Wireless thin client using Ubuntu 18.04.1 named BoXenbaby

UPDATE: BoXenbaby is simply Ubuntu 18.04.1 Desktop minimal install with OpenVPN,  FreeRDP-nightly, and other modern clients. This document describes how to: Automatic Install Part 1 – PXE Install BoXenbaby to a computer plugged into a BoXenbrain network. Manual Install Part 2 – USB Install BoXenbaby with a USB drive. Download the usb image here: Check Read more about Wireless thin client using Ubuntu 18.04.1 named BoXenbaby[…]

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[…]

How to perform a carrier reset on a Sprint phone. –> ##72786#

##72786# A carrier reset is almost always necessary if you’re activating a device or if you’re having trouble receiving voice, text, or a data connection. This reset sends your device’s new information to the network so that you can get service. Note: If unable to perform reset over WiFi, disable option in settings and connect to Read more about How to perform a carrier reset on a Sprint phone. –> ##72786#[…]

Ubuntu LTSP Improved Kiosk screen script using openbox, firefox, and xdotool fullscreen mode

Install openbox, firefox, and xdotool in your ltsp chroot by running ltsp-chroot apt-get install openbox firefox xdotool exit ltsp-update-image My Command for starting Firefox in full screen mode. It’s so bad! I wish “firefox -fullscreen wo openbox & firefox & sleep 5 && xdotool key F11 Download screen script: firefox Put it

VNC Session Screen Script for LTSP thin clients running under Ubuntu

LTSP does not come with a built in VNC viewer (client) script. So, I created one. This is useful if you want your thinclients to be able to remote into MacOS or Android OS’s. I use the xtightvncviewer package. Run the following on your Ubuntu LTSP server: ltsp-chroot apt-get install xtightvncviwer update-alternatives –config vncviewer #You Read more about VNC Session Screen Script for LTSP thin clients running under Ubuntu[…]