Linus Tech Tips fails at installing Steam on Pop!_OS.

Linus Tech Tips took a challenge to install Linux as a daily driver and then failed to install Steam. But this is the fault of the distribution for sure. I mean installing an app like this should work just fine on a modern distribution. On Ubuntu, it works perfectly. But…

Read More

How to easily install Teamspeak on Linux.

Installing Teamspeak allows easy voice and text communication over a TCP/IP network. This is easy to install. Download Teamspeak 64-bit client from this page: https://teamspeak.com/en/downloads/#. Then run it like this to install. ┌──[[email protected]]─[~/Downloads] └──╼ ╼ $ bash ./TeamSpeak3-Client-linux_amd64-3.5.6.run Welcome to the TeamSpeak 3 Client for Linux on amd64 installer  …

Read More

Setting up an SSH server is very easy.

The Secure Shell, or SSH, provides a way of running command line and graphical applications, and transferring files, over an encrypted connection. SSH uses up to 2,048-bit encryption with a variety of cryptographic schemes to make sure that if a cracker intercepts your connection, all they can see is useless…

Read More

The proper way to install Midnight Commander on MacOSX.

There are a lot of posts out there that purport to contain the answer on how to properly install Home Brew on MacOSX and then install Midnight Commander, but a lot of the posts contain commands that give errors. This is how to do it properly. Run this command in…

Read More

Install the MATE desktop on Ubuntu and enjoy a nice reliable desktop environment.

To install the MATE desktop environment on Ubuntu 20.04, run this simple command. jason@jason-desktop:~/Documents$ sudo apt install mate-desktop-environment-extras mate-common mate-desktop-environmentjason@jason-desktop:~/Documents$ sudo apt install mate-desktop-environment-extras mate-common mate-desktop-environment Then you need to logout of the desktop session and restart the desktop login manager to allow it to detect MATE. Press Control-Alt-F2 and…

Read More

Install Google Earth easily and browse the planet.

Install the Google Earth viewer easily on Ubuntu. This allows viewing any place on the Earth you wish to see. As well as street view and 360 photos. Download Google Earth from this link. https://dl.google.com/dl/earth/client/current/google-earth-pro-stable_current_amd64.deb. Then easily install it on Ubuntu. 4.4 Fri Jun 19 jason@Yog-Sothoth 0: $ sudo dpkg…

Read More

Set up Ubuntu 20.04 after installation.

Ubuntu 20.04 is a very good Linux experience. This is very easy to install and use. Here are some useful tips for setting up your Ubuntu 20.04 distribution after installation. Put the dock on the bottom of the screen. Go to the settings dialog and find the appearance section, then…

Read More

How to install Docker on Linux to run virtual containers.

To install Docker on Ubuntu, we need to be able to add a custom repository. This is the command required. 4.4 Mon Dec 23 jason@Yog-Sothoth 0: $ sudo add-apt-repository \ "deb [arch=amd64] https://download.docker.com/linux/ubuntu \ $(lsb_release -cs) stable"4.4 Mon Dec 23 jason@Yog-Sothoth 0: $ sudo add-apt-repository \ "deb [arch=amd64] https://download.docker.com/linux/ubuntu \…

Read More

How to install a program from a tar.gz file on Linux easily.

I am needing to install Emacs on my computer and I have decided to install from source. This is easy on Linux, I had to ensure I had the latest build of Emacs. Then I could compile the source code. Download the source here: http://ftp.gnu.org/gnu/emacs/emacs-26.3.tar.xz. Firstly, extract the source to…

Read More

How to install .NET 3.51 on Windows easily with Powershell.

I had problems installing .NET 3.51 on Windows 8.1, the downloaded installed kept saying that it could not access the Internet to download and install the files, which is retarded. So I put in the Windows DVD and used the command below in an Administrator Powershell session. PS C:\Windows\system32> Dism…

Read More

Windows still having issues with updates in 2019.

Linux and Windows are continually in a state of competition, but the problem with Windows 10 is the update methods that create many and varied problems that should never even happen in the first place. The Linux and Macintosh operating systems do not have that many problems when upgrading. I…

Read More

Fedora 30 is very annoying to use. But works fine in qemu.

I could not get the networking to work with Fedora 30. The kernel version is 5. This will not allow me to install the VMWare addons, the drivers will not compile. This is a problem. And every time I load the distribution I have to reset the desktop resolution. I…

Read More

How to update package repositories on Arch Linux easily.

Updating Arch Linux does not need to be hard. I am using Arch labs and it is easy to update and configure. To update package repositories on Arch Linux, use this command. pacman -Syupacman -Syu List all packages that are no longer required on the system. pacman -Qdtpacman -Qdt Download…

Read More

Compiling and installing a 2.4 kernel on Debian GNU/Linux Sarge.

Compiling and Installing a 2.4 Kernel on Debian This is quite like the installation process for the 2.6 kernel. Just unpack the kernel sources to your home directory and cd to the directory and type make mrproper to make sure the source directory is clean. Then type make menuconfigmake menuconfig…

Read More

Just upgraded to OSX Mojave.

I have just upgraded a Macbook to OSX Mojave. This was very painless, and did not take very long at all. Upgrading a Macintosh machine is much easier than upgrading Windows 10, with all of the hassles and file deletion issues involved in that process. After the installation process, I…

Read More