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 83d144dde1
adding
12 months ago
resources adding 12 months ago
.gitignore adding 12 months ago
README.md adding 12 months ago
directus.js adding 12 months ago
install.sh adding 12 months ago
mariadb-add.js adding 12 months ago
mariadb.js adding 12 months ago
nginx.js adding 12 months ago
node.js adding 12 months ago
package-lock.json adding 12 months ago
package.json adding 12 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)