Main Page: Difference between revisions
Appearance
Tag: Manual revert |
|||
| Line 59: | Line 59: | ||
* [[for loops]] | * [[for loops]] | ||
* [[grep]] | * [[grep]] | ||
* [[regex]] | |||
* [[LVM]] | * [[LVM]] | ||
* [[recovering root]] | * [[recovering root]] | ||
Revision as of 18:57, 23 August 2025
The Squishu Wiki
Consult the User's Guide for information on using the wiki software.
Development
- C
- C++
- html
- css
- browser and dom
- javascript
- node.js
- react
- windows
- Git Hub and Git
- Markdown
- Visual Studio Code - VSC
- Code Formatters
- Configuration settings list
- MediaWiki FAQ
- MediaWiki release mailing list
- Localise MediaWiki for your language
- Learn how to combat spam on your wiki
Bash Scripting
- BASH TABLE TOPICS
- command named ":"
- bash scripts in github
- bash scripting
- break
- case statements
- dot command .
- exit n
- echo
- find
- bash colon : command
- continue
- export
- expr and $(( ))
- for loop at the cli
- for loops
- functions
- logical and and logical or
- math
- printf
- set and unset
- shift
- numbers
- variables
- conditions
- control structures
- until loops
- while loop