Blog

Enhancing Your DokuWiki Forms with Custom JavaScript - Replacing Newlines with Markdown-Friendly Syntax

Author(s): Louis Ouellet


DokuWiki is a fantastic tool for creating and managing content collaboratively. However, working with custom markdown can sometimes be a hurdle, especially for users who aren’t familiar with its nuances. For instance, when dealing with form inputs, DokuWiki users often encounter issues with preserving newlines (\n) during form submission. To simplify this, I’ve developed a JavaScript solution that automatically converts \n to \, ensuring that forms work seamlessly with DokuWiki’s markdown syntax.

This script not only streamlines the user experience by handling markdown transformations but also makes it easier to display form inputs correctly. It’s particularly useful when forms are used in namespaces requiring strict markdown compliance. In this tutorial, I’ll show you how to set up and use this script in your DokuWiki instance.

Read more

How to Connect an iSCSI Target on Windows Server 2022

Author(s): Louis Ouellet


iSCSI (Internet Small Computer System Interface) is a protocol that allows you to connect storage devices over a network. This can be useful for sharing storage between multiple servers or for creating a shared storage pool. iSCSI offers a cost-effective way to connect storage devices over a network, and it is widely used in data centers and enterprise environments.

In this guide, we will show you how to connect an iSCSI target on Windows Server 2022.

Read more

2024/12/06 14:20 · Louis Ouellet · 0 Comments

How to Setup Server Backups on Windows Server 2022

Author(s): Louis Ouellet


Backups are an essential part of any server management strategy. They provide a way to recover data and system configurations in case of data loss or system failure. In this guide, we will be setting up server backups on Windows Server 2022. This will allow you to create regular backups of your server's data and system state, which can be used to restore the server in case of data loss or system failure.

In this guide, we will be setting up server backups on Windows Server 2022. This will allow you to create regular backups of your server's data and system state, which can be used to restore the server in case of data loss or system failure.

Read more

2024/12/06 11:41 · Louis Ouellet · 0 Comments

How to Publish a Remote Application using Windows Server RDS

Author(s): Louis Ouellet


In today’s fast-paced, remote-friendly world, businesses are increasingly relying on tools that enable seamless access to applications from anywhere. Windows Server Remote Desktop Services (RDS) is a robust solution that allows organizations to centralize application management while providing users with secure and efficient access to their work tools. With RDS, you can publish individual applications—referred to as RemoteApps—without exposing the entire desktop environment, making it a versatile choice for IT administrators and end-users alike.

In this guide, titled “How to Publish a Remote Application using Windows Server RDS”, we’ll walk you through the process of configuring RDS and publishing a RemoteApp step-by-step. Whether you’re an IT professional setting up RDS for the first time or looking to fine-tune your deployment, this article will provide the insights you need to get started. From installation to distribution and troubleshooting, you’ll learn how to make RemoteApp an integral part of your organization’s productivity toolkit. Let’s dive in!

Read more

2024/11/29 16:25 · Louis Ouellet · 0 Comments

Announcing MySQL INI Configurator - Simplifying MySQL Configuration Management

Author(s): Louis Ouellet


Today, I am thrilled to introduce my latest open-source project, MySQL INI Configurator. This lightweight yet powerful GUI tool aims to make editing MySQL’s my.ini configuration files intuitive and hassle-free. Whether you’re a database administrator or a developer, the tool ensures you can manage your configuration settings without getting lost in endless lines of code.

Read more

How to Install Remote Desktop Services on Windows Server 2022

Author(s): Louis Ouellet


Remote Desktop Services (RDS) is an essential component for organizations that need centralized desktop and application access. Installing RDS on Windows Server 2022 provides a robust and secure environment for remote work and collaboration. In this guide, we’ll walk you through the process of installing and configuring Remote Desktop Services on Windows Server 2022.

Read more

How to Join a New Server to an Existing Domain

Author(s): Louis Ouellet


Managing servers in an enterprise environment often involves joining new servers to an existing Active Directory (AD) domain. This process ensures centralized authentication and resource management. In this tutorial, we will walk through the steps to successfully join a Windows Server to an existing domain.

Read more

Adding New Features: Updates to Writr v2024-11-12

Author(s): Louis Ouellet


In this update, I'm thrilled to introduce some new features to the Writr theme, aimed at enhancing functionality and user experience. Each addition was thoughtfully crafted, and I hope these features will provide you with greater ease and enjoyment.

Read more

2024/11/12 11:25 · Louis Ouellet · 0 Comments