Search

You can find the results of your search below.

Fulltext results:

01.01. Formatting Syntax @en:projects:writr:documentation:01:01
29 Hits, Last modified:
nd_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php> <?php /** * Customizati... be modified */ $lang['js']['nosmblinks'] = ''; </code> ==== Image Links ==== You can also use an imag... t use indention for deeper levels - That's it <code> * This is a list * The second item * You... t use indention for deeper levels - That's it </code> Also take a look at the [[doku>faq:lists|FAQ on
Wrap @en:projects:writr:documentation:03:01:wrap
21 Hits, Last modified:
line with italic, bold and underlined text, e.g. <code>//**__Emulated Big Headline__**//</code> //**Emulated Small Headline**// A smaller headline uses no underlining, e.g. <code>//**Emulated Small Headline**//</code> If you need text that is bold and italic, simply use it the oth
Installation Guide @en:projects:pyrdpconnect:documentation
20 Hits, Last modified:
tep 2: Install Python and Required Packages === <code bash> brew install python3 pip3 install pyqt5 </code> === Step 3: Clone the Repository and Run from Source === Clone the PyRDPConnect repository: <code bash>git clone https://github.com/LaswitchTech/PyRDPConnect.git</code> Navigate to the src directory and execute the ap
Git --- Let's talk about it @en:blog:2024:11:07
17 Hits, Last modified:
ontrol system that lets you track changes in your code. Created by Linus Torvalds in 2005, Git has becom... ts. * It lets you keep track of changes in your code over time. * It makes collaboration with others... running the following command in your terminal: <code bash> git init </code> This will create a new repository in the current directory. You can then start
How to Check a Hard Drive Health from the Command-Line @en:blog:2024:02:01
14 Hits, Last modified:
ckage manager. For Ubuntu/Debian-based systems: <code bash> sudo apt update sudo apt install smartmontools </code> For Fedora/RHEL-based systems: <code bash> sudo dnf install smartmontools </code> For Arch Linux: <code bash> sudo pacman -S smartmontools
How to Install DokuWiki on a LAMP Server @en:blog:2023:12:18
12 Hits, Last modified:
with the link to the tar.gz file. For example: <code bash> wget https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz </code> ===== Step 2: Extracting and Placing DokuWiki F... your web server's document root. For instance: <code bash> tar xvf dokuwiki-stable.tgz sudo mv dokuwiki-<version> /var/www/html/dokuwiki </code> Replace `<version>` with the actual version num
Development Environment Setup @en:projects:pyrdpconnect:documentation
10 Hits, Last modified:
later. You can check your Python version with: <code bash> python3 --version </code> Then, install the necessary dependencies: <code bash> brew install python brew install python3 brew install freerdp </code> ===== Prerequisites - Linux ===== Ensure you h
Setup as a Thin-Client @en:projects:pyrdpconnect:documentation
6 Hits, Last modified:
r Debian into a thin-client using PyRDPConnect. <code bash> curl -s https://raw.githubusercontent.com/L... fs/heads/dev/setup.sh -o setup.sh bash setup.sh </code> ===== Security Considerations ===== Running sc... ractice to review the script before running it: <code bash> curl -s https://raw.githubusercontent.com/L... ech/PyRDPConnect/refs/heads/dev/setup.sh | less </code> ===== What the Script Does ===== The ''setup.s
How to Build a Simple Ticketing System in DokuWiki @en:blog:2024:10:08
6 Hits, Last modified:
ic roles. Below is the structure of the system: <code plaintext> tickets/ ├── start.txt (This ser... (Contains the form to create new tickets) </code> Each file has a specific purpose, and we'll go ... rm: <file markdown mail.txt> ====== Mail ====== <code html> <style> main.site-main { box-sizing: ... ody> </table> </div> </div> </main> </code> <code text> LaswitchTech Ticket - @@ticketid@@
Usage Guide @en:projects:reversesum:documentation
4 Hits, Last modified:
ository from GitHub using the following command: <code bash>git clone https://github.com/LaswitchTech/ReverseSUM.git</code> * **Step 2: Install Dependencies**: After clon... ncies using Composer. Run the following command: <code bash>composer update</code> ===== Configuration ===== After installation, make sure that your Apache
How to Restart a Network Interface on a Raspberry Pi @en:blog:2023:12:18
4 Hits, Last modified:
t interface may help. Here's how you can do it: <code bash> sudo ifconfig eth0 down && sudo ifconfig eth0 up #Ethernet </code> This command will first bring down the Ethernet... llowing command to restart your WiFi interface: <code bash> sudo ifconfig wlan0 down && sudo ifconfig wlan0 up #WiFi </code> Similar to the Ethernet command, this will firs
How to Uninstall Windows Store on Windows 11 @en:blog:2024:01:31
4 Hits, Last modified:
= Tutorial ===== - Run Powershell - Execute: <code>Get-appxpackage *WindowsStore* | Remove-AppxPackage</code> - Execute: <code>Get-appxpackage -allusers *WindowsStore* | Remove-AppxPackage -allusers</code> ===== Conclusion ===== Uninstalling the Windows
The Hidden Dangers in Your Email: File Types to Avoid for Cybersecurity @en:blog:2023:12:12
2 Hits, Last modified:
omputer. They are often used to execute malicious code. * **Script Files (.vbs, .js, .ps1, .sh)**: Sim... .pptm)**: Macros can be used to execute malicious code. Always be cautious with Office documents that su
How to Disable Low Voltage Notification on Your Raspberry Pi @en:blog:2023:12:18
2 Hits, Last modified:
ard command to disable the low voltage warning: <code bash> echo "avoid_warnings=1" | sudo tee -a /boot... sudo apt remove lxplug-ptbatt -y && sudo reboot </code> Let's break down what this command does: * **
How to prevent user from signing into a Microsoft Account on Windows 11 @en:blog:2024:01:31
2 Hits, Last modified:
{{fa>windows}}</key> + <key>R</key>) and typing: <code>regedit</code> - Navigate to : ''Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersio
Reset your macOS user password @en:blog:2024:11:11
2 Hits, Last modified:
About
1 Hits, Last modified:
Usage Guide @en:projects:pyrdpconnect:documentation
1 Hits, Last modified: