Search

You can find the results of your search below.

Fulltext results:

Repurpose Old Printers Using a Raspberry Pi @en:blog:2025:01:20
31 Hits, Last modified:
is device, using a Raspberry Pi as a print server allows us to extend the printer’s lifespan. It also e... Raspberry Pi with the necessary software * Install and configure the Canon printer drivers * Use C... red folder (useful for scanned documents) * Install and configure a Python Startup Monitor ===== Pre... epare the MicroSD card: ==== - Download and install **Raspberry Pi Imager** from the official Raspber
Let's Talk - Building a Modular PHP Framework part 3 @en:blog:2025:02:03
20 Hits, Last modified:
Author(s)**: Louis Ouellet ---- In this third installment of our **Building a Modular PHP Framework** s... F)** is a type of web security vulnerability that allows an attacker to trick users into performing unw... tion where they are already authenticated. Essentially, the attacker exploits the user's browser sessio... validate a secret token that must be included in all non-GET requests. We ensure our session is start
How to Publish a Remote Application using Windows Server RDS @en:blog:2024:11:29
18 Hits, Last modified:
Desktop Services (RDS) is a robust solution that allows organizations to centralize application manage... de the insights you need to get started. From installation to distribution and troubleshooting, you’ll ... s Server machine with Remote Desktop Services installed. * A user account with administrative privile... pplication you want to publish as a RemoteApp installed on the server. * A network connection to the
How to Install Remote Desktop Services on Windows Server 2022 @en:blog:2024:11:27
17 Hits, Last modified:
{{ :en:blog:2024:11:27:how-to-install-remote-desktop-services-on-windows-server-2022-article.png?nolink&600 |}} ====== How to Install Remote Desktop Services on Windows Server 2022 ==... d centralized desktop and application access. Installing RDS on Windows Server 2022 provides a robust a... guide, we’ll walk you through the process of installing and configuring Remote Desktop Services on Win
Let's Talk - Building a Modular PHP Framework from Scratch @en:blog:2025:01:24
13 Hits, Last modified:
ing up modules, creating a logging system, and finally wrapping requests into a tidy Request class. By ... ice that we use a default configuration array and allow for custom overrides via our configuration syst... class(); } else { // Fall back to a default module class ${... t_class($value) . PHP_EOL; } </file> ++++ ===== Fallback Module Class ===== One downside to having opt
How to Install DokuWiki on a LAMP Server @en:blog:2023:12:18
12 Hits, Last modified:
{{ :en:blog:2023:12:18:how-to-install-dokuwiki-on-a-lamp-server.png?nolink |}} ====== How to Install DokuWiki on a LAMP Server ====== **Author(s)**: L... uire a database, making it a perfect choice for small to medium-sized projects. LAMP servers offer a st... dokuwiki/> Options FollowSymLinks AllowOverride All Require all granted </D
Let's Talk - Building a Modular PHP Framework part 2 @en:blog:2025:01:28
11 Hits, Last modified:
"CLI" ] ], "INSTALLER" => [ "class" => "\LaswitchTech\coreInstaller\Installer", "scope" => [ "Router", "API", ... ==== Implementing Helpers ===== Helpers provide small, shareable methods. To achieve this, we first cre
How to Check a Hard Drive Health from the Command-Line @en:blog:2024:02:01
10 Hits, Last modified:
package includes the ''smartctl'' utility, which allows you to inspect your hard drive's SMART (Self-M... dict drive failure and perform checks. ===== Installing smartmontools ===== Before you can use ''smartctl'', you must install the ''smartmontools'' package. On most Linux distributions, you can install it via the package manager. For Ubuntu/Debian-ba
How to Build a Simple Ticketing System in DokuWiki @en:blog:2024:10:08
9 Hits, Last modified:
i** and the **Bureaucracy** plugin. This approach allows you to leverage DokuWiki's flexible content ma... oration. * **[[https://www.dokuwiki.org/plugin:gallery|Gallery]]**: For adding image attachments related to the ticket. * **[[https://www.dokuwiki.org/p... runas#template_mode|run as]] a non-existent user called **''bureaucracy''** in the [[https://www.dokuwi
How to Setup Server Backups on Windows Server 2022 @en:blog:2024:12:06
9 Hits, Last modified:
server backups on Windows Server 2022. This will allow you to create regular backups of your server's ... server backups on Windows Server 2022. This will allow you to create regular backups of your server's ... ork share to store the backups ===== Step 1: Install Windows Server Backup Feature ===== - Open **Se... s''. - Select ''Role-based or feature-based installation'' and click <key>Next</key>. {{ :en:blog:202
How to Uninstall Windows Store on Windows 11 @en:blog:2024:01:31
8 Hits, Last modified:
{{ :en:blog:2024:01:31:how-to-uninstall-windows-store-on-windows-11.png?nolink |}} ====== How to Uninstall Windows Store on Windows 11 ====== **Author(s)**:... w features and a revamped interface. However, not all components may be necessary for everyone. The Win... dates, may be something you wish to remove, especially if you're looking for a more streamlined or cont
Git --- Let's talk about it @en:blog:2024:11:07
6 Hits, Last modified:
lly help others who are just starting out. I’ve really only been using Git consistently since last year... t? ===== To get started with Git, you need to install it on your computer. You can download Git from th... it-scm.com/|official website]]. Once you have installed Git, you can start using it by creating a new r... sage" </code> This will create a new commit with all your changes. You can then push your changes to a
How to Join a New Server to an Existing Domain @en:blog:2024:11:26
6 Hits, Last modified:
e and accessible. - **Server Preparation**: Install the Windows Server OS (e.g., Windows Server 2022 ... your new Windows Server, Server Manager automatically opens. If it doesn’t, you can manually open it from the Start Menu. ===== Step 2: Access System Sett... nchronized with the Domain Controller. * **Firewall Settings**: Allow necessary ports for domain comm
Enhancing Your DokuWiki Forms with Custom JavaScript - Replacing Newlines with Markdown-Friendly Syntax @en:blog:2024:12:20
6 Hits, Last modified:
custom markdown can sometimes be a hurdle, especially for users who aren’t familiar with its nuances. ... ’ve developed a JavaScript solution that automatically converts \n to \, ensuring that forms work seaml... ndexOf("&do=") === -1) { // Find all the texteareas and Replace " \ " with newlines ... nt.preventDefault(); // Find all the texteareas and replace newlines with " \ "
How to Disable Low Voltage Notification on Your Raspberry Pi @en:blog:2023:12:18
5 Hits, Last modified:
lpful in some scenarios, can be a nuisance, especially if you're confident in your power supply's capab... igned to operate at a certain voltage level, typically 5V. When the voltage drops below this level, the device may not perform optimally. To alert users, the Raspberry Pi displays a low... and power notifications. * **sudo reboot**: Finally, this reboots your Raspberry Pi to apply the cha
Fixing CrowdStrike Issue on Windows @en:blog:2024:07:23
3 Hits, Last modified:
How to disable the Cortana app @en:blog:2024:01:31
2 Hits, Last modified: