How to Stream Games in 720p from the Cloud on a 3Mbps DSL Line using Parsec

There are three main hosted services I’ve tried. Geforce Now, Google Stadia, and Microsoft Xbox Live. The two self hosted options I’ve tried are Parsec, and Steam Remote Play. They all work to some degree amazingly enough, although not really playable on my slow connection with default settings. Parsec is the only option that allows Read more about How to Stream Games in 720p from the Cloud on a 3Mbps DSL Line using Parsec[…]

Wireless VR (Virtual Reality) on a Budget

UPDATE: The Quest 2 is now in stock for $299 on oculus.com The Oculus Quest is not available in the US, and even if/when it becomes available again it’s still over $400. Plus it’s limited to the Oculus store games, unless you use a USB 3.0 10ft link cable. That is why I needed an Read more about Wireless VR (Virtual Reality) on a Budget[…]

How to Root the LG G5 T-Mobile H830 H83030C 8.0.0 Oreo Complete Guide

WARNING: This will completely wipe all your data multiple times. =] You will need a USB-C to USB-A cable, and a computer. Most of it can be done on Linux, or MacOS, but the initial downgrade of the OS can only done on Windows. Unless you can run LGUP and Uppercut in WINE or a Read more about How to Root the LG G5 T-Mobile H830 H83030C 8.0.0 Oreo Complete Guide[…]

How to hide sponsored items and ranged prices when searching eBay

I finally stumbled across someone who has solved an issue I’ve grappling with for a while. Bogus ranged prices listings, and sponsored products messing up my searches when I sort by lowest price first. They created a posted some bookmarklets here: https://berserkerplanet.altervista.org/code/bookmarklets/ Thank you so much! Saving bookmarklets to your browser:Drag and Drop chosen bookmarklet Read more about How to hide sponsored items and ranged prices when searching eBay[…]

How to Build a 12v Lithium Battery from old Laptop Cells. Then put inside a UPS to charge from home, or a Solar panel. In order to run your 120vAC, 12vDC, and 5vDC devices off-grid.

Building a 3S5P (3 in series, 5 in parallel) 12v Lithium battery pack from old 18650 laptop battery cells.  To put in an old UPS, and use as a solar charger and inverter to run 5v, 12v, 24v, and 120v devices.  Charging either with 120v AC, or a 15v-21v solar panel.   Ingredients: 15x 18650 cells Read more about How to Build a 12v Lithium Battery from old Laptop Cells. Then put inside a UPS to charge from home, or a Solar panel. In order to run your 120vAC, 12vDC, and 5vDC devices off-grid.[…]

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 Desktophttps://ltsp.github.io/docs/installation/ Install LTSPhttps://ltsp.github.io/docs/installation/ Create interface bridge:https://netplan.io/examples#configuring-network-bridges 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: https://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: https://wikidevi.com/wiki/ALFA_Network_AWUS1900 Debian 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:  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)[…]