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
Installation Guide @en:projects:pyrdpconnect:documentation
15 Hits, Last modified:
ing remote desktop applications. === Step 1: Install XQuartz === - Visit the official XQuartz websi... rg/|XQuartz Download Page]]. - Download and install the latest version of XQuartz. - (Optional) Restart your computer to ensure all necessary components are initialized. **Why XQua... splay the RDP session correctly. === Step 2: Install Python and Required Packages === <code bash> bre
Formatting Syntax @wiki
12 Hits, Last modified:
to be as readable as possible. This page contains all possible syntax you may use when editing the page... texts. Of course you can **__//''combine''//__** all these. DokuWiki supports **bold**, //italic//,... exts. Of course you can **__//''combine''//__** all these. You can use <sub>subscript</sub> and <sup... open a Windows Share. To remove this warning (for all users), put the following line in ''conf/lang/en/
01.01. Formatting Syntax @en:projects:writr:documentation:01:01
12 Hits, Last modified:
to be as readable as possible. This page contains all possible syntax you may use when editing the page... texts. Of course you can **__//''combine''//__** all these. DokuWiki supports **bold**, //italic//,... exts. Of course you can **__//''combine''//__** all these. You can use <sub>subscript</sub> and <sup... open a Windows Share. To remove this warning (for all users), put the following line in ''conf/lang/en/
Wrap @en:projects:writr:documentation:03:01:wrap
11 Hits, Last modified:
reates a **''span''** and should be used for **"small"** containers, **inside** paragraphs, lists, tables, etc. <wrap classes width :language>"small" content</wrap> or <inline classes width :language>"small" content</inline> or <span classes width :language>"small" content</span> :!: Please note, some things **w
Development Environment Setup @en:projects:pyrdpconnect:documentation
10 Hits, Last modified:
<code bash> python3 --version </code> Then, install the necessary dependencies: <code bash> brew install python brew install python3 brew install freerdp </code> ===== Prerequisites - Linux ===== Ensure you have the following
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
Usage Guide @en:projects:reversesum:documentation
6 Hits, Last modified:
t environments. ===== Installation ===== To install the ReverseSUM application, follow these steps: ... witchTech/ReverseSUM.git</code> * **Step 2: Install Dependencies**: After cloning the repository, navigate to the project folder and install the required dependencies using Composer. Run the... older. * **Composer Dependencies**: Verify that all required dependencies are correctly installed by
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
Configuration de l’Environnement de Développement @fr:projects:pyrdpconnect:documentation
4 Hits, Last modified:
s dépendances nécessaires : <code bash> brew install python brew install python3 brew install freerdp </code> ===== Prérequis - Linux ===== Assurez-vous d'avoir installé les... packages suivants : <code bash> sudo apt-get install -y build-essential libssl-dev libffi-dev libqt5sv
Guide d'Installation @fr:projects:pyrdpconnect:documentation
4 Hits, Last modified:
n et les Paquets Requis === <code bash> brew install python3 pip3 install pyqt5 </code> === Étape 3 : Cloner le Répertoire et Exécuter depuis le Code Sour... <code bash> sudo apt-get update sudo apt-get install -y git python3 python3-pip python3-pyqt5 python3-... eRDP est installé : <code bash> sudo apt-get install -y freerdp2-x11 </code> === Étape 2 : Exécuter l
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(
DokuWiki @wiki
3 Hits, Last modified:
Writr @en:projects:writr
3 Hits, Last modified:
Git --- Let's talk about it @en:blog:2024:11:07
3 Hits, Last modified:
ReverseSUM @en:projects:reversesum
2 Hits, Last modified:
Usage Guide @en:projects:pyrdpconnect:documentation
2 Hits, Last modified:
Fixing CrowdStrike Issue on Windows @en:blog:2024:07:23
2 Hits, Last modified:
Welcome to your new DokuWiki @wiki
1 Hits, Last modified:
Struct @en:projects:writr:documentation:03:01:struct
1 Hits, Last modified: