Notebook

Highlighted

Posts

Installing and Using VNC

sudo apt update
sudo apt install -y xfce4 xfce4-goodies tightvncserver
vncserver
vncpasswd

vnc …

Laser Cutter General Maintenance

Notes for how to maintain the laser cutter

Logging in Ubuntu

A place to hold information about setting up, viewing, and controlling logging.

Looping Video into Zoom

sudo apt-get install v4l2loopback-dkms v4l-utils
ls /dev/video*
sudo modprobe v4l2loopback video_nr= …

Nextcloud Installation

  1. Prerequisites

    sudo apt install openssh-server net-tools
    
  2. Install

QR Code Tools

modified from this site

Installing

sudo apt install -y qrencode #encoding tools
sudo apt install -y …

Run scripts remotely over ssh with tmux

sudo apt install -y tmux

Basic Functionality

To get the same functionality as explained in the …

Useful Pandoc Commands

Get Current Templates

pandoc --print-default-template=markdown > pandoc-template.md
pandoc …

Windows VirtualBox Install Process

  1. Install
  2. Update
  3. Remove Unused Programs
  4. Turn off hibernation
powercfg.exe -h off
  1. Turn off page …