<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://laswitchtech.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://laswitchtech.com/feed.php">
        <title>LaswitchTech</title>
        <description>Blending Innovation and Expertise in Computing – From Network Security to Software Development and 3D Printing</description>
        <link>https://laswitchtech.com/</link>
        <image rdf:resource="https://laswitchtech.com/_media/wiki/logo.svg" />
       <dc:date>2026-04-20T02:00:49+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://laswitchtech.com/en/blog/2024/11/29/announcing-mysql-ini-configurator-simplifying-mysql-configuration-management?rev=1771266160&amp;do=diff"/>
                <rdf:li rdf:resource="https://laswitchtech.com/en/blog/2025/01/24/let-s-talk-building-a-modular-php-framework-from-scratch?rev=1771266067&amp;do=diff"/>
                <rdf:li rdf:resource="https://laswitchtech.com/en/blog/2024/11/27/how-to-install-remote-desktop-services-on-windows-server-2022?rev=1771266169&amp;do=diff"/>
                <rdf:li rdf:resource="https://laswitchtech.com/en/blog/2025/02/03/let-s-talk-building-a-modular-php-framework-part-3?rev=1765909135&amp;do=diff"/>
                <rdf:li rdf:resource="https://laswitchtech.com/en/blog/2023/12/18/how-to-install-dokuwiki-on-a-lamp-server?rev=1771266439&amp;do=diff"/>
                <rdf:li rdf:resource="https://laswitchtech.com/en/blog/2024/01/31/how-to-disable-telemetry-on-windows-11?rev=1771266330&amp;do=diff"/>
                <rdf:li rdf:resource="https://laswitchtech.com/en/blog/2024/01/31/how-to-skip-the-network-setup-on-the-initial-setup-of-windows-11?rev=1771266384&amp;do=diff"/>
                <rdf:li rdf:resource="https://laswitchtech.com/en/blog/2025/01/20/repurpose-old-printers-using-a-raspberry-pi?rev=1771266079&amp;do=diff"/>
                <rdf:li rdf:resource="https://laswitchtech.com/en/blog/2026/02/14/rediscovering-engineering-through-3d-printing?rev=1774273634&amp;do=diff"/>
                <rdf:li rdf:resource="https://laswitchtech.com/en/blog/2024/01/31/how-to-prevent-user-from-signing-into-a-microsoft-account-on-windows-11?rev=1771266353&amp;do=diff"/>
                <rdf:li rdf:resource="https://laswitchtech.com/en/blog/2024/07/23/crowdstrike?rev=1771266404&amp;do=diff"/>
                <rdf:li rdf:resource="https://laswitchtech.com/en/blog/2024/10/08/how-to-build-a-ticketing-system?rev=1771266425&amp;do=diff"/>
                <rdf:li rdf:resource="https://laswitchtech.com/en/blog/2024/11/26/how-to-join-a-new-server-to-an-existing-domain?rev=1771266179&amp;do=diff"/>
                <rdf:li rdf:resource="https://laswitchtech.com/en/blog/2024/12/20/enhancing-your-dokuwiki-forms-with-custom-javascript-replacing-newlines-with-markdown-friendly-syntax?rev=1771266090&amp;do=diff"/>
                <rdf:li rdf:resource="https://laswitchtech.com/en/blog/2025/01/28/let-s-talk-building-a-modular-php-framework-part-2?rev=1771266048&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://laswitchtech.com/_media/wiki/logo.svg">
        <title>LaswitchTech</title>
        <link>https://laswitchtech.com/</link>
        <url>https://laswitchtech.com/_media/wiki/logo.svg</url>
    </image>
    <item rdf:about="https://laswitchtech.com/en/blog/2024/11/29/announcing-mysql-ini-configurator-simplifying-mysql-configuration-management?rev=1771266160&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-16T18:22:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Announcing MySQL INI Configurator - Simplifying MySQL Configuration Management</title>
        <link>https://laswitchtech.com/en/blog/2024/11/29/announcing-mysql-ini-configurator-simplifying-mysql-configuration-management?rev=1771266160&amp;do=diff</link>
        <description>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.</description>
    </item>
    <item rdf:about="https://laswitchtech.com/en/blog/2025/01/24/let-s-talk-building-a-modular-php-framework-from-scratch?rev=1771266067&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-16T18:21:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Let&#039;s Talk - Building a Modular PHP Framework from Scratch</title>
        <link>https://laswitchtech.com/en/blog/2025/01/24/let-s-talk-building-a-modular-php-framework-from-scratch?rev=1771266067&amp;do=diff</link>
        <description>Let&#039;s Talk - Building a Modular PHP Framework from Scratch

Author(s): Louis Ouellet

----------

