List of Linux Tools I put on almost every linux / Debian host

Overview

Linux-Tools

List of Linux Tools I put on almost every Linux / Debian host

Installed:

  • geany --> GUI editor/ notepad++ like
  • chkservice --> TUI Linux service review from the terminal
  • htop --> TUI supercharged top - shows processes and cpu info
  • nnn --> Terminal file explorer (! drops to the command prompt)
  • ncdu --> Terminal disk and folder space viewer
  • network-manager --> installs nmtui Terminal Network Manager app (set IPs, etc)
  • ne --> Terminal editor (like nano / code highlighting, "esc" or F1 for menus)
  • hping3 --> check if something is on the network, way more powerful than "ping"
  • nmap --> Network scanner
  • wireshark --> network packet reviewer
  • lynis --> Linux security auditing
  • apt-show-versions --> shows package versions / if needing upgrade ("$ apt-show-versions -u")
  • vim --> VI editor with tons of extras
  • vimrc --> config script for vim (from Github amix/vimrc)
  • bat --> "cat" clone with colors and other features (sharkdp/bat on Github)
  • fish --> "friendly interactive shell" beats the pants off of bash, (Fishshell.com)
  • tig --> TUI client for git
  • bmon --> TUI network bandwidth monitor
  • dnsutils --> installs "dig" for DNS troubleshooting
  • glances --> like "htop" or "top" but more graphical, lots of sys info in one "glance" --installs python
  • python3 --> Development language
  • code --> (sudo snap install --classic code) Visual Studio Code IDE for Linux
  • mtr --> traceroute and ping in one, great for network troubleshooting
  • ned --> a clone of "sed" (search and or replace) with an easier syntax (nevdelap/ned on Github)
  • miller --> Does about everything awk and sed do for json/csv/etc files (johnkerl/miller on Github) -- more complex than ned
  • most --> Linux pager, better than "less" or "more"
  • guake --> GUI terminal client for linux, more options than the built in terminal

Python App "Linux-Sotware-Installer" Created (Nov 13th, 2021)

  • Requires a Debian-like system such as Ubuntu and Python 3 and "sudo" privileges
  • Checks if the above terminal-only software exists, if not installs it
You might also like...
A Notifier Program that Notifies you to relax your eyes Every 15 Minutes👀
A Notifier Program that Notifies you to relax your eyes Every 15 Minutes👀

Every 15 Minutes is an application that is used to Notify you to Relax your eyes Every 15 Minutes, This is fully made with Python and also with the us

A Notifier Program that Notifies you to relax your eyes Every 15 Minutes👀
A Notifier Program that Notifies you to relax your eyes Every 15 Minutes👀

Every 15 Minutes is an application that is used to Notify you to Relax your eyes Every 15 Minutes, This is fully made with Python and also with the us

Hacktoberfest2021 🥳- Contribute Any Pattern In Any Language😎 Every PR will be accepted Pls contribute
Hacktoberfest2021 🥳- Contribute Any Pattern In Any Language😎 Every PR will be accepted Pls contribute

✨ Hacktober Fest 2021 ✨ 🙂 All Contributors are requested to star this repo and follow me for a successful merge of pull request. 🙂 👉 Add any patter

A Notifier Program that Notifies you to relax your eyes Every 15 Minutes👀
A Notifier Program that Notifies you to relax your eyes Every 15 Minutes👀

Every 15 Minutes is an application that is used to Notify you to Relax your eyes Every 15 Minutes, This is fully made with Python and also with the us

A simple python script that print the Mandelbrot set for every power of the formal formula.

Python Mandelbrot A simple python script that print the Mandelbrot set for every power of the formal formula.

A water drinking notification every hour to keep you healthy while coding :)

Water_Notification A water drinking notification every hour to keep you healthy while coding. 💧 💧 Stay Hydrated Stay Healthy 💧 💧 Authors @CrazyCat

On this repo, you'll find every codes I made during my NSI classes (informatical courses)

👨‍💻 👩‍💻 school-codes On this repo, you'll find every codes I made during my NSI classes (informatical courses) French for now since this repo is d

This repository holds those infrastructure-level modules, that every application requires that follows the core 12-factor principles.

py-12f-common About This repository holds those infrastructure-level modules, that every application requires that follows the core 12-factor principl

TimeWizard - A script that generates every single Time Wizard EDOPRO lflist possible

EDOPRO F&L list generator This project is just a script that generates every sin

