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

How to Build the Best Performance Drafting, or Gaming Computer for Only $345

Building your own performance rig is fun! This guide assumes you have access to free or very cheap keyboard, mouse, and monitor. If not look at thrift stores. Prices include shipping, and taxes. $75 Barebones Kit $60 Graphics Card $140 CPU $30 Memory $40 Solid State Drive $345 If you don’t have your own case, Read more about How to Build the Best Performance Drafting, or Gaming Computer for Only $345[…]

How to Install Linux (OpenWrt) on the Netgear WNDR4300SW (Surewest) to Use as a Hotspot (XfinityWiFi) Repeater

A couple of years ago, I purchased a Netgear WNDR4300SW from a thrift store for $5. With 128MB of flash, and 128MB of RAM it’s pretty decent. More info here: openwrt.org/toh/hwdata/n… Having an Atheros AR9344, AR9580 2.4GHz:b/g/n 5.0GHz:a/n WiFi chipset makes it a perfect candidate for Linux. The USB 2.0 port makes it possible to Read more about How to Install Linux (OpenWrt) on the Netgear WNDR4300SW (Surewest) to Use as a Hotspot (XfinityWiFi) Repeater[…]

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 pub.freerdp.com/reposito… 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, pub.freerdp.com/reposito… 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[…]

How to Save Money by Conserving Power

The problem is the aggregation of all the power leaks, because how PGE charges you based on time of day, and the way the tiered pricing works. If you use a little too much it can dramatically increase your bill. Depending on what plan your signed up with Tiered, and/or time of use. Fr0m around Read more about How to Save Money by Conserving Power[…]

How to batch optimize all jpgs using a bash script to speed up your site

Based on Google Insights article here: developers.google.com/sp… JPEG is a lossy format. The compression process removes visual details of the image, but the compression ratio can be 10x larger than GIF or PNG. Reduce quality to 85 if it was higher. With quality larger than 85, the image becomes larger quickly, while the visual improvement is Read more about How to batch optimize all jpgs using a bash script to speed up your site[…]

How to find any file or folder with a trailing space in it’s name, and delete the trailing space

Windows does not know how to handle files or folders whos name ends in a space. Usually Windows won’t allow you to delete these files, and other bizarre behavior. This is a simple bash command to fix that.   find . -name ‘* ‘ -exec sh -c ‘x=”{}”; mv “$x” “${x%?}”‘ \;

Hey everyone! Your name, address, birth date, social security #, and other info is compromised. – Credit Reporting Agency Equifax Reveals Massive Hack

Photo courtesy of: thehackernews.com/2017/0… This is pretty amazing. Not a little deal. This information can never be considered secure ever again. I first heard about this on the 7th. I was pretty amazed at the breadth of the breach. Then in the following days reading about the response. Crazy. Equifax is so evil it’s not Read more about Hey everyone! Your name, address, birth date, social security #, and other info is compromised. – Credit Reporting Agency Equifax Reveals Massive Hack[…]