Difference between revisions of "Admin reference"

From ProgClub
Jump to: navigation, search
Line 1: Line 1:
 +
= Overview =
 +
 
See the [[Fleet of Machines]] for information about hosts on the ProgClub network.
 
See the [[Fleet of Machines]] for information about hosts on the ProgClub network.
  
Line 9: Line 11:
  
 
See, or update, [[Network Administration]] for work that needs to be done.
 
See, or update, [[Network Administration]] for work that needs to be done.
 +
 +
= Etckeeper =
  
 
Etckeeper is [https://www.progclub.org/pc/Charity_Admin#Setting_up_Etckeeper now installed] on [[Charity]], which means the correct procedure after making edits to files in /etc is to issue:
 
Etckeeper is [https://www.progclub.org/pc/Charity_Admin#Setting_up_Etckeeper now installed] on [[Charity]], which means the correct procedure after making edits to files in /etc is to issue:

Revision as of 23:19, 26 July 2011

Overview

See the Fleet of Machines for information about hosts on the ProgClub network.

If you're administering ProgClub assets, please document your actions on the wiki. See the relevant pages:

See Future Machine Names for the kind of stuff we're on about.

See, or update, Network Administration for work that needs to be done.

Etckeeper

Etckeeper is now installed on Charity, which means the correct procedure after making edits to files in /etc is to issue:

$ sudo etckeeper commit "my reasoning here"

after you're done with your changes. There's an auto commit every day, and an autocommit whenever you apt-get install something. You can manually commit your changes as above. To see the commit log for a particular file:

$ sudo bzr log /etc/passwd

TODO: explain how to revert unwanted or mistaken changes.