“Once a new technology rolls over you, if you’re not part of the steamroller, you’re part of the road.”
-
Arch Linux
Arch Linux is a powerful and versatile operating system that is perfect for those who want to take control of their computing experience. Unlike many other Linux distributions, Arch is built from the ground up with a focus on simplicity, flexibility, and customization. One of the things that makes Arch Linux so amazing is its…
-
Plex performance
Plex is a popular media server application that allows you to stream your media library to multiple devices, including TVs, smartphones, and tablets. However, as your media library grows, you may start to experience performance issues such as buffering and stuttering. In this blog post, we’ll discuss several ways to optimize your Plex server for…
-
Working from home
Working from home has become the new normal for many of us during the COVID-19 pandemic. While the idea of being able to work in the comfort of your own home sounds great, it can also come with its own set of challenges. In this blog post, we’ll discuss some of the pros and cons…
-
Welcome
Welcome to “Tad’s Tech Blog”! My name is Tad Brooker and I am excited to share my thoughts and knowledge on the latest technology trends and developments with you. In this blog, you can expect to find articles on a wide range of topics, including but not limited to: As technology continues to shape and…
-
Setting up a DNS Server
Setting up a DNS server on Ubuntu 22.10 is a relatively simple process that can be completed in just a few steps. In this blog post, we will walk through the process of configuring a DNS server on Ubuntu 22.10. The first step in configuring a DNS server on Ubuntu 22.10 is to install the…
-
Cisco Unified Communications
Cisco Unified Communications is a comprehensive solution that combines various communication technologies, such as voice, video, and data, into a single, integrated system. This solution can include IP telephony, instant messaging, presence, and conferencing, and it is designed to improve collaboration, productivity, and communication among employees, regardless of their location. One of the main benefits…
-
Ubuntu vs Windows
Ubuntu is a popular open-source operating system that is known for its stability, security, and ease of use. In contrast, Microsoft Windows is a proprietary operating system that is known for its widespread use in businesses and homes. While both operating systems have their own strengths and weaknesses, there are several reasons why Ubuntu is…
-
Using Tailscale
Tailscale is a secure networking tool that allows you to easily connect your devices, regardless of their location, to create a virtual private network (VPN). It’s a great solution for remote teams and individuals who need to securely access resources on a private network. Here’s a guide on how to get started with Tailscale: Tailscale…
-
Installing WordPress on Ubuntu
Installing WordPress on an Ubuntu server is a great way to create a powerful and customizable website. Here are the steps to get started: Copy codesudo mysql CREATE DATABASE wordpress; CREATE USER ‘wordpressuser’@’localhost’ IDENTIFIED BY ‘password’; GRANT ALL PRIVILEGES ON wordpress.* TO ‘wordpressuser’@’localhost’; FLUSH PRIVILEGES; EXIT; Note: Before installing WordPress, you should make sure your…
-
Installing Ubuntu desktop
Installing Ubuntu Desktop is a straightforward process that can be completed in a few simple steps. Note: Before installing Ubuntu, you should backup your important data and check the system requirements of Ubuntu, to make sure that your computer meets the requirements to run Ubuntu. For more detailed instructions and troubleshooting please visit the Ubuntu…