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.
		
		
		
		
		
			| 
				
					
						 | 
			2 years ago | |
|---|---|---|
| resources | 2 years ago | |
| .gitignore | 2 years ago | |
| README.md | 2 years ago | |
| directus.js | 2 years ago | |
| install.js | 2 years ago | |
| install.sh | 2 years ago | |
| lets-encrypt.js | 2 years ago | |
| mariadb-create.js | 2 years ago | |
| mariadb-drop.js | 2 years ago | |
| mariadb.js | 2 years ago | |
| nginx-enable.js | 2 years ago | |
| nginx.js | 2 years ago | |
| node.js | 2 years ago | |
| package-lock.json | 2 years ago | |
| package.json | 2 years 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)