You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
HerrHase
eb6c9cab32
|
11 months ago | |
---|---|---|
helpers | 11 months ago | |
install | 11 months ago | |
resources | 1 year ago | |
.gitignore | 1 year ago | |
README.md | 1 year ago | |
create-certificate.js | 11 months ago | |
directus.js | 1 year ago | |
install.js | 1 year ago | |
install.sh | 1 year ago | |
lets-encrypt.js | 11 months ago | |
mariadb-create.js | 1 year ago | |
mariadb-drop.js | 1 year ago | |
nginx-enable.js | 1 year ago | |
nginx.js | 11 months ago | |
package-lock.json | 1 year ago | |
package.json | 11 months ago |
README.md
Add New User
adduser <username>
usermod -aG sudo <username>
Prevent timeout from ssh
nano /etc/ssh/sshd_config
ClientAliveInterval 120
ClientAliveCountMax 720
Check Timezone
dpkg-reconfigure tzdata
add
ssh-keygen -t rsa -b 4096 -f ~/.ssh/gitea -C $(hostname)