Résultats plein texte:
- Announcing MySQL INI Configurator - Simplifying MySQL Configuration Management @en:blog:2024:11:29
- uncing MySQL INI Configurator - Simplifying MySQL Configuration Management ====== **Author(s)**: Louis Ouellet --... rful GUI tool aims to make editing MySQL’s my.ini configuration files intuitive and hassle-free. Whether you’re a... a developer, the tool ensures you can manage your configuration settings without getting lost in endless lines of... Why MySQL INI Configurator? ===== Editing MySQL configuration files manually can be daunting, especially when d
- Let's Talk - Building a Modular PHP Framework from Scratch @en:blog:2025:01:24
- includes constructing a Bootstrap class, handling configuration, setting up modules, creating a logging system, a... he work-in-progress. Notice that we use a default configuration array and allow for custom overrides via our configuration system (shown later): ++++ Source: Bootstrap.php | <... eloper tries to use an uninstalled module. ===== Configuration Class (Replacing “Configurator”) ===== Next, let’
- How to Install Remote Desktop Services on Windows Server 2022 @en:blog:2024:11:27
- vileges on the server to install RDS. - Network Configuration: * Configure a static IP address on the serve... es (CALs) via the wizard. ===== Step 5: Test the Configuration ===== - From a client machine, launch the Remo... tip > ===== Troubleshooting Tips ===== * Port Configuration: Ensure port 3389 (RDP) is open on the firewall. ... ust session limits in Remote Desktop Session Host Configuration to match your needs. </block> ===== Conclusion =
- Let's Talk - Building a Modular PHP Framework part 3 @en:blog:2025:02:03
- + The CSRF class: * Retrieves any application configuration or uses default values. * Validates the token... od to inject into forms. ===== Setting Up Apache Configuration (.htaccess) ===== To ensure our application can ... ->Config = $CONFIG; // Load the Database Configuration $this->Config->add('database'); ... } } </file> ++++ This class loads our database configuration and spins up the correct **Connector** based on o
- How to Install DokuWiki on a LAMP Server @en:blog:2023:12:18
- Step 4: Configuring Apache ===== Create an Apache configuration file for DokuWiki. Open a new configuration file using your favorite text editor: <code bash> sudo nano /etc/ap... lable/dokuwiki.conf </code> Insert the following configuration, then save and exit: <code> <VirtualHost *:80>
- How to disable Telemetry on Windows 11 @en:blog:2024:01:31
- en:blog:tutorials:windows:windows10telemetry.cfg |Configuration File}} - Start OOSU as a local Administrator - Import the configuration file - Exit OOSU - Restart the computer - L... count - Execute OOSU as the user and import the configuration file - Again Exit OOSU and restart the computer
- How to skip the network setup during the initial setup of Windows 11 @en:blog:2024:01:31
- 11 to bypass the network setup during the initial configuration. This can be particularly useful for users who wi... outlined above, you can easily bypass the network configuration during your Windows 11 initial setup. This option
- Repurpose Old Printers Using a Raspberry Pi @en:blog:2025:01:20
- . Enable remote administration ==== Edit the CUPS configuration file: <code bash> sudo nano /etc/cups/cupsd.conf ... s chmod 777 scans </code> ==== 2. Edit the Samba configuration ==== <code bash> sudo nano /etc/samba/smb.conf </
- How to prevent user from signing into a Microsoft Account on Windows 11 @en:blog:2024:01:31
- cations can lead to system instability. With this configuration in place, you can now manage user accounts with g
- Fixing CrowdStrike Issue on Windows @en:blog:2024:07:23
- On July 19, 2024, CrowdStrike released a routine configuration update for their Falcon sensor software, which le
- How to Build a Simple Ticketing System in DokuWiki @en:blog:2024:10:08
- * in the [[https://www.dokuwiki.org/plugin:config|Configuration Manager]]. * Allow the **bureaucracy** user ful
- How to Join a New Server to an Existing Domain @en:blog:2024:11:26
- tip > ===== Troubleshooting Tips ===== * **DNS Configuration**: Ensure the server’s DNS settings point to the
- Enhancing Your DokuWiki Forms with Custom JavaScript - Replacing Newlines with Markdown-Friendly Syntax @en:blog:2024:12:20
- }); } } }); </file> ==== 6. Save the Configuration ==== Click <key>Save</key> to apply the changes.
- Let's Talk - Building a Modular PHP Framework part 2 @en:blog:2025:01:28
- ork, possibly by integrating more robust logging, configuration management, and additional modules that can furth