Have you ever worked with popular PHP frameworks like CakePHP or Symfony and thought, “I wonder how these were built?” PHP frameworks can be tremendous time-savers, but they are truly powerful only when you know them inside and out. Developing your own mini-framework can be a great learning exercise, giving you deeper insight into best practices, modularity, and maintainability.</description>
    </item>
    <item rdf:about="https://laswitchtech.com/en/blog/2024/11/27/how-to-install-remote-desktop-services-on-windows-server-2022?rev=1771266169&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-16T18:22:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How to Install Remote Desktop Services on Windows Server 2022</title>
        <link>https://laswitchtech.com/en/blog/2024/11/27/how-to-install-remote-desktop-services-on-windows-server-2022?rev=1771266169&amp;do=diff</link>
        <description>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.</description>
    </item>
    <item rdf:about="https://laswitchtech.com/en/blog/2025/02/03/let-s-talk-building-a-modular-php-framework-part-3?rev=1765909135&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-16T18:18:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Let&#039;s Talk - Building a Modular PHP Framework part 3</title>
        <link>https://laswitchtech.com/en/blog/2025/02/03/let-s-talk-building-a-modular-php-framework-part-3?rev=1765909135&amp;do=diff</link>
        <description>Let&#039;s Talk - Building a Modular PHP Framework part 3

Author(s): Louis Ouellet

----------

In this third installment of our Building a Modular PHP Framework series, we will cover:

	*  Cross-Site Request Forgery (CSRF)
	*  API and Endpoint creation</description>
    </item>
    <item rdf:about="https://laswitchtech.com/en/blog/2023/12/18/how-to-install-dokuwiki-on-a-lamp-server?rev=1771266439&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-16T18:27:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How to Install DokuWiki on a LAMP Server</title>
        <link>https://laswitchtech.com/en/blog/2023/12/18/how-to-install-dokuwiki-on-a-lamp-server?rev=1771266439&amp;do=diff</link>
        <description>How to Install DokuWiki on a LAMP Server

Author(s): Louis Ouellet

----------

Today, we&#039;ll explore how to set up DokuWiki, a versatile and easy-to-use wiki software, on a LAMP (Linux, Apache, MySQL, PHP) server. This guide is ideal for those looking to create a personal or professional wiki without the complexity of larger platforms.</description>
    </item>
    <item rdf:about="https://laswitchtech.com/en/blog/2024/01/31/how-to-disable-telemetry-on-windows-11?rev=1771266330&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-16T18:25:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How to disable Telemetry on Windows 11</title>
        <link>https://laswitchtech.com/en/blog/2024/01/31/how-to-disable-telemetry-on-windows-11?rev=1771266330&amp;do=diff</link>
        <description>How to disable Telemetry on Windows 11

Author(s): Louis Ouellet

----------

Windows 11, like its predecessors, includes telemetry features that collect data on how you use the operating system. While this data is used to improve Windows performance and services, many users are concerned about privacy and prefer to limit the amount of data shared. This guide will walk you through the steps to disable telemetry features on your Windows 11 system, giving you more control over your data.</description>
    </item>
    <item rdf:about="https://laswitchtech.com/en/blog/2024/01/31/how-to-skip-the-network-setup-on-the-initial-setup-of-windows-11?rev=1771266384&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-16T18:26:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How to skip the network setup during the initial setup of Windows 11</title>
        <link>https://laswitchtech.com/en/blog/2024/01/31/how-to-skip-the-network-setup-on-the-initial-setup-of-windows-11?rev=1771266384&amp;do=diff</link>
        <description>How to skip the network setup during the initial setup of Windows 11

Author(s): Louis Ouellet

----------

Setting up a new Windows 11 computer is an exciting process, but not everyone has immediate access to an internet connection. Whether you&#039;re in a remote location, having network issues, or you simply prefer to set up your computer without connecting to the internet, Microsoft has included an option within Windows 11 to bypass the network setup during the initial configuration. This can be …</description>
    </item>
    <item rdf:about="https://laswitchtech.com/en/blog/2025/01/20/repurpose-old-printers-using-a-raspberry-pi?rev=1771266079&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-16T18:21:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Repurpose Old Printers Using a Raspberry Pi</title>
        <link>https://laswitchtech.com/en/blog/2025/01/20/repurpose-old-printers-using-a-raspberry-pi?rev=1771266079&amp;do=diff</link>
        <description>Repurpose Old Printers Using a Raspberry Pi

Author(s): Louis Ouellet  

----------

In this project, we will repurpose an old Canon Color ImageClass MF8350CDN printer using a Raspberry Pi. Since Canon no longer supports Windows 11 for this device, using a Raspberry Pi as a print server allows us to extend the printer’s lifespan. It also enables features such as AirPrint for convenient wireless printing from Apple devices.</description>
    </item>
    <item rdf:about="https://laswitchtech.com/en/blog/2026/02/14/rediscovering-engineering-through-3d-printing?rev=1774273634&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-23T13:47:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Rediscovering Engineering Through 3D Printing</title>
        <link>https://laswitchtech.com/en/blog/2026/02/14/rediscovering-engineering-through-3d-printing?rev=1774273634&amp;do=diff</link>
        <description>Rediscovering Engineering Through 3D Printing

