Linux

Highlighted

Posts

09-Install and Configure Atom

  1. Install

    wget -qO - https://packagecloud.io/AtomEditor/atom/gpgkey | sudo apt-key add -
    sudo sh -c …

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 …

Controlling Virtualbox from the Terminal

Starting/stopping/pausing a VM

Now the fun begins. First, you must know the name of the VM you want …

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 …