Changes
Page history
Update Post Install Setup
authored
Oct 20, 2023
by
William Frischhertz
Hide whitespace changes
Inline
Side-by-side
Post-Install-Setup.md
View page @
229aafb8
This document will instruct the user on the post install setup of a Debian 10 Front-End computer used in a standalone test stand environment.
**For this documentation, our front end computer will be named ‘x2fec’
**
**For this documentation, our front end computer will be named ‘x2fec’**
# Create 'controls' user and group
...
...
@@ -11,6 +11,7 @@ root@x2fec:/$ groupadd -g 1001 controls
root@x2fec:/$ useradd -u 1001 -s /bin/bash -m -g controls controls
root@x2fec:/$ passwd controls
```
**Note: The LIGO standard UID for controls is 1001 across all systems. Any hosts connected to the FEC should follow this standard**
Add 'controls' and 'cdsadmin' user to sudo group. Create /etc/sudoers.d/users with the following:
...
...
...
...