Hello, WordPress enthusiasts and developers! Today, I’m thrilled to introduce a new addition to the WordPress theme repository – the D8 Linux Terminal Theme. This theme is designed for those who love the simplicity and efficiency of a Linux terminal and want to bring that experience to their WordPress site. What is the D8 Linux Terminal Theme? The D8 Linux Terminal Theme is a WordPress theme that transforms your website’s interface into a Linux terminal-like environment. It’s perfect for developers, tech enthusiasts, or anyone who wants a unique and minimalist design for their website. This theme is not just about […]
Redmine Time Tracker – Chrome Extension
A Chrome Extension with Vue.js to efficiently track time for Redmine tickets. #Setup Page # Issues Page # Search Results Features Steps to Use the Extension https://github.com/kzorluoglu/kedmine-chrome#steps-to-use-the-extension New Feature – 16.10.2023 New Feature – 16.10.2023 CSV to Redmine Table Converter Views: 49
Octoprint via Helm and Kubernetes
This repository contains Helm chart configurations for deploying OctoPrint project. The setup.sh script allows you to easily configure and deploy the chart. Direct Repo address for those with Kubernetes and Helm knowledge: https://github.com/kzorluoglu/octoprint-helm Prerequisites – Helm v3.x– Kubernetes cluster– Bash shell Usage Clone the Repository Run the Setup Script First, make the script executable: Then, run the script: The script will prompt you for the following information: These values will be used to populate the config.yaml file, which will be used for the Helm installation. Helm Install The script will automatically run helm install with the provided project name and config.yaml file. […]
MJPG-streamer installation and run at System Startup using Systemd – Ubuntu Server
mjpg-streamer is a popular tool for streaming MJPEG video from webcams. In this tutorial, we will learn how to configure mjpg-streamer to run automatically at system startup using a systemd service unit file. Installation via Snap Step 1: Create the Service Unit File In the text editor, paste the following content: [Unit] Description=MJPG Streamer After=network.target [Service] ExecStart=ExecStart=mjpg-streamer -i “input_uvc.so” -o “output_http.so -w /home/kzorluoglu/charts/octoprint/www” Restart=always [Install] WantedBy=multi-user.target Step 2: Enable and Start the Service BONUS: if you want to run mjpg-streamer without sudo, you can try the following steps. Add your user to the video group: sudo usermod -aG video <your_username> […]
Mercedes Benz W213 – S213 3D Printed Cup Holder Project
3dprinted #mercedes #s213 #cupholder https://www.instagram.com/reel/CucA1HwuELb/?utm_source=ig_web_copy_link&igshid=MzRlODBiNWFlZA== Views: 64