Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

71 total results found

Tmux

EasyBuild Modules Compiling

Siyuan

Proxmox Software Defined Networking (SDN)

Proxmox Pages

The Proxmox Software Defined Networking (SDN) configuration provides a comprehensive overview of network management within the Proxmox cluster. This configuration is accessible through the web-based user interface (UI) at the datacenter level, offering several...

Understanding Network Zones and Segmentation

Networking

In the realm of networking, the concept of zones plays a pivotal role in ensuring security, manageability, and efficiency within complex network infrastructures. A zone essentially defines a virtually separated network segment, with specific nodes and assigned...

VLAN Setup Example

Proxmox Pages

In this example, we will demonstrate how to set up a Virtual LAN (VLAN) zone to facilitate network-level isolation using VLAN tags. This setup will allow virtual machines (VMs) on different nodes to communicate through an isolated network. Creating VLAN Zone a...

Neue Seite

Notfall Konzepte

          Notfallkonzept       Client  Management Wiederherstellung der SUEM Empirum Infrastruktur nach Totalausfall   (Hackerangriff)     Version 1.2023.04 Erstellt am 05.04.2023 Erstellt von Ralf Bachmann             Wir machen Kun...

Installing Docker, Docker Compose, and Portainer on Debian

Docker

In this article, we will walk through a bash script that automates the process of installing Docker, Docker Compose, and Portainer on a Debian-based system. Docker is a popular platform for developing, shipping, and running applications using containerization....

Setting up WordPress, MySQL, and phpMyAdmin using Docker Compose via Git

Wordpress

This guide demonstrates setting up WordPress, MySQL, and phpMyAdmin using Docker Compose version 3.1. This setup allows you to quickly create a local development environment for WordPress with a MySQL database and phpMyAdmin for database management. Docker Com...

Shutting Down Linux Distros on WSL

Useful Information

This guide shows how to shut down one or all your WSL distros using the wsl.exe command-line tool. Terminating a Single Distro: Open Command Prompt or PowerShell as administrator. List running distros: wsl --list --verbose Terminate a distro (replace DISTRO-...

Installation von AWX (Docker Version)

Ansible AWX

Um AWX zu installieren, folgen Sie diesen Schritten: Installieren Sie zunächst einige notwendige Pakete: sudo apt install docker.io docker-compose ansible Starten Sie den Docker-Dienst und fügen Sie ihn dem Autostart hinzu: sudo systemctl enable docker su...

Instalation von K3S

K3S

Host rename powershell

Powershell

Automatically Setting Computer Name from Local IP Address In certain scenarios, it may be necessary to automatically set the computer name based on its local IP address. This can be particularly useful in environments where dynamic assignment of computer names...

Comparison of Layer 2 and Layer 3 Switches

Networking

Understanding the differences between Layer 2 and Layer 3 switches is crucial for designing efficient network infrastructures. Below is a breakdown of the functionalities and applications of each type of switch. Layer 2 Switches Definition: Layer 2 switches op...

TMUX Guide

Tmux

Introduction TMUX (Terminal Multiplexer) is a powerful terminal management tool that allows you to run and manage multiple terminal sessions from a single window. It is particularly useful for developers and system administrators who need to manage multiple ta...

Modules Compiling

EasyBuild Modules Compiling

EasyBuild Modules Compiling automates the process of installing scientific software modules on computing clusters or systems. It simplifies complex software builds and installations, providing a unified and automated approach. How to Run EasyBuild Module Compi...

Importing Siyuan Old Docker Files to New Host

Siyuan

Step 1: Copy Old Siyuan Volume First, copy the old Siyuan Docker volume from the previous host to the new host. You can use various methods like scp, rsync, or simply copying files via shared storage if available. # Example using rsync rsync -avz <old_host>:/p...

📚 AWX on Single Node K3s

Ansible AWX

An example implementation of AWX on single node K3s using AWX Operator. Accessible over HTTPS from remote host 📝 Table of Contents 📝 Requirements ✅ Install K3s ✅ Install AWX Operator ✅ Prepare required files to deploy AWX ✅ Deploy AWX ❌ Troub...