Vue lecture

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.

Install Minikube on Windows

Minikube is an ideal solution for setting up a Kubernetes cluster for a test or development environment. It only requires a single node, optionally as a virtual machine. To install Minikube on Windows, several preparations are required, including the installation of Docker.

The post Install Minikube on Windows first appeared on 4sysops.

Notepad++: Search and replace with regex und plugins

The free and widely-used editor for Windows supports not only basic search and replace functions but also regular expressions. A helpful plugin assists in formulating regex, providing real-time expression validation. However, for many tasks you don't need regex; built-in functions and plugins often offer simpler solutions.

The post Notepad++: Search and replace with regex und plugins first appeared on 4sysops.

Windows Server 2025 Hyper-V: GPU partitioning, deduplication for VHDs, AD-less live migration

The upcoming LTSC release of Windows Server introduces several enhancements to Hyper-V and new storage functions, which primarily benefit the operation of virtual machines. This includes GPU virtualization, a new deduplication feature for ReFS, and live migration of VMs on clusters that are not members of an AD domain.

The post Windows Server 2025 Hyper-V: GPU partitioning, deduplication for VHDs, AD-less live migration first appeared on 4sysops.

Install Cronicle task scheduler with Nginx proxy

Cronicle is a web-based, multi-server task scheduling and automation platform designed to handle complex job scheduling and workflow management across multiple servers. It offers a user-friendly interface for creating, managing, and monitoring tasks, supporting a wide range of job types, including shell scripts, commands, and custom plugins. With features like real-time logging, error notification, and resource allocation, Cronicle is tailored for both small-scale tasks and large, distributed systems, providing robust and scalable solutions for automated job execution. In this article, I will guide you through the process of installing Cronicle and configuring Nginx as a proxy to provide a seamless and secure web interface.

The post Install Cronicle task scheduler with Nginx proxy first appeared on 4sysops.

Install Windows Subsystem for Linux (WSL) on different Windows editions and Server Core

For some time now, Microsoft has been offering a simplified installation of WSL via the wsl.exe utility. Hence, most guides refer to this method. However, in practice, it is not quite as straightforward because this command does not work on Server Core and is only suitable for WSL 2.

The post Install Windows Subsystem for Linux (WSL) on different Windows editions and Server Core first appeared on 4sysops.

Cron alterative Cronicle: Automating and monitoring tasks with a web interface

Cronicle is a powerful cron alternative for job scheduling. It provides an accessible and feature-rich web interface for creating and monitoring jobs. In a previous article, I have discussed how to install Cronicle. In this post, we will delve into the process of creating jobs and monitoring their execution using Cronicle.

The post Cron alterative Cronicle: Automating and monitoring tasks with a web interface first appeared on 4sysops.

Copying files between Windows and Linux with SCP and PowerShell

There are various mechanisms for copying files between Windows and Linux. A proven tool for this purpose is Secure Copy (SCP), and with the porting of PowerShell to Linux, it is suitable for this task, too. The connection runs over SSH in both cases, ensuring that files are transferred encrypted.

The post Copying files between Windows and Linux with SCP and PowerShell first appeared on 4sysops.

Resolve content (line) merge conflicts in GitHub

Most of the time, merging branches in Git is an automatic process of integrating the changes on one branch into another. Sometimes, a conflict prevents Git from completing the process without human intervention. This article briefly examines content (line) merge conflicts and how to resolve them. If you are new to Git, please read the previous guides in this Git beginner series.

The post Resolve content (line) merge conflicts in GitHub first appeared on 4sysops.

Ansible service module examples

Ansible's service module is used to manage services on remote systems. The service module is handy for tasks related to starting, stopping, restarting, and checking the status of services. It provides a consistent and declarative way to manage services across different operating systems. In this tutorial, we will explore how to use the Ansible service module with detailed examples to showcase its capabilities.

The post Ansible service module examples first appeared on 4sysops.

Customizing and deploying the Windows 11 Taskbar with GPO or Intune

Organizations can dictate the appearance of the Windows taskbar for all computers in the network. This primarily involves pinning important applications. To do this, admins configure the apps for the taskbar in an XML file. This file can then be distributed to the end devices via GPO or Microsoft Intune.

The post Customizing and deploying the Windows 11 Taskbar with GPO or Intune first appeared on 4sysops.

Step-ca: Running your own Certificate Authority with ACME support

Step-ca is a Certificate Authority (CA) management tool for Windows, Linux, and macOS designed to simplify the process of creation, management, and revocation of certificates for use with TLS, mutual TLS (mTLS) authentication, document signing, and other X.509 authentication as well as SSH keys through a variety of provisioners.

Mastering Outlook data files: A review of Stellar Toolkit for Outlook

The Stellar Toolkit for Outlook is a comprehensive suite of tools designed to manage and optimize the performance of Microsoft Outlook. It includes various functionalities such as repairing PST files, recovering lost or deleted emails, merging PST files, and converting OST files to PST format. Additionally, it offers features to remove duplicate emails and compact PST files to enhance Outlook's efficiency. The toolkit is particularly beneficial for users facing common Outlook issues.

Configuring iptables with Firehol

Firehol is an open-source tool used to configure Linux firewalls, such as those based on iptables. Advanced users can delve deeper into the rule set with optional parameters. Firehol ensures that the rules are coherent in both directions.
❌