How to Remote Desktop with Microphone Redirection for Google Hangouts and Google Drive Dictation Using Ubuntu 18.10 Client and Windows 2016 or 2012r2 Server

FreeRDP 2.0.0-r3 has improved microphone redirection. We can also enable sound, USB drive hotplug automount and redirection, multi monitor support, and video streaming. Install the FreeRDP nightlies: sudo sh -c ‘echo “deb http://pub.freerdp.com/repositories/deb/$(lsb_release -cs)/ freerdp-nightly main” >> /etc/apt/sources.list.d/freerdp-nightly.list’ wget -O – http://pub.freerdp.com/repositories/ADD6BF6D97CE5D8D.asc | sudo apt-key add – sudo apt update sudo apt install –yes freerdp-nightly Read more about How to Remote Desktop with Microphone Redirection for Google Hangouts and Google Drive Dictation Using Ubuntu 18.10 Client and Windows 2016 or 2012r2 Server[…]

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: https://github.com/albfan/miraclecast/wiki/FAQ wget https://raw.githubusercontent.com/albfan/miraclecast/master/res/miracle-utils.sh wget https://raw.githubusercontent.com/albfan/miraclecast/master/res/test-hardware-capabilities.sh chmod u+x test-hardware-capabilities.sh ./test-hardware-capabilities.sh Install miraclecast repo: https://launchpad.net/~thopiekar/+archive/ubuntu/miraclecast sudo add-apt-repository ppa:thopiekar/miraclecast sudo apt-get update https://github.com/albfan/miraclecast 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[…]

How to Build a LTSP chroot client image with the latest Greek schools PPA, and XfreeRDP Nightly

Build a chroot client The Greek Schools repository  sudo add-apt-repository –yes ppa:ts.sch.gr Grab freerdp’s key  cd /etc/ltsp sudo wget http://pub.freerdp.com/repositories/ADD6BF6D97CE5D8D.asc Option 1 – with command sudo ltsp-build-client –purge-chroot –mount-package-cache –mirror ‘http://azure.archive.ubuntu.com/ubuntu/’ \ –apt-keys ‘/etc/ltsp/ADD6BF6D97CE5D8D.asc, /etc/apt/trusted.gpg.d/ts_sch_gr_ubuntu_ppa.gpg’ \ –extra-mirror ‘http://ppa.launchpad.net/ts.sch.gr/ppa/ubuntu bionic main, http://pub.freerdp.com/repositories/deb/bionic/ freerdp-nightly main’ \ –late-packages epoptes-client freerdp-nightly –prompt-rootpass \ OR, Option 2 – using my Read more about How to Build a LTSP chroot client image with the latest Greek schools PPA, and XfreeRDP Nightly[…]

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