File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 9
9
### Functions
10
10
11
11
- Install essentials:
12
- - [ htop] ( https://htop.dev/ )
13
- - [ screen] ( https://www.gnu.org/software/screen/ )
14
- - [ nload] ( https://github.com/rolandriegel/nload )
15
- - [ nano] ( https://www.nano-editor.org/ )
16
- - [ firewalld] ( https://firewalld.org/ )
12
+ - [ htop] ( https://htop.dev/ ) - Interactive process viewer
13
+ - [ screen] ( https://www.gnu.org/software/screen/ ) - Terminal multiplexer
14
+ - [ nload] ( https://github.com/rolandriegel/nload ) - Network traffic monitor
15
+ - [ nano] ( https://www.nano-editor.org/ ) - Text editor
16
+ - [ firewalld] ( https://firewalld.org/ ) - Firewall management
17
17
- After installation will open provided SSH port
18
- - [ fail2ban] ( https://github.com/fail2ban/fail2ban )
18
+ - [ fail2ban] ( https://github.com/fail2ban/fail2ban ) - Intrusion prevention system
19
19
- After installation will ask for configuration file;
20
20
- default one
21
21
- custom one (downloadable via url)
22
22
- [ modified by me] ( https://gist.github.com/Decaded/4a2b37853afb82ecd91da2971726234a )
23
- - [ git] ( https://git-scm.com/ )
23
+ - [ git] ( https://git-scm.com/ ) - Version control system
24
24
- After installation prompts for first-time configuration
25
- - [ unattended-upgrades] ( https://help.ubuntu.com/community/AutomaticSecurityUpdates )
25
+ - [ unattended-upgrades] ( https://help.ubuntu.com/community/AutomaticSecurityUpdates ) - Automatic updates
26
26
27
27
- Option to disable password authentication and leave key-based only (as requested in [ issue #1 ] ( https://github.com/Decaded/install-script/issues/1 ) )
28
28
- Asks for a public key that will be inserted into ` $HOME/.ssh/authorized_keys `
You can’t perform that action at this time.
0 commit comments