Search

You can find the results of your search below.

Fulltext results:

Let's Talk - Building a Modular PHP Framework part 3 @en:blog:2025:02:03
8 Hits, Last modified:
or; use Exception; class Query { /** * List of valid SQL operators * * @var array ... LIKE', 'IS NULL', 'IS NOT NULL']; /** * List of valid SQL conjunctions * * @var arra... nst conjunctions = ['AND', 'OR']; /** * List of valid SQL directions * * @var array ... nst directions = ['ASC', 'DESC']; /** * List of valid SQL join types * * @var array
Repurpose Old Printers Using a Raspberry Pi @en:blog:2025:01:20
6 Hits, Last modified:
usually find this from your router’s DHCP client list or by using network scanning tools. Once your Ra... etc/cups/cupsd.conf </code> Look for: <code bash> Listen localhost:631 </code> Comment it out: <code bash> #Listen localhost:631 </code> Then add: <code bash> Port 631 </code> This allows CUPS to listen on port 631 on all interfaces. ==== 3. Allow a
How to Connect an iSCSI Target on Windows Server 2022 @en:blog:2024:12:06
3 Hits, Last modified:
o connect to the iSCSI target. - You will see a list of available targets. Select the target that you ... onnection is established, you will see the target listed in the **iSCSI Initiator Properties** window un... ng?nolink |}} - You should see the iSCSI target listed as a disk in the **Disk Management** window. Ri
Let's Talk - Building a Modular PHP Framework from Scratch @en:blog:2025:01:24
3 Hits, Last modified:
g = null){ ... } public function list($byFiles = false){ ... } public ... e = null){ ... } public function list(){ ... } public function log($me... s ==== {{topic>core-framework-en&nolinkback&simplelist&nosummary}} </block> ===== Tags ===== {{tag>"gen
How to Build a Simple Ticketing System in DokuWiki @en:blog:2024:10:08
2 Hits, Last modified:
It's important to set up proper **Access Control Lists (ACL)** to secure the ticketing system. You want... try point for our ticketing system. It provides a list of tickets categorized by their status: <file ma
Enhancing DokuWiki with an Email Script for the Bureaucracy Plugin @en:blog:2024:10:30
2 Hits, Last modified:
nnamed fieldset or without a fieldset. Here is a list of the available settings: * **to**: Address w... an email to the configured recipient. Here is a list of available patterns: * **@YEAR@** - year *
Resolving Taskbar Freezing Issues: A Comprehensive Guide @en:blog:2024:02:16
1 Hits, Last modified:
h Keyboard and Handwriting Panel Service'' in the list. - Right-click and select ''Properties''. Set t
How to Join a New Server to an Existing Domain @en:blog:2024:11:26
1 Hits, Last modified:
Open Server Manager and verify that the server is listed as part of the domain. <block round tip > ====
How to Publish a Remote Application using Windows Server RDS @en:blog:2024:11:29
1 Hits, Last modified:
ublish as a RemoteApp. If your application is not listed, click on the **Add...** button and navigate to
Enhancing Your DokuWiki Forms with Custom JavaScript - Replacing Newlines with Markdown-Friendly Syntax @en:blog:2024:12:20
1 Hits, Last modified:
dy jQuery(document).ready(function(){ // List of namespaces to apply the script to var name
Let's Talk - Building a Modular PHP Framework part 2 @en:blog:2025:01:28
1 Hits, Last modified:
s ==== {{topic>core-framework-en&nolinkback&simplelist&nosummary}} </block> ===== Tags ===== {{tag>"gen