Main Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(109 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
== | {|width=50% | ||
|<span style="color: red;">After migrating pages to Confluence, move each page to the "Pre-confluence" namespace '''without''' leaving a redirect behind. This ensures that it's obvious the page is gone and displays a "paper trail" if anyone tries to access the page.</span> | |||
|- | |||
|<span style="color: red;">Pages can be migrated by copying-and-pasting the wikitext ("View source" if you're not logged in) into a file, running: | |||
pandoc -f mediawiki -t docx -o /tmp/dummy.docx ''<wikitextfile>'' | |||
And then importing <code>/tmp/dummy.docx</code> into a blank Confluence page.</span> | |||
|} | |||
<br /> | |||
{|style="float: right;"| | |||
|[[Guide to TechDocs for administrators and content creators|Guide to TechDocs for<br />administrators and content creators]] | |||
|- | |- | ||
| | |Style info: | ||
Hosts classes are normal font and when referenced<br />in prose are contained in double quotes | |||
|- | |- | ||
| | |[[MediaWiki:Common.css]] | ||
|- | |- | ||
| | |[https://taggi.cse.unsw.edu.au/FAQ/ Taggi] | ||
|- | |- | ||
| | |[https://www.cse.unsw.edu.au/~virtualexam/ Virtual exam environment] | ||
|- | |- | ||
| | |[[File:CSE_network_diagram_-_September_2023.pdf]] | ||
|} | |} | ||
- | == Overview == | ||
* [[Ceph testing and development cluster]] | |||
* [[New World versus Old World]] | |||
* [[conform gives way to cfengine]] | |||
* [[Configuration management and operation with cfengine]] | |||
* [[What does the CSE UDB (User DataBase) do?]] | |||
== Uncategorized as yet == | |||
* [[Storage and compute cluster]] | |||
** [[Ceph operation, maintenance and repair]] | |||
* [[New World gitlab server]] | |||
* [[/unsw]] | |||
* [[Connecting to Wifi]] | |||
* [[vncsend]] and [[vncrecv]], VLAB and lab screen session sharing - for tutors and for working in pairs | |||
* [[User virtual machines on VLAB servers]] | |||
* [[RoboLab VLAB server]] | |||
* [[Proposed home directory architecture, configuration and management]] | |||
* [[Academic allocations]] | |||
== To do == | |||
# Merge notes re [[debpkgsv2]] into some relevant page | |||
# Review [[Special:LonelyPages|orphaned pages]] | |||
# Review [[Special:WantedPages|wanted pages]] | |||
# Do something with this page: [[MediaWiki]] | |||
# [[AWS IPsec links]] | |||
# Consider adding expiry and owner info to [[hostlist.csv]] | |||
# [[ZZEN9217 H6 O.S. Fundamentals for Security: VM platform notes]] | |||
# Do something with [[Lifecycle management of accounts (draft notes)]] | |||
# Do something with [[Extra]] | |||
== | == Subject categories == | ||
{| | |||
!Management and operation of systems | |||
!Maintenance procedures | |||
!Individual systems, applications and services | |||
!Teaching tech | |||
|- | |||
| | |||
* [[Home and shared directories]] | |||
* [[Virtualisation and cloud]] | |||
* [[Policies and principles]] | |||
* [[Networking]] | |||
* [[Host and server installation and setup]] | |||
* [[User session and account management]] | |||
* [[User database, authentication and authorisation]] | |||
* [[Configuration management and operation with cfengine]] | |||
* [[Software package management and Debian]] | |||
* [[Email]] | |||
* [[Printing]] | |||
* [[Monitoring framework]] | |||
* [[Virtual exam environment]] | |||
* [[New World file system layout]] | |||
* [[New World Backup System]] | |||
| | |||
* [[Resize the root/boot volume of an AWS host]] | |||
| | |||
* [[podman]] | |||
* [[pandoc]] | |||
* [[SNMP query examples]] | |||
* [[priv scripts and sudo]] | |||
| | |||
* [[give]] | |||
* [[SMS]] | |||
* [[WebCMS3]] | |||
* [[classrun]] | |||
* [[Virtual exam environment]] | |||
* [[CASTLE]] | |||
* [[talloc]] | |||
* [[gitlab.cse.unsw.edu]] | |||
* [[run_student_code]] | |||
* [[running software from other Debian releases]] | |||
* [[dcc]] | |||
* [[autotest]] | |||
* [[Controlling Resources & Privileges with Linux namespaces, cgroups & limits]] | |||
* <s>TODO: Examine the SyntaxHighlight extension<br />from the point of view of demands on<br />the host (suggested by AndrewT, see also https://phabricator.wikimedia.org/T250763)</s><br /><syntaxhighlight lang="bash"> | |||
#!/bin/bash | |||
set -x | |||
echo "The MediaWiki SyntaxHighlight extension is enabled" | |||
exit 0 | |||
</syntaxhighlight><syntaxhighlight lang="c"> | |||
#include <stdio.h> | |||
int main () { | |||
printf ("Hello, world!\n"); | |||
return (0); | |||
} | |||
</syntaxhighlight> | |||
|} | |||
== Page categories == | |||
* [[:Category:Pages needing work|Pages needing work]] | |||
[[Category:Pages needing work]] | |||
Latest revision as of 12:20, 1 Mayıs 2024
After migrating pages to Confluence, move each page to the "Pre-confluence" namespace without leaving a redirect behind. This ensures that it's obvious the page is gone and displays a "paper trail" if anyone tries to access the page. |
Pages can be migrated by copying-and-pasting the wikitext ("View source" if you're not logged in) into a file, running:
pandoc -f mediawiki -t docx -o /tmp/dummy.docx <wikitextfile> And then importing |
Guide to TechDocs for administrators and content creators |
Style info:
Hosts classes are normal font and when referenced |
MediaWiki:Common.css |
Taggi |
Virtual exam environment |
File:CSE network diagram - September 2023.pdf |
Overview
- Ceph testing and development cluster
- New World versus Old World
- conform gives way to cfengine
- Configuration management and operation with cfengine
- What does the CSE UDB (User DataBase) do?
Uncategorized as yet
- Storage and compute cluster
- New World gitlab server
- /unsw
- Connecting to Wifi
- vncsend and vncrecv, VLAB and lab screen session sharing - for tutors and for working in pairs
- User virtual machines on VLAB servers
- RoboLab VLAB server
- Proposed home directory architecture, configuration and management
- Academic allocations
To do
- Merge notes re debpkgsv2 into some relevant page
- Review orphaned pages
- Review wanted pages
- Do something with this page: MediaWiki
- AWS IPsec links
- Consider adding expiry and owner info to hostlist.csv
- ZZEN9217 H6 O.S. Fundamentals for Security: VM platform notes
- Do something with Lifecycle management of accounts (draft notes)
- Do something with Extra