Search

You can find the results of your search below.

Fulltext results:

Formatting Syntax @wiki
45 Hits, Last modified:
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 Hits, Last modified:
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 Hits, Last modified:
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 Hits, Last modified:
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 Hits, Last modified:
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 Hits, Last modified:
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 Hits, Last modified:
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 Hits, Last modified:
, "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 Hits, Last modified:
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 Hits, Last modified:
===== 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 Hits, Last modified:
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 Hits, Last modified:
- 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 Hits, Last modified:
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 Hits, Last modified:
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 Hits, Last modified:
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
Usage Guide @en:projects:reversesum:documentation
3 Hits, Last modified:
How to disable the Cortana app @en:blog:2024:01:31
3 Hits, Last modified:
Reset your macOS user password @en:blog:2024:11:11
3 Hits, Last modified:
Welcome to your new DokuWiki @wiki
1 Hits, Last modified:
ReverseSUM @en:projects:reversesum
1 Hits, Last modified: