The following code is a complete sample of login and logoffresource actions. The sample is tailored to a specific customer’s environment using a Top Secret resource. As such, the text of commands, prompt, and command sequences will most likely differ across deployments. Note that the resource...
# use this shell for commands executed under sudo # you may need to change this to bin/bash in rare instances # if sudo is constrained #executable = /bin/sh # if inventory variables overlap, does the higher precedence one win # or are ha...
Commands Verifying Packages and Fixing Verification Errors Verifying File System Content Identifying Unpackaged File System Content Restoring a File Reverting Named Files 2-7 2-8 2-10 2-12 2-12 2-12 2-13 2-14 2-15 2-16 2-16 2-16 2-17 2-18 3-1 3-...
Our swap file is enabled at the moment, but when we reboot, the server will not automatically enable the file for use. We can change that by modifying thefstabfile, which is a table that manages filesystems and partitions. Edit/etc/fstabfile with sudo privileges, and add the follow...
Nginx image - share/copy files, Dockerfile Working with Docker images : brief introduction Docker image and container via docker commands (search, pull, run, ps, restart, attach, and rm) More on docker run command (docker run -it, docker run --rm, etc.) ...
Now we want to create zabbix database and user on MySQL. Log into MySQL: mysql> mysql -u root -p mysql> create database zabbix; mysql> create user 'zabbix'@'localhost' identified by 'zabbix'; mysql> grant all privileges on zabbix.* to 'zabbix'@'localhost'; ...