Ubuntu

Highlighted

Posts

Installing and Running the Novint Falcon

Introduction

This tutorial describes how to install and run a Novint falcon in an Ubuntu virtual …

Configuring Atom for Python

  1. Activate whatever conda environment you need to

ASUS Zenbook Issues

I have an ASUS Zenbook UM425U, currently working great with Ubuntu 21.04 loaded. Upon installing …

Duplicate Installed Packages

To clone your system to another system. Or make a backup. In a terminal type:

fixing file transfer bug in nautilus

Issue: Nautilus hangs when I try to copy large files to a NAS.

Installing Algo VPN

Introduction

It is sometimes necessary to create a virtual network to enable computers across a …

Installing and Setting up MQTT

Installation

sudo apt update
sudo apt install -y mosquitto mosquitto-clients
sudo snap install …

Installing and Using VNC

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

vnc …

Logging in Ubuntu

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

Looping Video into Zoom

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