Releases(v3.0)
  • v3.0(Oct 6, 2022)

    Installs these files for an Ubuntu / Debian Linux desktop system:

    • chkservice -- TUI services manager
    • htop -- TUI top replacement
    • nnn - TUI file explorer (! drops you to the shell)
    • ncdu - TUI du / Finds disk space hogs
    • network-manager - installs nmtuito easily edit network interface settings
    • ne - Console file editor with familiar commands (^s to save, ^q to quit, esc to show menus)
    • hping3 - Network tool that can send crafted packets, way more powerful than ping
    • nmap - Network mapping tool (nmap.org)
    • apt-show-versions - shows package version info / $ apt-show-version -u shows files that can be updated
    • vim - Console file editor (uses its own command language: vim cheatsheet)
    • fish - F-riendly I-nteractive SH-ell - a bash shell replacement with tons of nice features (see here)
    • tig - TUI for git
    • bmon - TUI network bandwidth monitor
    • dnsutils - Installs dig network tool for looking up DNS info
    • most - Pager, more features than less / more
    • guake - Desktop terminal client with lots of features
    • jc - Turns command output into json syntax, $ jc --help for info
    • geany - Desktop editor / IDE with tons of plugins for extensibility
    • cdpr - Enables your linux system to listen for Cisco Discovery Protocol packets (you're welcome network engineers 😄 )
    • exa - ls replacement with 📁 icons (exa website)
    • lsd - ls replacement with 📁 icons ( vers. 0.23.1, Github /Peltoche/lsd) - ( Why both? They compliment each other imho 😄 )
    • python3 - Python development framework (also to allow many python created apps to work)
    • python3-pip - Python package installer
    • chromaterm - Colorizes ssh output, nice when ssh'ing into Cisco switches (Ex: $ct ssh [email protected], chromaterm website)
    • visidata - TUI for CSV (and other structured data) files (visidata website)
    • fd - Linux find clone with saner defualt options (PC, MAC, Linux, Debian, etc) (sharkdp/fd on Github)
    • croc- Seemlessly and securely send files between 2 systems (PC, MAC, Linux, Debian etc) (schollz/croc on Github)
    Source code(tar.gz)
    Source code(zip)
    Desktop-Linux-Tools.py(5.08 KB)
  • v2.5(Sep 9, 2022)

    Installs these files for an Ubuntu / Debian Linux desktop system:

    • chkservice -- TUI services manager
    • htop -- TUI top replacement
    • nnn - TUI file explorer (! drops you to the shell)
    • ncdu - TUI du / Finds disk space hogs
    • network-manager - installs nmtuito easily edit network interface settings
    • ne - Console file editor with familiar commands (^s to save, ^q to quit, esc to show menus)
    • hping3 - Network tool that can send crafted packets, way more powerful than ping
    • nmap - Network mapping tool (nmap.org)
    • apt-show-versions - shows package version info / $ apt-show-version -u shows files that can be updated
    • vim - Console file editor (uses its own command language: vim cheatsheet)
    • fish - F-riendly I-nteractive SH-ell - a bash shell replacement with tons of nice features (see here)
    • tig - TUI for git
    • bmon - TUI network bandwidth monitor
    • dnsutils - Installs dig network tool for looking up DNS info
    • most - Pager, more features than less / more
    • guake - Desktop terminal client with lots of features
    • jc - Turns command output into json syntax, $ jc --help for info
    • geany - Desktop editor / IDE with tons of plugins for extensibility
    • cdpr - Enables your linux system to listen for Cisco Discovery Protocol packets (you're welcome network engineers 😄 )
    • exa - ls replacement with 📁 icons (exa website)
    • python3 - Python development framework (also to allow many python created apps to work)
    • python3-pip - Python package installer
    • chromaterm - Colorizes ssh output, nice when ssh'ing into Cisco switches (Ex: $ct ssh [email protected], chromaterm website)
    • visidata - TUI for CSV (and other structured data) files (visidata website)
    • fd - Linux find clone with saner defualt options (PC, MAC, Linux, Debian, etc) (sharkdp/fd on Github)
    • croc- Seemlessly and securely send files between 2 systems (PC, MAC, Linux, Debian etc) (schollz/croc on Github)
    Source code(tar.gz)
    Source code(zip)
    Desktop-Linux-Tools.py(4.62 KB)
  • v2.0(Mar 12, 2022)

    Installs these files for an Ubuntu / Debian Linux desktop system:

    • chkservice -- TUI services manager
    • htop -- TUI top replacement
    • nnn - TUI file explorer (! drops you to the shell)
    • ncdu - TUI du / Finds disk space hogs
    • network-manager - installs nmtuito easily edit network interface settings
    • ne - Console file editor with familiar commands (^s to save, ^q to quit, esc to show menus)
    • hping3 - Network tool that can send crafted packets, way more powerful than ping
    • nmap - Network mapping tool (nmap.org)
    • apt-show-versions - shows package version info / $ apt-show-version -u shows files that can be updated
    • vim - Console file editor (uses its own command language: vim cheatsheet)
    • fish - F-riendly I-nteractive SH-ell - a bash shell replacement with tons of nice features (see here)
    • tig - TUI for git
    • bmon - TUI network bandwidth monitor
    • dnsutils - Installs dig network tool for looking up DNS info
    • most - Pager, more features than less / more
    • guake - Desktop terminal client with lots of features
    • jc - Turns command output into json syntax, $ jc --help for info
    • geany - Desktop editor / IDE with tons of plugins for extensibility
    • cdpr - Enables your linux system to listen for Cisco Discovery Protocol packets (you're welcome network engineers 😄 )
    • exa - ls replacement with 📁 icons (exa website)
    • python3 - Python development framework (also to allow many python created apps to work)
    • python3-pip - Python package installer
    • chromaterm - Colorizes ssh output, nice when ssh'ing into Cisco switches (Ex: $ct ssh [email protected], chromaterm website)
    • visidata - TUI for CSV (and other structured data) files (visidata website)
    Source code(tar.gz)
    Source code(zip)
    Desktop-Linux-installer.py(3.68 KB)
  • v1.0.0(Nov 13, 2021)

Owner
Stew Alexander
Systems Engineer - On the hunt for simplicity and efficiency.
Stew Alexander
Programa principal de la Silla C.D.P.

Silla CDP Página Web Contáctenos Lista de contenidos: Información del proyecto. Licencias. Contacto. Información del proyecto Silla CDP, o Silla Corre

Silla Control de Postura 1 Dec 02, 2021
Find the remote website version based on a git repository

versionshaker Versionshaker is a tool to find a remote website version based on a git repository This tool will help you to find the website version o

Orange Cyberdefense 110 Oct 23, 2022
Superset custom path for python

It is a common requirement to have superset running under a base url, (https://mydomain.at/analytics/ instead of https://mydomain.at/). I created the

9 Dec 14, 2022
Python script which synchronizes the replica-directoty with the original-one.

directories_synchronizer Python script which synchronizes the replica-directoty with the original-one. Automatically detects all changes when script i

0 Feb 13, 2022
Wordler - A program to support you to solve the wordle puzzles

solve wordle (https://www.powerlanguage.co.uk/wordle) A program to support you t

Viktor Martinović 2 Jan 17, 2022
0xFalcon - 0xFalcon Tool For Python

0xFalcone Installation Install 0xFalcone Tool: apt install git git clone https:/

Alharb7 6 Sep 24, 2022
Islam - This is a simple python script.In this script I have written all the suras of Al Quran. As a result, by using this script, you can know the number of any sura at the moment.

Introduction: If you want to know sura number of al quran by just typing the name of sura than you can use this script. Usage in termux: $ pkg install

Fazle Rabbi 1 Jan 02, 2022
A minimalist production ready plugin system

pluggy - A minimalist production ready plugin system This is the core framework used by the pytest, tox, and devpi projects. Please read the docs to l

pytest-dev 876 Jan 05, 2023
Xkcd.py - Script to generate wallpapers based on XKCD comics

xkcd.py Script to generate wallpapers based on XKCD comics Usage python3 xkcd.py

Gideon Wolfe 11 Sep 06, 2022
This repository collects nice scripts ("plugins") for the SimpleBot bot for DeltaChat.

Having fun with DeltaChat This repository collects nice scripts ("plugins") for the SimpleBot bot for DeltaChat. DeltaChat is a nice e-mail based mess

Valentin Brandner 3 Dec 25, 2021
It's like Forth but in Python

It's like Forth but written in Python. But I don't actually know for sure since I never programmed in Forth, I only heard that it's some sort of stack-based programming language. Porth is also stack-

Tsoding 619 Dec 21, 2022
Explore-bikeshare-data - GitHub project as part of the Programming for Data Science with Python Nanodegree from Udacity

Date created February 10, 2022 Project Title Explore US Bikeshare Data Descripti

Thárcyla 1 Feb 14, 2022
Learning a Little about Containerlab

Learning a Little about Containerlab Hello all. This is the respository based on this blog post. Getting Started Feel free to use this example. You wi

10 Oct 16, 2022
Print 'text color' and 'text format' on Term with Python

term-printer Print 'text color' and 'text format' on Term with Python ※ It may not work depending on the OS and shell used. PIP $ pip install term-pri

ななといつ 10 Nov 12, 2022
A simple python script where the user inputs the current ingredients they have in their kitchen into ingredients.txt

A simple python script where the user inputs the current ingredients they have in their kitchen into ingredients.txt and then runs the main.py script, and it will output what recipes can be created b

Jordan Leich 3 Nov 02, 2022
Python bindings for the Plex API.

Python-PlexAPI Overview Unofficial Python bindings for the Plex API. Our goal is to match all capabilities of the official Plex Web Client. A few of t

Michael Shepanski 931 Jan 07, 2023
Myrepo - A tool to create your own Arch Linux repository

myrepo A (experimental) tool to create your own Arch Linux repository Example We

Anton Hvornum 5 Feb 19, 2022
Set named timers for cooking, watering plants, brewing tea and more.

Timer Set named timers for cooking, watering plants, brewing tea and more. About Use Mycroft when your hands are messy or you need more that the one t

OpenVoiceOS 3 Nov 02, 2022
An Notifier Program that Notifies you to relax your eyes Every 15 Minutes👀

Every 15 Minutes ⌛ Every 15 Minutes is an application that is used to Notify you to Relax your eyes Every 15 Minutes, This is fully made with Python a

FSP Gang s' YT 2 Oct 18, 2021
jmespath.rs Python binding

rjmespath-py jmespath.rs Python binding.

messense 3 Dec 14, 2022