We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Install and configure all packages:
sudo ansible-playbook ansible/devenv.yml
Add the account to the docker group:
docker
sudo usermod -a -G docker user.name sudo systemctl restart docker.service
If they need docker-compose, they can install with:
docker-compose
pip3 install --user docker-compose
The user will have to log out and log back in.
Add the account to the wireshark group:
wireshark
sudo usermod -a -G wireshark user.name
To change the default shell for someone, edit the user's loginShell attribute in AD with the full path to the desired shell, e.g. /bin/zsh.
loginShell
/bin/zsh
Once done with the AD change, erase the SSSD cache on the client:
sudo sssctl cache-remove
Then the user needs to log out and log back in for the changes to take effect.
Deployment
Usage
Development