Recherche

Voici les résultats de votre recherche.

Résultats plein texte:

Formatting Syntax @wiki
45 Occurrences trouvées, Dernière modification :
erlined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all these. DokuWiki su... lined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all these. You can use <sub>subscript</sub> and <sup>superscript</sup>, too. You can use <sub>subscript</sub> and <sup>superscript</su
01.01. Formatting Syntax @en:projects:writr:documentation:01:01
45 Occurrences trouvées, Dernière modification :
erlined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all these. DokuWiki su... lined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all these. You can use <sub>subscript</sub> and <sup>superscript</sup>, too. You can use <sub>subscript</sub> and <sup>superscript</su
Git --- Let's talk about it @en:blog:2024:11:07
25 Occurrences trouvées, Dernière modification :
Git, you need to install it on your computer. You can download Git from the [[https://git-scm.com/|official website]]. Once you have installed Git, you can start using it by creating a new repository. You can create a new repository by running the following ... te a new repository in the current directory. You can then start tracking changes in your code by creat
Wrap @en:projects:writr:documentation:03:01:wrap
15 Occurrences trouvées, Dernière modification :
Styles ===== ==== Columns and Floats ==== You can have columns easily by adding the class ''column'... olumn 30%> //**__Emulated Big Headline__**// You can emulate a big headline with italic, bold and unde... r classes, like [[#boxes and notes]] as well) you can have several kinds of "floats": * **''column''... /WRAP> <WRAP column 30%> //**__Widths__**// You can set any valid widths (but only on divs): ''%, px,
The Hidden Dangers in Your Email: File Types to Avoid for Cybersecurity @en:blog:2023:12:12
12 Occurrences trouvées, Dernière modification :
s are a common medium for communication, but they can also be a gateway for cyber threats. In this post... xecute harmful scripts. These files, once opened, can compromise your computer's security and integrity... ble Files (.exe, .bat, .cmd, .scr, .pif)**: These can run programs that may harm your computer. They ar... .js, .ps1, .sh)**: Similar to executables, these can run commands on your system and are often used fo
How to Publish a Remote Application using Windows Server RDS @en:blog:2024:11:29
11 Occurrences trouvées, Dernière modification :
ficient access to their work tools. With RDS, you can publish individual applications—referred to as Re... ll Remote Desktop Services on Windows Server. You can find the guide [[:en:blog:2024:11:27:how-to-insta... Step 2: Configure your Firewall ===== Before you can publish a RemoteApp, you need to ensure that your... vices installed and your firewall configured, you can proceed to publish your RemoteApp program. Here’s
How to Connect an iSCSI Target on Windows Server 2022 @en:blog:2024:12:06
9 Occurrences trouvées, Dernière modification :
u to connect storage devices over a network. This can be useful for sharing storage between multiple se... - Open the **iSCSI Initiator** application, which can be found in the **Control Panel** under ''Adminis... - Open the **Disk Management** application, which can be found in the **Computer Management** console. ... olink |}} - The disk will now be online and you can use it like any other disk on your system. {{ :en
Let's Talk - Building a Modular PHP Framework from Scratch @en:blog:2025:01:24
9 Occurrences trouvées, Dernière modification :
, "I wonder how these were built?" PHP frameworks can be tremendous time-savers, but they are truly pow... nside and out. Developing your own mini-framework can be a great learning exercise, giving you deeper i... value of a well-structured, modular approach that can be extended with custom modules as needed. =====... tweight, flexible applications. A large framework can introduce overhead if you only need one or two co
How to Restart a Network Interface on a Raspberry Pi @en:blog:2023:12:18
6 Occurrences trouvées, Dernière modification :
es, the ability to restart your network interface can be incredibly handy. This simple yet effective procedure can resolve connectivity issues and refresh your netw... g the Ethernet interface may help. Here's how you can do it: <code bash> sudo ifconfig eth0 down && su... a Raspberry Pi is a straightforward process that can be a quick fix for various network-related issues
How to Check a Hard Drive Health from the Command-Line @en:blog:2024:02:01
6 Occurrences trouvées, Dernière modification :
===== Installing smartmontools ===== Before you can use ''smartctl'', you must install the ''smartmon... tools'' package. On most Linux distributions, you can install it via the package manager. For Ubuntu/D... === Running Tests on the Storage Device ===== You can perform different types of tests on your hard dri... long /dev/sda </code> After starting a test, you can check its progress with: <code bash> sudo smartct
How to Setup Server Backups on Windows Server 2022 @en:blog:2024:12:06
6 Occurrences trouvées, Dernière modification :
ups of your server's data and system state, which can be used to restore the server in case of data los... ups of your server's data and system state, which can be used to restore the server in case of data los... ncounter any issues during the setup process, you can refer to the Windows Server Backup documentation for troubleshooting steps. - You can also check the Windows Event Viewer for any error
Repurpose Old Printers Using a Raspberry Pi @en:blog:2025:01:20
6 Occurrences trouvées, Dernière modification :
- Obtain the IP address of your Raspberry Pi. You can usually find this from your router’s DHCP client ... drivers. For the Canon ImageCLASS MF8350CDN, you can use the **UFRII** drivers: <block round download... === Add your user to the ''lpadmin'' group so it can manage printers: <code bash> sudo usermod -aG lpa... ow @local'' so that devices on your local network can access the CUPS interface. ==== 4. Restart CUPS
Let's Talk - Building a Modular PHP Framework part 2 @en:blog:2025:01:28
6 Occurrences trouvées, Dernière modification :
r ''CLI'' to ''LaswitchTech\Core\CLI'' so that we can start working on it before exporting it into its ... == Next, let's update the ''Request'' class so it can handle command-line arguments. In the constructor... his, we first create a base ''Helper'' class that can be extended if we need shared properties or metho... Core; class Helper { // Currently empty, but can house shared logic for helpers } </file> ++++ Ne
Let's Talk - Building a Modular PHP Framework part 3 @en:blog:2025:02:03
5 Occurrences trouvées, Dernière modification :
tion (.htaccess) ===== To ensure our application can handle routes correctly, we create two **.htacces... Map, we know it's a rename. // Then we can remove oldName from $dbMap to avoid also dropping... d it for next steps—some prefer to do so, but you can also mark it somehow.) } ... // A "MODIFY COLUMN" or "CHANGE COLUMN" statement can be used. // Typically use
How to Disable Low Voltage Notification on Your Raspberry Pi @en:blog:2023:12:18
4 Occurrences trouvées, Dernière modification :
t. This warning, while helpful in some scenarios, can be a nuisance, especially if you're confident in ... distraction. In such cases, disabling the warning can be beneficial. ===== Disabling the Low Voltage N... ling the low voltage warning on your Raspberry Pi can be a useful tweak, especially for experienced use... a stable power supply setup. This simple process can enhance your experience, letting you focus on you
How to prevent user from signing into a Microsoft Account on Windows 11 @en:blog:2024:01:31
4 Occurrences trouvées, Dernière modification :
How to skip the network setup during the initial setup of Windows 11 @en:blog:2024:01:31
4 Occurrences trouvées, Dernière modification :
Resolving Taskbar Freezing Issues: A Comprehensive Guide @en:blog:2024:02:16
4 Occurrences trouvées, Dernière modification :
Usage Guide @en:projects:reversesum:documentation
3 Occurrences trouvées, Dernière modification :
How to Install DokuWiki on a LAMP Server @en:blog:2023:12:18
3 Occurrences trouvées, Dernière modification :
How to disable the Cortana app @en:blog:2024:01:31
3 Occurrences trouvées, Dernière modification :
Reset your macOS user password @en:blog:2024:11:11
3 Occurrences trouvées, Dernière modification :
How to Join a New Server to an Existing Domain @en:blog:2024:11:26
3 Occurrences trouvées, Dernière modification :
Parlons-en - Construire un Framework PHP Modulaire, partie 3 @fr:blog:2025:02:03
3 Occurrences trouvées, Dernière modification :
Development Environment Setup @en:projects:pyrdpconnect:documentation
2 Occurrences trouvées, Dernière modification :
Installation Guide @en:projects:pyrdpconnect:documentation
2 Occurrences trouvées, Dernière modification :
Setup as a Thin-Client @en:projects:pyrdpconnect:documentation
2 Occurrences trouvées, Dernière modification :
How to Uninstall Windows Store on Windows 11 @en:blog:2024:01:31
2 Occurrences trouvées, Dernière modification :
Announcing MySQL INI Configurator - Simplifying MySQL Configuration Management @en:blog:2024:11:29
2 Occurrences trouvées, Dernière modification :
Let's Talk - Why and How I Use Artificial Intelligence @en:blog:2025:01:27
2 Occurrences trouvées, Dernière modification :
Adding New Features: Updates to Writr v2024-11-12 @en:blog:2024:11:12:adding-new-features
2 Occurrences trouvées, Dernière modification :
02.01. Site Identity @en:projects:writr:documentation:02:01
2 Occurrences trouvées, Dernière modification :
02.06. Content Width @en:projects:writr:documentation:02:06
2 Occurrences trouvées, Dernière modification :
About @en
1 Occurrences trouvées, Dernière modification :
Welcome to your new DokuWiki @wiki
1 Occurrences trouvées, Dernière modification :
ReverseSUM @en:projects:reversesum
1 Occurrences trouvées, Dernière modification :
How to disable Telemetry on Windows 11 @en:blog:2024:01:31
1 Occurrences trouvées, Dernière modification :
How to Build a Simple Ticketing System in DokuWiki @en:blog:2024:10:08
1 Occurrences trouvées, Dernière modification :
How to Install Remote Desktop Services on Windows Server 2022 @en:blog:2024:11:27
1 Occurrences trouvées, Dernière modification :
Réutiliser d’anciennes imprimantes avec un Raspberry Pi @fr:blog:2025:01:20
1 Occurrences trouvées, Dernière modification :
01.01. Basic Usage @en:projects:ini-configurator:documentation:01:01
1 Occurrences trouvées, Dernière modification :
02.01. Getting Help @en:projects:ini-configurator:documentation:02:01
1 Occurrences trouvées, Dernière modification :
03.01. Field Types @en:projects:ini-configurator:documentation:03:01
1 Occurrences trouvées, Dernière modification :
02.05. Color Schemes @en:projects:writr:documentation:02:05
1 Occurrences trouvées, Dernière modification :