Author(s): Louis Ouellet

----------

I didn’t buy a 3D printer to print toys.
I bought it to prototype systems.

In early October, I added a BambuLab P1S to my lab. Most people start with a Benchy — a calibration cube, a cable clip, something small and forgiving. I opened FreeCAD and started designing a NAS enclosure from scratch.</description>
    </item>
    <item rdf:about="https://laswitchtech.com/en/blog/2024/01/31/how-to-prevent-user-from-signing-into-a-microsoft-account-on-windows-11?rev=1771266353&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-16T18:25:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How to prevent user from signing into a Microsoft Account on Windows 11</title>
        <link>https://laswitchtech.com/en/blog/2024/01/31/how-to-prevent-user-from-signing-into-a-microsoft-account-on-windows-11?rev=1771266353&amp;do=diff</link>
        <description>How to prevent user from signing into a Microsoft Account on Windows 11

Author(s): Louis Ouellet

----------

With the integration of Microsoft accounts into Windows 11, users have the ability to sync settings, files, and preferences across devices. However, there may be situations where an administrator needs to restrict this capability for security or policy compliance. Whether you&#039;re managing a corporate environment or you simply prefer to use local accounts, Windows 11 provides a way to dis…</description>
    </item>
    <item rdf:about="https://laswitchtech.com/en/blog/2024/07/23/crowdstrike?rev=1771266404&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-16T18:26:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Fixing CrowdStrike Issue on Windows</title>
        <link>https://laswitchtech.com/en/blog/2024/07/23/crowdstrike?rev=1771266404&amp;do=diff</link>
        <description>Fixing CrowdStrike Issue on Windows

Author(s): Louis Ouellet

----------

Recently, there was a significant issue involving CrowdStrike and Microsoft Windows. On July 19, 2024, CrowdStrike released a routine configuration update for their Falcon sensor software, which led to unexpected system crashes and blue screens of death (BSOD) on Windows systems. The update caused a logic error that corrupted essential system files, triggering widespread outages across various sectors, including healthcar…</description>
    </item>
    <item rdf:about="https://laswitchtech.com/en/blog/2024/10/08/how-to-build-a-ticketing-system?rev=1771266425&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-16T18:27:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How to Build a Simple Ticketing System in DokuWiki</title>
        <link>https://laswitchtech.com/en/blog/2024/10/08/how-to-build-a-ticketing-system?rev=1771266425&amp;do=diff</link>
        <description>How to Build a Simple Ticketing System in DokuWiki

Author(s): Louis Ouellet

----------

Ticketing systems are invaluable tools for managing tasks, issues, or support requests in an organized and efficient way. Whether you are running a help desk or just need a way to track internal issues, a ticketing system provides a centralized method to manage communication and resolve problems promptly. In this tutorial, we will guide you through building a simple ticketing system using</description>
    </item>
    <item rdf:about="https://laswitchtech.com/en/blog/2024/11/26/how-to-join-a-new-server-to-an-existing-domain?rev=1771266179&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-16T18:22:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How to Join a New Server to an Existing Domain</title>
        <link>https://laswitchtech.com/en/blog/2024/11/26/how-to-join-a-new-server-to-an-existing-domain?rev=1771266179&amp;do=diff</link>
        <description>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.</description>
    </item>
    <item rdf:about="https://laswitchtech.com/en/blog/2024/12/20/enhancing-your-dokuwiki-forms-with-custom-javascript-replacing-newlines-with-markdown-friendly-syntax?rev=1771266090&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-16T18:21:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Enhancing Your DokuWiki Forms with Custom JavaScript - Replacing Newlines with Markdown-Friendly Syntax</title>
        <link>https://laswitchtech.com/en/blog/2024/12/20/enhancing-your-dokuwiki-forms-with-custom-javascript-replacing-newlines-with-markdown-friendly-syntax?rev=1771266090&amp;do=diff</link>
        <description>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…</description>
    </item>
    <item rdf:about="https://laswitchtech.com/en/blog/2025/01/28/let-s-talk-building-a-modular-php-framework-part-2?rev=1771266048&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-16T18:20:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Let&#039;s Talk - Building a Modular PHP Framework part 2</title>
        <link>https://laswitchtech.com/en/blog/2025/01/28/let-s-talk-building-a-modular-php-framework-part-2?rev=1771266048&amp;do=diff</link>
        <description>Let&#039;s Talk - Building a Modular PHP Framework part 2

Author(s): Louis Ouellet

----------

Time for part 2! In our previous part, we set up the groundwork of our modular PHP framework. This time, we will focus on expanding its capabilities to support the following objectives:</description>
    </item>
</rdf:RDF>
