Vue lecture

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

Traefik: Reverse proxy for Docker

Traefik is an open-source, cloud-native reverse proxy and load balancer that simplifies the deployment and management of applications across multiple servers or containers. With Traefik, developers can easily and seamlessly route traffic to the appropriate service instance and ensure high availability, reliability, and security. In this article, I'll explore the features and limitations of Traefik as a reverse proxy and load balancer for containers.

The post Traefik: Reverse proxy for Docker first appeared on 4sysops.
✇4sysops

Uptime Kuma: Open-source monitoring with Docker support

We take a look at Uptime Kuma, an open-source, self-hosted monitoring tool for websites, APIs, and services. It allows you to keep track of the uptime, downtime, and response times of your applications. One of the recommended ways to deploy Uptime Kuma is to use Docker containers, as they allow for easy installation, scaling, and management.

The post Uptime Kuma: Open-source monitoring with Docker support first appeared on 4sysops.
✇4sysops

Windows LAPS now part of the OS; new password security features included

With the cumulative update for April 2023, Microsoft delivers the Local Administrator Password Solution (LAPS) as a system component for the first time. The updated version uses different attributes in AD and introduces new PowerShell cmdlets. Admins must remove the legacy LAPS to benefit from the new features.

The post Windows LAPS now part of the OS; new password security features included first appeared on 4sysops.
✇4sysops

Azure Virtual Desktop: Getting started

Azure Virtual Desktop (formerly Windows Virtual Desktop) is a cloud-based virtual desktop infrastructure (VDI), terminal services, and remote app solution from Microsoft. After reading this article, you'll understand what Azure Virtual Desktop is, what business value it can bring to your organization, and how you can quickly set up a test environment to explore the product's capabilities. I'll walk you through its most common use cases and when NOT to consider Azure Virtual Desktop.

The post Azure Virtual Desktop: Getting started first appeared on 4sysops.
✇4sysops

HashiCorp Nomad: An easy-to-use Kubernetes alterative for orchestrating containers

HashiCorp Nomad is a powerful orchestration and scheduler tool that can be an easily operated Kubernetes alternative. Nomad provides an orchestrator for containers, virtual machines, and other resources. The de facto standard for a container orchestrator today is Kubernetes. However, Kubernetes is extremely challenging and complex. It requires a specialized skillset that can present a barrier to entry regarding running production workloads in self-hosted clusters.

The post HashiCorp Nomad: An easy-to-use Kubernetes alterative for orchestrating containers first appeared on 4sysops.
✇4sysops

How to create a Proxmox VM template

A Proxmox VM template is a preconfigured virtual machine image that can be used to create new virtual machines. The template is essentially a snapshot of a virtual machine that has been configured with a specific operating system, applications, settings, and any other necessary configurations, allowing you to deploy new virtual machines quickly to save time and effort. In this post, you will learn how to create a VM template and quickly clone a new VM from the template.

The post How to create a Proxmox VM template first appeared on 4sysops.
✇4sysops

Private Docker registry setup

A Docker registry allows your organization's users to store and distribute Docker images, which are used to create and run containers. There are two main types of registries in Docker: public and private. In this post, you will learn how to configure a private Docker registry.

The post Private Docker registry setup first appeared on 4sysops.
✇4sysops

Read NTFS permissions: View read, write, and deny access information with AccessEnum

Reading NTFS permissions for files and folders on a Windows device to find misconfiguration can be a cumbersome and time-consuming task. Basically, there are two options for accomplishing the task. Either you can read NTFS permissions for every scanned object and analyze the results, or you can find misconfigured permissions and list only the differences. Let me show you how to do the latter with the help of AccessEnum, a GUI tool from the Sysinternals Suite.

The post Read NTFS permissions: View read, write, and deny access information with AccessEnum first appeared on 4sysops.
✇4sysops

Windows doesn’t start: Recover partitions, copy files, and reset password with SystemRescue

If Windows doesn't start or boot, you need a good repair tool that you allows to access the boot drive to rescue your Windows installation by recovering partitions, copying files, or resetting the admin password. SystemRescue is a collection of open-source utilities on a bootable ISO image, making it easy to download and mount directly to a virtual machine or "burn" to a USB drive. You can use them for both Linux and Windows computers, including desktops, laptops, and servers.

The post Windows doesn’t start: Recover partitions, copy files, and reset password with SystemRescue first appeared on 4sysops.
❌