Guide to TechDocs for administrators and content creators

From techdocs
Revision as of 23:10, 20 Haziran 2022 by Plinich (talk | contribs)
Jump to navigation Jump to search

This is the UNSW CSE TechDocs MediaWiki server. It's:

  • A MediaWiki server delivering technical information on CSE's computer systems to CSE students and other users,
  • A Linux server providing a collaborative content creation platform for authorised users,
  • A SAMBA server for file sharing,
  • An SSH server, and
  • A documentation automation platform for creating, managing and populating MediaWiki pages.


  • It's techdocs.cseunsw.tech
  • Access limited to UNSW subnetworks
  • All wiki pages are public
  • Authorised editors
  • SAMBA and file sharing
  • SSH access to the TechDocs server
  • Install techdocs server
  • Shared content creation account ("techdocs")
  • Administration notes
    • MediaWiki users and groups
    • MediaWiki user authentication
    • Local host logins and user accounts
    • SAMBA
      • User names and passwords
      • Local host user accounts
    • SSH keys and SSH access

pandoc is installed. Amongst other things, it can be used to convert from HTML (e.g., old, handwitten web pages) to MediaWiki wikitext by doing something like this:

$ pandoc -f html -t mediawiki -o newpage.wiki oldpage.html

The result of the conversion can then be pasted in to a TechDocs wiki page.