Mastering SystemCTL Commands for Service Management in Ubuntu
August 6th, 2024 10:57 AM Mr. Q Categories: Linux
In this tutorial, you’ll learn how to use the systemctl command to start, stop, restart, and manage other services on your Ubuntu server, along with listing all services and their statuses. If you are not logged in as root, you will need to preface with sudo. Table of Contents: Section […] Read more »
Enabling Firewall, Opening & Closing Ports, and Managing Services in Ubuntu
August 6th, 2024 10:13 AM Mr. Q Categories: Linux
A step-by-step guide to secure your server and manage network connections Table of Contents: Section 1: Installing Uncomplicated Firewall (UFW) 1.1. Ubuntu comes with a built-in firewall called Uncomplicated Firewall (UFW). To install it, run the following command in your terminal: 1.2. After installation, you can proceed to the next […] Read more »
Ubuntu 24.04 with ollama and webui
August 5th, 2024 7:30 PM Mr. Q Categories: Large Language Models (LLM)
Ollama and WebUI are powerful tools designed for working with large language models like GPT-3, offering fine-tuning capabilities to optimize pre-trained models for specific tasks or industries (Ollama) and providing an accessible, user-friendly web-based interface for easy interaction with AI-generated content (WebUI). These tools allow users of varying technical levels […] Read more »
Using Docker Without Sudo: A Comprehensive Guide
August 5th, 2024 7:19 PM Mr. Q Categories: Docker
This guide will provide you with the steps needed to install and run Docker on your system without needing sudo access. We’ll cover installing Docker in user mode, as well as some important security considerations. Table of Contents: Section 1: Introduction Docker is a popular containerization platform that enables developers […] Read more »
Trouble shooting the PSE (Pneumatic System Equipment) pump in a Mercedes SL500 (R230)
July 27th, 2024 11:51 AM Mr. Q Categories: 2004 Mercedes SL500, PSE
The PSE (Pneumatic System Equipment) pump in a Mercedes SL500 (R230) is responsible for several functions related to the vehicle’s pneumatic systems. Here are the devices and systems that typically use the PSE pump: Devices and Systems Using the PSE Pump in a Mercedes SL500 (R230): Troubleshooting Tips for Each […] Read more »
Trouble shooting SL500’s SBC (Sensotronic Brake Control) Reduced Brake Effect Warning
July 27th, 2024 11:09 AM Mr. Q Categories: 2004 Mercedes SL500, Brakes
Troubleshooting the PSE (Pneumatic System Equipment) pump in your Mercedes SL500 involves several steps to diagnose and identify the specific problem. Here’s a comprehensive guide to help you through the process: Tools and Materials Needed Steps to Troubleshoot the PSE Pump Additional Tips Safety Warning The SBC system is critical […] Read more »
Trouble shooting SL500’s rear AMG battery drain
July 27th, 2024 10:57 AM Mr. Q Categories: 2004 Mercedes SL500, Battery
For a Mercedes SL500 (R230) with an AMG battery setup, the average parasitic draw when the vehicle is not running should be relatively low. Typically, for most modern vehicles, the acceptable range for parasitic draw is between 20 to 50 milliamps (mA). However, specific values can vary slightly based on […] Read more »
Why can’t I ping my Synology NAS when I enable my FireWall
July 24th, 2024 1:28 PM Mr. Q Categories: Synology
I’ve been locking down the firewall on my Synology NAS to only allow certain ports from specific IP subnets. After enable the firewal, ping stopped working from external command prompt. I still wanted to be able to ping the Synology from anywhere. I couldn’t work out how to configure the […] Read more »
Synology upgrade Plex Media Server manually
July 11th, 2024 5:57 PM Mr. Q Categories: Synology
Launch Package Center and open Plex Media Server Stop the Plex Media Server Upload the latest (not Bata) version and follow the instructions. Once installed, launch the Control Panel Open Shared Folder Edit the shared folder containing your Media Click Permissions tab Change to System internal user and give PlexMedaServer […] Read more »
How to backup Plex Server
July 11th, 2024 5:47 PM Mr. Q Categories: Synology
To backup my Synology NAS, copy \volume1\PlexMediaServer\AppData to a new location Now that I know what to backup, I can use any tool to automate this. Read more »