Search

You can find the results of your search below.

Fulltext results:

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 Build a Simple Ticketing System in DokuWiki @en:blog:2024:10:08
13 Hits, Last modified:
icket. * **[[https://www.dokuwiki.org/plugin:barcode|Barcode]]**: To add a barcode representing the ticket ID for easy reference. * **[[https://www.dokuwiki.org/p... ic roles. Below is the structure of the system: <code plaintext> tickets/ ├── start.txt (This ser
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
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
How to skip the network setup during the initial setup of Windows 11 @en:blog:2024:01:31
2 Hits, Last modified:
<key>F10</key> - In the command prompt type : <code>OOBE\BYPASSNRO</code> - The computer will restart the out-of-box experience setup and at the page ''L
Reset your macOS user password @en:blog:2024:11:11
2 Hits, Last modified:
l. Here's how: - In the Terminal window, type: <code bash>resetpassword</code> - press <key>Enter</key>. ===== Step 3: Reset the password ===== - In th
Enhancing DokuWiki with an Email Script for the Bureaucracy Plugin @en:blog:2024:10:30
1 Hits, Last modified:
box State Textbox Country "=Canada" Textbox ZipCode Textbox Phone </form> </file> ====== Install th