Main Page: Difference between revisions
Appearance
| (54 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software. | Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software. | ||
== Python == | |||
* [[python - Cheat Sheet]] | |||
* [[python - Regex]] | |||
* [[python - sqlite vs. mysql]] | |||
* [[python - sqlite]] | |||
== Development == | == Development == | ||
* [[C]] | |||
* [[C++]] | |||
* [[html]] | * [[html]] | ||
* [[css]] | * [[css]] | ||
| Line 11: | Line 20: | ||
* [[react]] | * [[react]] | ||
* [[windows]] | * [[windows]] | ||
* [[Git Hub and Git]] | |||
* [[Markdown]] | |||
* [[Visual Studio Code - VSC]] | * [[Visual Studio Code - VSC]] | ||
* [[Code Formatters]] | |||
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list] | * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list] | ||
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ] | * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ] | ||
| Line 17: | Line 29: | ||
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language] | * [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language] | ||
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki] | * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki] | ||
== Bash Scripting == | |||
* [[BASH TABLE TOPICS]] | |||
* [[command named ":"]] | |||
* [[bash scripts in github]] | |||
* [[bash scripting]] | |||
* [[break]] | |||
* [[case statements]] | |||
* [[command execution]] | |||
* [[debugging scripts]] | |||
* [[dialog]] | |||
* [[dot command .]] | |||
* [[exit n]] | |||
* [[echo]] | |||
* [[find]] | |||
* [[bash colon : command]] | |||
* [[continue]] | |||
* [[export]] | |||
* [[expr and $(( ))]] | |||
* [[for loop at the cli]] | |||
* [[for loops]] | |||
* [[functions]] | |||
* [[here documents]] | |||
* [[logical and and logical or]] | |||
* [[math]] | |||
* [[printf]] | |||
* [[set and unset]] | |||
* [[shift]] | |||
* [[numbers]] | |||
* [[variables]] | |||
* [[conditions]] | |||
* [[control structures]] | |||
* [[until loops]] | |||
* [[while loop]] | |||
== Linux == | == Linux == | ||
* [[echo and printf]] | |||
* [[for loops]] | |||
* [[grep]] | |||
* [[regex]] | |||
* [[LVM]] | * [[LVM]] | ||
* [[recovering root]] | * [[recovering root]] | ||
* [[man pages - printing them]] | |||
* [[redirection]] | |||
== Containers == | == Containers == | ||
* [[docker]] | * [[docker]] | ||
* [[redhat - podman]] | * [[redhat - podman]] | ||
== 70s Music == | |||
* [[Timeline]] | |||
Latest revision as of 18:11, 31 December 2025
The Squishu Wiki
Consult the User's Guide for information on using the wiki software.
Python
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
- command execution
- debugging scripts
- dialog
- dot command .
- exit n
- echo
- find
- bash colon : command
- continue
- export
- expr and $(( ))
- for loop at the cli
- for loops
- functions
- here documents
- logical and and logical or
- math
- printf
- set and unset
- shift
- numbers
- variables
- conditions
- control structures
- until loops
- while loop