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
Collie is for uncovering RDMA NIC performance anomalies

Collie is for uncovering RDMA NIC performance anomalies. Overview Prerequ

Bytedance Inc. 34 Dec 11, 2022
This speeds up PyCharm's package index processes and avoids CPU & memory overloading

This speeds up PyCharm's package index processes and avoids CPU & memory overloading

1 Feb 09, 2022
Fluxos de captura e subida de dados no datalake da Prefeitura do Rio de Janeiro.

Pipelines Este repositório contém fluxos de captura e subida de dados no datalake da Prefeitura do Rio de Janeiro. O repositório é gerido pelo Escritó

Prefeitura do Rio de Janeiro 19 Dec 15, 2022
A middle-to-high level algorithm book designed with coding interview at heart!

Hands-on Algorithmic Problem Solving A one-stop coding interview prep book! About this book In short, this is a middle-to-high level algorithm book de

Li Yin 1.8k Jan 02, 2023
💻 Algo-Phantoms-Backend is an Application that provides pathways and quizzes along with a code editor to help you towards your DSA journey.📰🔥 This repository contains the REST APIs of the application.✨

Algo-Phantom-Backend 💻 Algo-Phantoms-Backend is an Application that provides pathways and quizzes along with a code editor to help you towards your D

Algo Phantoms 44 Nov 15, 2022
YunoHost is an operating system aiming to simplify as much as possible the administration of a server.

YunoHost is an operating system aiming to simplify as much as possible the administration of a server. This repository corresponds to the core code, written mostly in Python and Bash.

YunoHost 1.5k Jan 09, 2023
This bot uploads telegram files to MixDrop.co,File.io.

What is about this bot ? This bot uploads telegram files to MixDrop.co, File.io. Usage: Send any file, and the bot will upload it to MixDrop.co, File.

Abhijith NT 3 Feb 26, 2022
dynamically create __slots__ objects with less code

slots_factory Factory functions and decorators for creating slot objects Slots are a python construct that allows users to create an object that doesn

Michael Green 2 Sep 07, 2021
Tracking development of the Class Schedule Siri Shortcut, an iOS program that checks the type of school day and tells you class scheduling.

Class Schedule Shortcut Tracking development of the Class Schedule Siri Shortcut, an iOS program that checks the type of school day and tells you clas

3 Jun 28, 2022
contextlib2 is a backport of the standard library's contextlib module to earlier Python versions.

contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. It also sometimes serves as a real world proving gro

Jazzband 35 Dec 23, 2022
Program Input Data Mahasiswa Oop

PROGRAM INPUT NILAI MAHASISWA MENGGUNAKAN OOP PENGERTIAN OOP object-oriented-programing/OOP adalah paradigma pemrograman berdasarkan konsep "objek", y

Maulana Reza Badrudin 1 Jan 05, 2022
*考研学习利器,玩电脑控制不住自己时,可以使用该程序定日期锁屏,同时有精美壁纸锁屏显示,也不会枯燥。

LockscreenbyTime_win10 A python program in win10. You can set the time to lock the computer(by setting year, month, day), Fullscreen pictures will sho

PixianDouban 4 Jul 10, 2022
Open source book about making Python packages.

Python packages Tomas Beuzen & Tiffany Timbers Python packages are a core element of the Python programming language and are how you create organized,

Python Packages 169 Jan 06, 2023
Xbps-install wrapper written in Python that doesn't care about case sensitiveness and package versions

xbi Xbps-install wrapper written in Python that doesn't care about case sensitiveness and package versions. Description This Python script can be easi

Emanuele Sabato 5 Apr 11, 2022
Experiments with Tox plugin system

The project is an attempt to add to the tox some missing out of the box functionality. Basically it is just an extension for the tool that will be loa

Volodymyr Vitvitskyi 30 Nov 26, 2022
A simply program to find active jackbox.tv game codes

PeepingJack A simply program to find active jackbox.tv game codes How does this work? It uses a threadpool to loop through all possible codes in a ran

3 Mar 20, 2022
Brython (Browser Python) is an implementation of Python 3 running in the browser

brython Brython (Browser Python) is an implementation of Python 3 running in the browser, with an interface to the DOM elements and events. Here is a

5.9k Jan 02, 2023
A tool to replace all osu beatmap backgrounds at once.

OsuBgTool A tool to replace all osu beatmap backgrounds at once. Requirements You need to have python 3.6 or newer installed. That's it. How to Use Ju

Aditya Gupta 1 Oct 24, 2021
A collection of simple tools that proved to be needed for hadling large periodic calculations with the VASP software package.

VESTA-tools A collection of simple tools that proved to be needed for handling large periodic calculations with the VASP software package. distTotCalc

Ilia Kichev 2 Dec 14, 2021
python DroneCAN code generation, interface and utilities

UAVCAN v0 stack in Python Python implementation of the UAVCAN v0 protocol stack. UAVCAN is a lightweight protocol designed for reliable communication

DroneCAN 11 Dec 12, 2022