Sha256: 3ec832572fa1fd2ea967fcfb83234af929c806b3a911d0ce63fe51b705f22c3a
Contents?: true
Size: 777 Bytes
Versions: 1
Compression:
Stored size: 777 Bytes
Contents
# Commands Commands the text representaion of the commands the scripts are executing. If you do not want to use the ActiveScript to setup your environment, then feel free to execute at the command line your self. Current commands: SSH, User, Directory, Packages ## Usage ### SSH Update server login privilages. `Ubuntu` ```ruby vim /etc/ssh/sshd_config ``` ### User Create non-root users. `Ubuntu` **Variables:** * Username: name of the user ```ruby sudo adduser <USERNAME> sudo adduser <USERNAME> sudo su <USERNAME> ``` ### Directory Create system folders and directories. **Variables:** * Directory: name of the directory ```ruby # INFO: Execute as root for best availability. mkdir /var/www mkdir /var/www/<DIRECTORY> chown -R root /var/www/<DIRECTORY> ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_scripts-0.1.0 | COMMANDS.md |