Skip to content

Commit 8bfcddb

Browse files
committed
add descriptions to links
1 parent 5d445ff commit 8bfcddb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
### Functions
1010

1111
- 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
1717
- After installation will open provided SSH port
18-
- [fail2ban](https://github.com/fail2ban/fail2ban)
18+
- [fail2ban](https://github.com/fail2ban/fail2ban) - Intrusion prevention system
1919
- After installation will ask for configuration file;
2020
- default one
2121
- custom one (downloadable via url)
2222
- [modified by me](https://gist.github.com/Decaded/4a2b37853afb82ecd91da2971726234a)
23-
- [git](https://git-scm.com/)
23+
- [git](https://git-scm.com/) - Version control system
2424
- 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
2626

2727
- Option to disable password authentication and leave key-based only (as requested in [issue #1](https://github.com/Decaded/install-script/issues/1))
2828
- Asks for a public key that will be inserted into `$HOME/.ssh/authorized_keys`

0 commit comments

Comments
 (0)