How to Install & Run Windows Server (Desktop Experience) under KVM on Ubuntu. With High Performance networking, hard drive, and display drivers. Then Configure for Remote Desktop Thin Clients with USB, Sound, and Microphone Forwarding.

I used Windows Server 2012r2 on Ubuntu 18.04 Bionic. Windows Server 2016 and Ubuntu 19.10 seems to work as well. Change BIOS to boot when power comes back up. Install Ubuntu Desktopltsp.github.io/docs/inst… Install LTSPltsp.github.io/docs/inst… Create interface bridge:netplan.io/examples#conf… Example bridge config. Install KVM Install Windows VM Download Windows Create QEMU/KVM Virtual Machine. Be sure to Disk Read more about How to Install & Run Windows Server (Desktop Experience) under KVM on Ubuntu. With High Performance networking, hard drive, and display drivers. Then Configure for Remote Desktop Thin Clients with USB, Sound, and Microphone Forwarding.[…]

List of 5GHz Wireless USB Wireless Adapters that May Work with Ubuntu in Monitor/AP Mode

​​​I’ve included the Alfa version of these adapters, but theoretically any adapter that uses these three chipsets will work: RT3572, RTL8814,  RTL8812.Alfa AC1200 AWUS036ACH Alfa AWUS052NH: amzn.to/2PEYjFVChipset: Ralink MediaTek RT3572Notes: Works out of the box! Not 802.11AC only 5GHz N. Alfa AC1900 AWUS1900:  https://amzn.to/2USgjRgChipset: Realtek RTL8814 RTL8814U RTL8814AU  Device info: wikidevi.com/wiki/ALFA_N… driver:  https://github.com/aircrack-ng/rtl8812auKali driver: sudo apt install realtek-rtl88xxau-dkmsNotes: Monitor mode must be set Read more about List of 5GHz Wireless USB Wireless Adapters that May Work with Ubuntu in Monitor/AP Mode[…]

How to Upgrade to the newest Mainline Kernel in Ubuntu 18.10 using Ukuu

Sometimes you need the newest mainline kernel to utilize some modern piece of hardware that was just added to the Linux kernel. There is a nice utility for doing that here:  github.com/teejee2008/uk… To install, simply run the below commands in a terminal: sudo apt-add-repository -y ppa:teejee2008/ppa sudo apt-get install ukuu Then in dash call “ukuu”

Four ways to receive a Stream from your Android phone as a Video/Audio Source in OBS on Ubuntu 22.04 using IP Webcam

Preparation Read my previous article to install obs: jphein.com/how-to-instal… I will be using the free Android app called IP webcam. www.google.com/url?sa=t&… 1. Start and configure IP webcam. Run the server. You can use either USB or Wi-Fi. My Wi-Fi is rather slow, so I’ll be using a USB cable to connect my Android phone to Read more about Four ways to receive a Stream from your Android phone as a Video/Audio Source in OBS on Ubuntu 22.04 using IP Webcam[…]

How to Install Open Broadcaster Software (OBS) on Ubuntu 18.10 Cosmic Cuttlefish

Hello, and welcome to my first broadcast. This evening I will be showing you how to install Open Broadcaster Software, aka OBS on Ubuntu 18.10 Cosmic Cuttlefish. This is useful for recording or streaming how to’s such as these, or any other content. When recording audio in Ubuntu, you can install the low latency kernel Read more about How to Install Open Broadcaster Software (OBS) on Ubuntu 18.10 Cosmic Cuttlefish[…]

Editing the PXE Boot Menu using Ubuntu 18.04 LTSP

I had the idea to present the user with a PXE menu to install Ubuntu. After researching the idea, I decided to forgo this option, and utilize instead a zenity menu that could also be accessed by epoptes: github.com/jphein/boxen/… However if you are interested in the PXE boot menu, and netbooting into a Ubuntu install Read more about Editing the PXE Boot Menu using Ubuntu 18.04 LTSP[…]

How to Install Ubuntu 18.04 18.10 to an USB 3.1 M.2 16GB Drive Using KVM

Requirements 16GB M.2 SSD Drive. Like this one: amzn.to/2DKwv1B I used a M.2 to USB 3.1 1st gen (USB 3.0) adapter. Like this one: amzn.to/2qUHUDj Ubuntu Desktop 18.04 ISO image. Download here: www.ubuntu.com/download/… Follow these steps. From: www.coolgeeks101.com/how… For a KVM example of a bootable USB drive, we will use Virtual Machine Manager to create a new virtual Read more about How to Install Ubuntu 18.04 18.10 to an USB 3.1 M.2 16GB Drive Using KVM[…]

Linux Terminal Service Project (LTSP) Supports MANY Desktops

Ubuntu and LTSP can provide a platform for providing desktops environments in many different ways. LTSP already comes with these client scripts: kiosk – Firefox running locally on thin client. ldm – Linux desktop running remotely on local server. menu – Interactive Menu shell – Drop to root bash shell running locally on thin client. Read more about Linux Terminal Service Project (LTSP) Supports MANY Desktops[…]

How To Install Ubuntu 18.10 Cosmic Cuttlefish on a Nextbook Flexx 11

This was on the Windows version. The Nextbook NXW116QC264 Flexx 11.6″ 2-in-1 Tablet 2GB Ram 64GB Storage Windows 8.1.  Not sure if it works with the Android version. Manual: NXW116QC264-User-Manual Requirements: You will need an Ubuntu computer to perform these steps An USB flash drive >= 4GB capacity OTB USB micro adapter Download Ubuntu the desktop Read more about How To Install Ubuntu 18.10 Cosmic Cuttlefish on a Nextbook Flexx 11[…]

How To Create Infinite Windows Cloud Desktops for Your Nonprofit with BoXenLinux®

Running Windows allows you to easily access proprietary closed source vertical market software. Using  an Azure Nvidia Tesla virtual machine lets you run graphic intensive programs in the cloud. For instance 2D and 3D CAD Drafting, Video, and 3D educational tools. Even 3D games! O_O Coupled with BoXenLinux, and a decent Internet connection you can dramatically reduce Read more about How To Create Infinite Windows Cloud Desktops for Your Nonprofit with BoXenLinux®[…]

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 pub.freerdp.com/reposito… -cs)/ freerdp-nightly main” >> /etc/apt/sources.list.d/freerdp-nightly.list’ wget -O – pub.freerdp.com/reposito… | 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[…]