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:  https://github.com/teejee2008/ukuu 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”

Seven ways to receive a Stream from your Android phone Camera as a Video/Audio Source in Ubuntu (Use your Android phone as a Webcam)

Overview Currently, I am using scrcpy with v4l2loopback (Option 7) for the easiest and most performant way. It works with both a USB cable or over WiFi. Before that I was using gstreamer mpeg with IP Webcam android app. However gstreamer v42loopback broke with modern Ubuntu. All other options I tested had too much delay. Read more about Seven ways to receive a Stream from your Android phone Camera as a Video/Audio Source in Ubuntu (Use your Android phone as a 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: https://github.com/jphein/boxen/blob/master/usr/share/ltsp/screen.d/boxen/welcome 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: https://amzn.to/2DKwv1B I used a M.2 to USB 3.1 1st gen (USB 3.0) adapter. Like this one: https://amzn.to/2qUHUDj Ubuntu Desktop 18.04 ISO image. Download here: https://www.ubuntu.com/download/desktop Follow these steps. From: https://www.coolgeeks101.com/howto/infrastructure/connecting-bootable-usb-drive-to-kvm-or-virtualbox-virtual-machine-on-linux/ 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[…]

Discounted 50% off Internet, and 25% off Phone Service for certain Nonprofits in California

California Teleconnect Fund (CTF) The CTF program provides a 25% off voice services and a 50% discount for broadband on select communications services to schools, libraries, hospitals and other non-profit organizations. The program was established by Decision 96-10-066 on October 25, 1996. In this decision, the California Public Utilities Commission reaffirmed its commitment to universal Read more about Discounted 50% off Internet, and 25% off Phone Service for certain Nonprofits in California[…]

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