Recherche

Voici les résultats de votre recherche.

Résultats plein texte:

Announcing MySQL INI Configurator - Simplifying MySQL Configuration Management @en:blog:2024:11:29
9 Occurrences trouvées, Dernière modification :
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
7 Occurrences trouvées, Dernière modification :
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 DokuWiki on a LAMP Server @en:blog:2023:12:18
4 Occurrences trouvées, Dernière modification :
p. - Basic knowledge of Linux commands and Apache configurations. - Access to the command line of your server. =... 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 Install Remote Desktop Services on Windows Server 2022 @en:blog:2024:11:27
4 Occurrences trouvées, Dernière modification :
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 =
Enhancing Your DokuWiki Forms with Custom JavaScript - Replacing Newlines with Markdown-Friendly Syntax @en:blog:2024:12:20
4 Occurrences trouvées, Dernière modification :
e from your DokuWiki site. ==== 3. Open Advanced Configurations ==== In the **Admin** menu, find and select ''Advanced Configurations''. ==== 4. Locate the User JavaScript Section ==== Select to the ''Configurations'' section in the **Table of Contents** and selec... }); } } }); </file> ==== 6. Save the Configuration ==== Click <key>Save</key> to apply the changes.
Let's Talk - Building a Modular PHP Framework part 3 @en:blog:2025:02:03
4 Occurrences trouvées, Dernière modification :
+ 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 disable Telemetry on Windows 11 @en:blog:2024:01:31
3 Occurrences trouvées, Dernière modification :
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
2 Occurrences trouvées, Dernière modification :
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
2 Occurrences trouvées, Dernière modification :
. 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 Disable Low Voltage Notification on Your Raspberry Pi @en:blog:2023:12:18
1 Occurrences trouvées, Dernière modification :
he `config.txt` file, which holds various startup configurations for your Raspberry Pi. * **sudo apt remove lxp
How to prevent user from signing into a Microsoft Account on Windows 11 @en:blog:2024:01:31
1 Occurrences trouvées, Dernière modification :
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
1 Occurrences trouvées, Dernière modification :
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
1 Occurrences trouvées, Dernière modification :
* 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
1 Occurrences trouvées, Dernière modification :
tip > ===== Troubleshooting Tips ===== * **DNS Configuration**: Ensure the server’s DNS settings point to the
How to Setup Server Backups on Windows Server 2022 @en:blog:2024:12:06
1 Occurrences trouvées, Dernière modification :
gy. They provide a way to recover data and system configurations in case of data loss or system failure. In this
Let's Talk - Building a Modular PHP Framework part 2 @en:blog:2025:01:28
1 Occurrences trouvées, Dernière modification :