Around The Sun 2024
Howdy everyone! If you know me, you know I love Raspberry Pi’s. Not the food, but the little wallet sized computers. I have a bunch of them all doing small things like Pi-Hole and even running local gameservers. Here at my home, Debian 11 is my Operating Systems of choice. While I am not a Linux SysAdmin; I often get to manage a large fleet of Red Hat Enterprise Linux (RHEL) servers. Most of them running containers on Podman. Anyways, lets get started!
Linux really just refers to the kernel. A kernel is the low-level code that manages memory, storage, and communication with the underlying PC hardware. There are countless ‘flavours’ of Linux also known as Distros’. Each with slightly different packages that when configured together create a cohesive Operating System.
I assume you are familiar with Windows 7 or 10.
Debian uses the apt package manager and Red Hat Enterprise Linux (RHEL) uses the yum package manager. They function the same way with slightly different syntax. Even with a Desktop Enviroment (DE), it is best practice to let your package manager handle everything storage related. Using your package manager, you streamline updating, patching, uninstalling, and storage clean up. Here are a few of my most used apt commands.
~ apt update
~ apt upgrade
~ apt install
~ apt remove
~ apt purge
~ apt autoremove
~ apt list --installed
~ apt list --upgradeable
It seems to be a common misconception that the Command Line Interface is hard to use and time consuming. However there are many shortcuts just like the Windows GUI. Below are a few commands I think everyone should know how and why to use…
The ~
always represents the logged in users Home Directory. This folder is read protected from other users. Treat it like your Windows User profile folder. This is where Windows would store your “Documents”, “Pictures”, “Downloads”…. You get the idea.
Then the .
(period) represents “here” or the current working directory.
The following command will update the known packages and then install neofetch and speedtest-cli and the pydf.
sudo apt update && sudo apt install neofetch speedtest-cli pydf -y
sudo [Super User Do] apt (executes the package manager) update (checks the upstream repo for new package versions) && [AND THEN DO] install neofetch, speedtest-cli, and then pydf. -y [Yes flag].
Fun Fact - Ubuntu Desktop and Ubuntu Server are the same. The Desktop version simply has the required packages to display a full Desktop Enviroment (DE). They can both be converted into each other since the underlying Distro is the same.
Fun Fact - Unlike Windows, Linux does not require file extentions such as .txt or .exe to operate. Another fun fact is that files starting with a period (.) are hidden files and directory.
The file path / is called “root”. It is the equivilent of “C:". Log files most often land in the “/var/log” directory.
The file path /etc/ typically contains host configuration files. Network interfaces, motd, and other items can be configured here. Similar to “C:\Windows\System32” within Windows.
The file path /home/ is the default home directory for user profiles. Much like “C:\Users" in Windows.
Matt’s Guide to CB Radios and more.
De-Google-Fi, Step 1
Matt’s Guide to Securing a Linux Box for Production.
Quick overview of my websites architecture.
One Night in Glacier NP - 2024
Exploring and capturing the scenery in American Truck Simulator, Nebraska DLC
how-to be safe while downloading linux isos.
Exploring South Dakota with the Jacksons.
how I reduced my home page 610 percent.
how-to add oneko.js to the minimal-mistakes jekyll template.
My personal running notes for growing cannabis.
Dealing with CIFS errors between TrueNAS and Debian.
how-to bounce a Juniper JunOS switchport.
how-to fix ‘the list of sources could not be read.’ when using apt.
how-to troubleshoot a home network, by a Network Engineer.
Moving my webserver from OpenLiteSpeed to Caddy
how-to resolve, could not resolve packages.adoptium.net
how-to validate XZ-Utils impact.
How and Why I use Ninite
Manually renewing Certbot on OpenLiteSpeed
Yet Another Benchmark Results
Linux Basics and Core Concepts by Matt F.
how-to Buy and Manage a Web Domain
My Udemy Course Completion Certification.
Scion FRS Service Manual Download and Sources
My Discord Server Widget
How I moved from QUIC.Cloud to BunnyNet CDN.
My High Uptime Plan for 2024.
Personal notes for Magic the Gathering
HTML Hobbiest Webring Landing Page/Post
Method of Procedure for migrating from WordPress to plain HTML.
W900 Tuning Pack DLC Review.
Google Domains is Ending.
Deep dive into OpenLiteSpeed webserver.
how-to resolve my Jekyll/Cloudflare Pages deployment error.
In High School I had one dream that stands out. Own a Porsche by the time I was 26. Looking back, I have no idea where this dream came from; because I was ra...
Personal ramblings about my new town.
Knowledge Filled PDF Bundle
how-to Jellyfun.
ProtonMail Review - 1 Year
how-to manage Pi-Hole.
My new Gaming PC. Its boring but it’ll do.
how-to setup Pi-Hole and Wireguard on Linode.
how-to update the hostname of a Raspberry Pi.
Can a Raspberry Pi Zero host a family VPN Server? Yes.
Logitech G413 Keyboard review.
Razer Huntsman Mini review.
YouTube video cruising through Colorado!
Ramblings about PiAware after one month of operation.
Guide to setup a Raspberry Pi from start to finish!
Guide to configuring the Timezone on a Raspberry Pi.