Search

You can find the results of your search below.

Fulltext results:

Repurpose Old Printers Using a Raspberry Pi @en:blog:2025:01:20
16 Hits, Last modified:
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... & sudo apt-get dist-upgrade -y </code> Then, install required packages: <code bash> sudo apt-get insta
How to Publish a Remote Application using Windows Server RDS @en:blog:2024:11:29
10 Hits, Last modified:
with access to the RemoteApp. ===== Step 1: Install Remote Desktop Services ===== The first step in publishing a RemoteApp is to install the Remote Desktop Services role on your Windows ... us, I have already written a guide on how to install Remote Desktop Services on Windows Server. You ca... n find the guide [[:en:blog:2024:11:27:how-to-install-remote-desktop-services-on-windows-server-2022]].
How to Install Remote Desktop Services on Windows Server 2022 @en:blog:2024:11:27
7 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 ==... ave administrator privileges on the server to install RDS. - Network Configuration: * Configure a... t_2024-11-26_at_4.17.09 pm.png?nolink |}} - Install Licenses: * Once activated, install your clie
How to Install DokuWiki on a LAMP Server @en:blog:2023:12:18
5 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... Options FollowSymLinks AllowOverride All Require all granted </Directory>
Let's Talk - Building a Modular PHP Framework part 3 @en:blog:2025:02:03
5 Hits, Last modified:
validate a secret token that must be included in all non-GET requests. We ensure our session is start... } // Call the method $results = $ob... UEST; } /** * Magic Method to catch all undefined methods * @param string $name ... * @return void */ public function __call($name, $arguments) { // Send the output
How to Check a Hard Drive Health from the Command-Line @en:blog:2024:02:01
4 Hits, Last modified:
=== 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... systems: <code bash> sudo apt update sudo apt install smartmontools </code> For Fedora/RHEL-based systems: <code bash> sudo dnf install smartmontools </code> For Arch Linux: <code bash
Let's Talk - Building a Modular PHP Framework part 2 @en:blog:2025:01:28
4 Hits, Last modified:
==== Implementing Helpers ===== Helpers provide small, shareable methods. To achieve this, we first cre... e Helpers, the ''Models'' class dynamically loads all models from your ''/Model'' folder and plugin dir... UEST; } /** * Magic Method to catch all undefined methods */ public function __call($name, $arguments) { $this->Output->help(
How to Uninstall Windows Store on Windows 11 @en:blog:2024:01:31
3 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
Git --- Let's talk about it @en:blog:2024:11:07
3 Hits, Last modified:
t? ===== To get started with Git, you need to install it on your computer. You can download Git from th... sage" </code> This will create a new commit with all your changes. You can then push your changes to a... aningful commit messages. * Keep your commits small and focused. One great tool is the patch mode. Y
How to Join a New Server to an Existing Domain @en:blog:2024:11:26
3 Hits, Last modified:
e and accessible. - **Server Preparation**: Install the Windows Server OS (e.g., Windows Server 2022 ... nchronized with the Domain Controller. * **Firewall Settings**: Allow necessary ports for domain comm... ting-domain]] * [[en:blog:2024:11:27:how-to-install-remote-desktop-services-on-windows-server-2022]]
How to Setup Server Backups on Windows Server 2022 @en:blog:2024:12:06
3 Hits, Last modified:
ork share to store the backups ===== Step 1: Install Windows Server Backup Feature ===== - Open **Se... ?nolink |}} - Select the server you want to install the feature on and click <key>Next</key>. {{ :en:... 6_at_9.31.21 am.png?nolink |}} - Click <key>Install</key> to begin the installation process. {{ :en:b
Let's Talk - Building a Modular PHP Framework from Scratch @en:blog:2025:01:24
3 Hits, Last modified:
class(); } else { // Fall back to a default module class ${... o missing methods. */ public function __call($name, $arguments){ $message = "Warning: ... nset the original variables to ensure developers call the class methods instead. This fosters a central
Fixing CrowdStrike Issue on Windows @en:blog:2024:07:23
2 Hits, Last modified:
vices were affected, representing less than 1% of all Windows machines globally. The issue primarily im... %windir%\System32\drivers\CrowdStrike - Delete all files starting by C-00000291 with the .sys extens
How to Connect an iSCSI Target on Windows Server 2022 @en:blog:2024:12:06
2 Hits, Last modified:
Author(s)**: Louis Ouellet ---- iSCSI (Internet Small Computer System Interface) is a protocol that all... SI target are correct. * Check the Windows Firewall settings on your server to ensure that the iSCSI
Enhancing Your DokuWiki Forms with Custom JavaScript - Replacing Newlines with Markdown-Friendly Syntax @en:blog:2024:12:20
2 Hits, Last modified:
ndexOf("&do=") === -1) { // Find all the texteareas and Replace " \ " with newlines ... nt.preventDefault(); // Find all the texteareas and replace newlines with " \ "