How To Run Teamviewer 15 PERFECTLY on Arch/Manjaro/Debian/Ubutnu by Sick Codes June 3, 2020 - Updated on June 24, 2020 2 One word: Docker (+ X11)! Recently released Dockerfile by Tukiyo runs flawlessly using Docker, on any OS. https://github.com/tukiyo/docker-teamviewer15 docker run ...
ULTIMATE stdin, stdout Guide: How To Duplicate stdin, stdout in BASH/Redirect Output to 2 files, Send Output to Multiple Variables and more! by Sick Codes June 1, 2020 - Updated on June 24, 2020 0 Quick heads up: everything in Linux is a file. You can write, read, delete and wait for a file. Everything ...
Puppeteer & NodeJS Timeout Killswitch (SIMPLE!) by Sick Codes May 26, 2020 - Updated on June 24, 2020 0 The following will always kill a node script after a timeout duration is reached. There are two ways to kill ...
Docker: Install NodeJS and Yarn in Ubuntu 18.04 by Sick Codes May 25, 2020 - Updated on June 24, 2020 0 You will need BOTH yarn and nodejs from external resources because the Ubuntu repo versions are very old. RUN apt ...
How To Install QEMU on CentOS 8 by Sick Codes May 21, 2020 - Updated on June 24, 2020 0 Easy installation, QEMU is under libvirt. dnf update -y dnf install epel-release -y dnf-config-manager --enable epel-testing --enable PowerTools dnf install ...
How To Install Kubernetes on CentOS 8 (Easy Way) + Docker. by Sick Codes May 21, 2020 - Updated on June 24, 2020 0 This is the simplest way of installing Kubernetes on CentOS 8. Rancher is an awesome company that makes auto-installers among ...
TUN/TAP Deleted/Broken Linux: qemu-system-x86_64: could not open /dev/net/tun: Permission denied by Sick Codes May 18, 2020 - Updated on June 24, 2020 2 Recently, playing around with my network settings, I encountered a few issues, that I have documented below for you, and ...
Linux Lenovo WiFi Card Linux Not Working, rtl8821ce, Slow Boot Process, A Job is running 1 minute 30 seconds. by Sick Codes May 18, 2020 - Updated on June 24, 2020 0 A start job is running for sys subsystem/net/devices/wlp2s0... 1 minute 30 seconds... I started seeing these boot errors after updating ...
How To Install NFS on CentOS 8 & Ubuntu 20.04+: Network Shared Folder Between VPS/Server by Sick Codes May 17, 2020 - Updated on June 24, 2020 0 NFS allows you to share a directory with another server/client. It's awesome. This works great for VPC, or virtually connected ...
How To UPGRADE GlusterFS (ALL VERSIONS) On Ubuntu (16.04, 18.04, 20.04) by Sick Codes May 17, 2020 - Updated on June 24, 2020 0 The default glusterfs package in the Ubuntu repo is 3.5. This is a very old version of GlusterFS. If you ...