Fulltext results:
- Repurpose Old Printers Using a Raspberry Pi @en:blog:2025:01:20
- tep-by-step guide to**: * Set up a Raspberry Pi with the necessary software * Install and configure ... > </code> //(Replace ''<RaspberryPi_IP_Address>'' with the actual IP address.)// \\ //(Replace ''<username>'' with the username. Typically ''pi''.)// Update and up... dmin <username> </code> //(Replace ''<username>'' with the username. Typically ''pi''.)// ==== 2. Enabl
- Enhancing DokuWiki with an Email Script for the Bureaucracy Plugin @en:blog:2024:10:30
- {{ :en:blog:2024:10:30:enhancing-dokuwiki-with-an-email-script-for-the-bureaucracy-plugin.png?nolink |}} ====== Enhancing DokuWiki with an Email Script for the Bureaucracy Plugin ======... uis Ouellet ---- Enhance your DokuWiki experience with a powerful email script for the Bureaucracy Plugi... ng efficient data management and user interaction within your DokuWiki. ===== Introduction ===== DokuWi
- How to skip the network setup during the initial setup of Windows 11 @en:blog:2024:01:31
- ues, or you simply prefer to set up your computer without connecting to the internet, Microsoft has included an option within Windows 11 to bypass the network setup during t... etwork settings or who need to install Windows 11 without being forced to update or sign in to a Microso... mple steps to skip the network setup and continue with a limited setup. ===== Tutorial ===== - Once y
- How to Install DokuWiki on a LAMP Server @en:blog:2023:12:18
- looking to create a personal or professional wiki without the complexity of larger platforms. ===== Int... o download the latest version. You can use `wget` with the link to the tar.gz file. For example: <code ... ar/www/html/dokuwiki </code> Replace `<version>` with the actual version number of the downloaded file.... werful wiki solution. Whether for personal use or within an organization, it offers a range of features
- How to Restart a Network Interface on a Raspberry Pi @en:blog:2023:12:18
- m, setting up a personal server, or experimenting with IoT devices, the ability to restart your network ... ectivity issues and refresh your network settings without rebooting the entire system. In this blog post... e above commands can help you regain connectivity without the need for a full reboot. This can save time
- Let's Talk - Why and How I Use Artificial Intelligence @en:blog:2025:01:27
- us ways: * **Graphics:** Although I’m familiar with tools like ''Photopea'', I’m not a graphic design... ill—especially when trying to get my point across without sounding too technical. * **Debugging Code:... l, I often struggled in these subjects. Likewise, with graphics, I did okay in art classes but never dev... e can make them an integral part of our workflows without losing our own creative or intellectual signat
- Bringing Back the Original Charm: Updates to Writr @en:blog:2024:11:06:bringing-back-the-original-charm
- ing the template’s functionality works seamlessly with DokuWiki’s features. This update not only revives... the familiar look of ''Writr'' titles to DokuWiki without losing any of its original charm. For those familiar with the WordPress version, these updated titles bring... tone across the wiki. ===== Seamless Integration with the Include Plugin ===== As part of this update,
- How to Disable Low Voltage Notification on Your Raspberry Pi @en:blog:2023:12:18
- ur experience, letting you focus on your projects without unnecessary interruptions. However, be cautiou
- Announcing MySQL INI Configurator - Simplifying MySQL Configuration Management @en:blog:2024:11:29
- nsures you can manage your configuration settings without getting lost in endless lines of code. ===== ... manually can be daunting, especially when dealing with large and complex files. MySQL INI Configurator s... you need for seamless configuration. ===== Built with Python and PyQt5 ===== The application leverages... e section-based layout. * Intuitive user inputs with pre-populated defaults. * Instant loading and s
- How to Publish a Remote Application using Windows Server RDS @en:blog:2024:11:29
- lize application management while providing users with secure and efficient access to their work tools. With RDS, you can publish individual applications—referred to as RemoteApps—without exposing the entire desktop environment, makin... equisites in place: * A Windows Server machine with Remote Desktop Services installed. * A user acc
- Let's Talk - Building a Modular PHP Framework part 2 @en:blog:2025:01:28
- he global ''$argv'' in an ''Arguments'' property (with a default empty array). ++++ Source: Request.php... } } } /** * Output a string with color */ public function set($string, $c... mmand'' class, we can easily extend the framework with new commands and actions. The addition of ''Helpe... ng it easier to maintain and extend functionality without duplicating code. Our framework is starting t
- Let's Talk - Building a Modular PHP Framework part 3 @en:blog:2025:02:03
- ing cookies) to send unauthorized requests, often without the user's awareness. To protect against CSRF... arties) to request, exchange, or synchronize data with our application. Our API logic is contained in tw... ion is executed, and we return the result as JSON with the appropriate HTTP status code. ===== Database... /** * Compare the in-memory definition with the actual DB structure. * * If $asQuer