You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[**Visual Studio Code**](https://code.visualstudio.com) -> (```sudo snap install --classic code```)
27
27
-[**guake**](https://github.com/Guake/guake) -> GUI terminal client for linux, more options than the built in terminal
28
-
-[**tabby**](https://tabby.sh) -> Modern, feature-rich terminal emulator with excellent cross-platform support[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
28
+
-[**tabby**](https://tabby.sh) -> Modern, feature-rich terminal emulator with excellent cross-platform support[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
29
29
30
30
---
31
31
### Terminal File Explorers
@@ -35,7 +35,7 @@ List of Linux Tools I put on almost every Linux / Debian host
35
35
---
36
36
37
37
### LS-like Directory Viewers
38
-
-[**eza**](https://github.com/eza-community/eza) -> Modern replacement for ls with more features, colors and Git integration (successor to exa)[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
38
+
-[**eza**](https://github.com/eza-community/eza) -> Modern replacement for ls with more features, colors and Git integration (successor to exa)[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
39
39
-[🌟 **lsd**](https://github.com/lsd-rs/lsd) -> Another ls clone, cross-platform (works on Linux, Mac Win) can also show directory sizes (Peltoche/lsd GitHub) - _personal favorite_
40
40
41
41
----
@@ -44,18 +44,18 @@ List of Linux Tools I put on almost every Linux / Debian host
44
44
-[**micro**](https://github.com/zyedidia/micro) -> For those new to Linux, or aren't into _vi_ or _vim_ (/zyedidia/micro on Github)
45
45
-[**ne**](https://ne.di.unimi.it) -> Terminal editor (like nano / code highlighting, "esc" or F1 for menus)
46
46
-[🌟 **vim**](https://github.com/vim/vim) -> VI editor with tons of extras - _personal favorite_
47
-
-[**neovim**](https://neovim.io) -> Text editor that can be configured to mirror VS Code, with a lot of plugins and extensibility[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
47
+
-[**neovim**](https://neovim.io) -> Text editor that can be configured to mirror VS Code, with a lot of plugins and extensibility[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
48
48
-[**vimrc**](https://github.com/amix/vimrc) -> config script for vim (from Github amix/vimrc) -> [⭐ _Try out **vim_awesome** based on this_](https://github.com/ArthurChiao/vim_awesome)
49
-
-[**bat**](https://github.com/sharkdp/bat) -> "cat" clone with syntax highlighting, git integration and other features[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
50
-
-[**sublime text**](https://www.sublimetext.com) -> Sophisticated text editor for code, markup and prose with slick UI and amazing performance[3](https://www.g2.com/products/acme-text-editor/competitors/alternatives)
49
+
-[**bat**](https://github.com/sharkdp/bat) -> "cat" clone with syntax highlighting, git integration and other features[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
50
+
-[**sublime text**](https://www.sublimetext.com) -> Sophisticated text editor for code, markup and prose with slick UI and amazing performance[3](https://www.g2.com/products/acme-text-editor/competitors/alternatives)
51
51
52
52
---
53
53
### Process Explorers
54
54
-[**glances**](https://nicolargo.github.io/glances/) -> Lots of system info in one "glance", cross-platform (available for Windows) --_installs python_
-[**btop**](https://github.com/aristocratos/btop) -> TUI CLI graphics, fast, less dependencies than _Glances_[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
-[**btop**](https://github.com/aristocratos/btop) -> TUI CLI graphics, fast, less dependencies than _Glances_[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
57
57
-[**bottom**](https://github.com/ClementTsang/bottom) -> A _**btop**_ inspired process monitor, _cross platform_
58
-
-[**system informer**](https://www.systeminformer.com/) -> Official successor to Process Hacker - a powerful, multi-purpose tool to monitor system resources and detect malware[4](https://alternativeto.net/software/process-explorer/)
58
+
-[**system informer**](https://www.systeminformer.com/) -> Official successor to Process Hacker - a powerful, multi-purpose tool to monitor system resources and detect malware[4](https://alternativeto.net/software/process-explorer/)
59
59
60
60
---
61
61
### Network-Related Apps
@@ -67,37 +67,37 @@ List of Linux Tools I put on almost every Linux / Debian host
67
67
-[**mtr**](https://www.bitwizard.nl/mtr/) -> Traceroute and ping in one, great for network troubleshooting
-[**zabbix**](https://www.zabbix.com) -> Free monitoring system for networks, servers, and applications that can monitor on-premises resources and cloud services[5](https://www.websentra.com/linux-network-monitor-software-and-tools/)
70
+
-[**zabbix**](https://www.zabbix.com) -> Free monitoring system for networks, servers, and applications that can monitor on-premises resources and cloud services[5](https://www.websentra.com/linux-network-monitor-software-and-tools/)
71
71
---
72
72
### Misc CLI Terminal Apps
73
73
74
74
-[**chkservice**](https://github.com/linuxenko/chkservice) -> TUI Linux _**systemd**_ service review from the terminal (_linuxenko/chkservice_ on Github)
75
75
-[**ncdu**](https://dev.yorhel.nl/ncdu) -> Terminal disk and folder space viewer
76
-
-[**dust**](https://github.com/bootandy/dust) -> More intuitive version of du with bar chart visualization[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
76
+
-[**dust**](https://github.com/bootandy/dust) -> More intuitive version of du with bar chart visualization[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
77
77
-[**duf**](https://github.com/muesli/duf) -> Disk utility TUI with pretty graphs (a better ```df```)
78
78
-[**lynis**](https://cisofy.com/lynis/) -> Linux security auditing by _**CISOFY**_
-[**nala**](https://gitlab.com/volian/nala) -> Frontend for apt with a more user-friendly interface and colored output[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
80
+
-[**nala**](https://gitlab.com/volian/nala) -> Frontend for apt with a more user-friendly interface and colored output[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
81
81
-[**fd**](https://github.com/sharkdp/fd) -> Linux find clone with saner default options (PC, MAC, Linux, Debian, etc) (sharkdp/fd on Github)
82
82
-[**fish**](https://fishshell.com) -> "friendly interactive shell" beats the pants off of bash, ([Fishshell.com](https://fishshell.com))
83
-
-[**starship**](https://starship.rs) -> Customizable cross-shell prompt with extensive customization options[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
84
-
-[**zoxide**](https://github.com/ajeetdsouza/zoxide) -> Smarter cd command that learns your habits and helps you navigate faster[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
83
+
-[**starship**](https://starship.rs) -> Customizable cross-shell prompt with extensive customization options[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
84
+
-[**zoxide**](https://github.com/ajeetdsouza/zoxide) -> Smarter cd command that learns your habits and helps you navigate faster[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
85
85
-[**tig**](https://github.com/jonas/tig) -> TUI client for git (jonas/tig on Github)
86
86
-[**miller**](https://github.com/johnkerl/miller) -> Does about everything awk and sed does for json/csv/etc files (johnkerl/miller on Github)
87
87
-[**most**](https://www.jedsoft.org/most/) -> Linux pager, better than "less" or "more"
88
-
-[**tldr**](https://tldr.sh) -> Simplified man pages that just tell you what you need to know with practical examples[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
88
+
-[**tldr**](https://tldr.sh) -> Simplified man pages that just tell you what you need to know with practical examples[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
89
89
-[**lazydocker**](https://github.com/jesseduffield/lazydocker) -> TUI terminal software for Docker containers (jesseduffield/lazydocker on Github)
90
90
-[**json-tui**](https://github.com/ArthurSonzogni/json-tui) -> Easy way to review json files, has a cool table view (ArthurSonzogni/json-tui Github)
91
91
-[**jc**](https://github.com/kellyjonbrazil/jc) -> Shows common Linux command output in json format (kellyjonbrazil/jc on Github)
92
92
-[**visidata**](https://www.visidata.org/) -> Reading CSV files or other large data sets ([visidata.org](https://www.visidata.org/))
93
93
-[**eg**](https://github.com/srsudar/eg) -> [TLDR.sh](https://tldr.sh/) like tool that helps with Linux commands (srsudar/eg on Github)
-[**sd**](https://github.com/chmln/sd) -> sed replacement
96
-
-[**ripgrep**](https://github.com/BurntSushi/ripgrep) -> Extremely fast text search tool that respects gitignore rules[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
96
+
-[**ripgrep**](https://github.com/BurntSushi/ripgrep) -> Extremely fast text search tool that respects gitignore rules[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
97
97
-[**ripgrep-all**](https://github.com/phiresky/ripgrep-all) -> A grep tool with improvements on speed and document formats
98
98
-[**fzf**](https://github.com/junegunn/fzf) -> A command-line fuzzy finder that enhances search and navigation in the terminal. Ideal for quickly finding files, command history, git, and more (junegunn/fzf on GitHub)
99
-
-[**fastfetch**](https://github.com/fastfetch-cli/fastfetch) -> Faster, more feature-rich neofetch alternative for system information display[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
100
-
-[**pandoc**](https://pandoc.org) -> Universal document converter that can convert between various markup formats[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
99
+
-[**fastfetch**](https://github.com/fastfetch-cli/fastfetch) -> Faster, more feature-rich neofetch alternative for system information display[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
100
+
-[**pandoc**](https://pandoc.org) -> Universal document converter that can convert between various markup formats[8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
0 commit comments