Plex on Linux

Plex on Linux

In this article we will be covering what Plex is, how to install it, and how to activate it on Ubuntu. We will also cover some common issues that I have had in the past.     Plex: Plex is a powerful media server solution that can be set up on computers running the Linux-based…

Linux Free Programs

Linux Free Programs

Welcome to Projects With Jackie. In this article I will first explain how to install some popular programs on an Ubuntu machine then cover common programs for Ubuntu with the installation text string.     How to Install programs in Ubuntu:     On Ubuntu, the terminal can be accessed by either pressing Ctr+Alt+T or…

Syncthing

Syncthing

In this article we will be covering what Syncthing is and how it can be used to sync data across the internet, or even locally, to provide protection of data via redundancy.     Introduction to Syncthing: Syncthing is a free program that helps you keep your files in sync between different devices. For example,…

CPU Temp

CPU Temp

In this guide we will be covering how to monitor CPU temperatures using the lm-sensor program.     About lm-sensors: The Linux program lm-sensors (or “Linux-monitoring sensors”) is a free software utility that monitors the temperatures, fan speeds, and voltages of computer hardware. It also provides other useful information such as system temperatures and power…

Linux Intro

Linux Intro

Linux is an incredibly powerful and versatile open-source operating system that can be used for a variety of purposes. From running web servers to hosting websites, Linux has something to offer everyone as long as you are willing to learn a new program. This guide will discuss the different elements of Linux, including its terminal,…

Samba Shared Drive/Folder

Samba Shared Drive/Folder

Samba is a software package that allows linux computers to share files and printers with other computers on a network, regardless of whether those other computers are running linux, Windows, or macOS. Samba is an important tool for networking linux computers with other types of computers, and can be especially useful in mixed-platform environments.  …

Terminal Basic Commands

Terminal Basic Commands

Terminal is a very powerful program that can provide valuable information and control over Linux systems. This article covers some basic commands.     Important Commands and Hot-Keys: Tab: The Tab button will complete words or names of directories or files. You will need to have enough of the command typed out for the computer…

Byobu

Byobu

Byobu is a Linux program that allows users to combine multiple terminal windows into a single screen. This makes it easier to work with multiple programs at the same time. Byobu also provides features such as tab completion and split screen mode, which make it easier to use the terminal.     Introduction to Byobu:…