“Once a new technology rolls over you, if you’re not part of the steamroller, you’re part of the road.”
  • Installing zoneminder on ubuntu

    To install ZoneMinder on Ubuntu, you will need to follow these steps: Copy codesudo apt-get install apache2 mariadb-server libmariadb-dev libssl-dev libjpeg-dev libpcre3-dev libavcodec-dev libavformat-dev libswscale-dev libavutil-dev libmysqlclient-dev libpq-dev libwebp-dev Copy codesudo mysql -u root -p CREATE DATABASE zm; GRANT ALL PRIVILEGES ON zm.* TO ‘zmuser’@’localhost’ IDENTIFIED BY ‘zmpass’; FLUSH PRIVILEGES; exit; Copy codewget https://github.com/ZoneMinder/ZoneMinder/releases/download/v1.34.29/zm-1.34.29.tar.gz tar…

  • Installing Docker on Ubuntu

    Installing Docker on Ubuntu is a straightforward process that can be completed in just a few steps. Copy codesudo apt-get update Copy codesudo apt-get install apt-transport-https ca-certificates curl software-properties-common Copy codecurl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add – Copy codesudo add-apt-repository “deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable” Copy codesudo apt-get update Copy codesudo apt-get install…

  • GIMP (GNU Image Manipulation Program)

    GIMP (GNU Image Manipulation Program) is a free and open-source image editing software that can be used to create and edit images, graphics, and digital art. It is similar to Adobe Photoshop and offers many of the same features and tools, but at no cost. To start using GIMP, you will first need to download…

  • 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…