by ray | Sep 7, 2020 | Linux / Ubuntu
That particular error message may indicate that you have held packages, but it may also indicate a different problem. You can get a list of actual held packages with: dpkg –get-selections | grep hold If there are none, or none look related, then...
by ray | Sep 6, 2020 | Linux / Ubuntu
Ubuntu 20.04 Focal Fossa was released on April 23, 2020. This tutorial is going to show you 2 ways to upgrade from Ubuntu 19.10 to Ubuntu 20.04: using the graphical update manager and using the command line. Normally you use the graphical update manager to...
by ray | Sep 6, 2020 | Linux / Ubuntu
While setting up my Plex I noticed that I couldn’t connect from my laptop to configure the server that I installed on a Ubuntu Server due to that they existed on different subnets. To solve this I installed Ubuntu Desktop temporarily on my Ubuntu Server and set...
by ray | Sep 6, 2020 | Linux / Ubuntu
Motivation Consider the following UNIX terminal session: dbettis@rhino[~]$ ls … When you type the command ls, the shell dutifully executes the command and returns the results to you. During the course of a terminal session, you type more commands. These...
by ray | Jun 13, 2020 | Linux / Ubuntu
In “terminal” (not a graphic emulator like gterm), Shift+PageUp and Shift+PageDown works.