3 Free Linux based thin client distributions (Thinclient OS) [FREE]

Thinstation X2OS iPXE (you can use this to chain load other thin OS’s over the internet, nfs, smb, etc..) Very small, and configurable. Supports some wireless cards. Basically a zero client. < 1MB.   Ubuntu LTSP! Zero clients that boot over PXE (Thinclient or fatclient options)   Windows XP, Vista, 7, 8, embedded, CE, etc… Read more about 3 Free Linux based thin client distributions (Thinclient OS) [FREE][…]

Howto create a Windows 10 or 7 bootable USB flash drive using Linux (Ubuntu 16.04 xenial or 16.10 yakkety)

UEFI compatible 1. Make variables so you can copy and paste the following code. Replace the following with your actual name, path, and device id. export USBNAME=WIN10AMD64 export USBMNT=/media/$USER/$USBNAME export USBDEV=/dev/sdd 2. Format and partition USB drive. (Only needed if your SD card is not VFAT (FAT32) already) sudo fdisk $USBDEV n –> enter –> Read more about Howto create a Windows 10 or 7 bootable USB flash drive using Linux (Ubuntu 16.04 xenial or 16.10 yakkety)[…]

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