sou1

Useful Linux Commands

This is going to be a continuously updated page of useful linux cli snippets or commands. Sendmail echo -e "subject: Test Message Subject \n\n Test message body \n | sendmail -v <email>@hotmail.com RHEL Sudoers.d cat << EOM >> /etc/sudoers.d/99-username

Useful Container Commands

[https://icons8.com/icon/419/Console] This is going to be a continuously updated page of useful Docker or LXC cli snippets or commands. -------------------------------------------------------------------------------- > Docker Snippets Extract a Dockerfile from an Image n.b. You won't get the names of the images included by "From&

Ansible

If there's anything, this "adapting" requires a lot of learning - Ansible next... Firstly Install Ansible:: sudo yum install ansible-lint.noarch ansible-inventory-grapher.noarch -y Ubuntu Specific sudo apt-get update sudo apt-get install software-properties-common sudo apt-add-repository --yes --update ppa:ansible/ansible sudo apt-get install ansible 1. Update

Github Absolute Basics (and now beyond!)

The very basics. 1. Create your repository on github.com and initialise with a README.md 2. Clone the repo 3. Copy files/dirs into cloned repo 4. update git clone <repo>.git cp some_files ~/<repo> git add -all git commit -m "Secondary Commit&

sou1 © 2026