Difference between revisions of "Main Page"

From Ever changing code
Jump to navigation Jump to search
(48 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''MediaWiki has been successfully installed.'''
'''<span style="color: green">Cisco Linux notepad | [http://ciscolinux.co.uk ciscolinux.co.uk]</span>''' | {{Special:Categories}} | [https://gitlab.com/pio2pio GitLab] | [https://github.com/pio2pio GitHub] | [https://www.davidc.net/sites/default/subnets/subnets.html Subnet-calculator] | [[Change log]]


Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
'''All Pages'''


== Getting started ==
{{Special:AllPages}}
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]


This wiki is mainly for my own use to document project I have done.
= Commonly used =
<source lang="xml">
<source lang="js">code</ source> #buildin
<syntaxhighlight lang="js">code</syntaxhighlight>
<syntaxhighlightjs lang="powershell">code</syntaxhighlightjs>
<code><span style="color: green">INTERNET</span></code>
[[Category:bash]] [[Category:shell]] [[Category:linux]] [[Category:windows]] [[Category: .net]]
{{Note|Foo|info}} # note template
</source>
*SyntaxHighlighter - [https://www.mediawiki.org/wiki/Extension:SyntaxHighlight#Supported_languages supported languages and troubleshooting]
*code block in numbered list can be found in [[Cisco password recovery]]
*table block is in [[Linux_shell/Commands#Remove_empty_lines]]
;Subpages
Create root page Special:PrefixIndex to index supbages, eg:
 
<code><nowiki>{{Special:PrefixIndex/AWS/}}</nowiki></code>
 
Then create a subpage with eg. AWS/Cli, where Cli is a subpage
 
;Table snippet
<source>
{| class="wikitable"
|+ TableHeadline
|-
! col1Title
! col2Title
|- style="vertical-align:top;"
| <source </source
| <source </source
|}
</source>

Revision as of 11:58, 28 August 2021

Cisco Linux notepad | ciscolinux.co.uk | Special:Categories | GitLab | GitHub | Subnet-calculator | Change log

All Pages

Commonly used

<source lang="js">code</ source> #buildin
<syntaxhighlight lang="js">code</syntaxhighlight>
<syntaxhighlightjs lang="powershell">code</syntaxhighlightjs>
<code><span style="color: green">INTERNET</span></code>
[[Category:bash]] [[Category:shell]] [[Category:linux]] [[Category:windows]] [[Category: .net]]
{{Note|Foo|info}} # note template
Subpages

Create root page Special:PrefixIndex to index supbages, eg:

{{Special:PrefixIndex/AWS/}}

Then create a subpage with eg. AWS/Cli, where Cli is a subpage

Table snippet
{| class="wikitable"
|+ TableHeadline
|- 
! col1Title
! col2Title
|- style="vertical-align:top;"
| <source </source
| <source </source
|}