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
A minimalist personal blogging system that natively supports Markdown, LaTeX, and code highlighting.

December Welcome to the December blogging system's code repository! Introduction December is a minimalist personal blogging system that natively suppo

TriNitroTofu 10 Dec 05, 2022
Emulate and Dissect MSF and *other* attacks

Need help in analyzing Windows shellcode or attack coming from Metasploit Framework or Cobalt Strike (or may be also other malicious or obfuscated code)? Do you need to automate tasks with simple scr

123 Dec 16, 2022
kodi addon 115网盘

plugin.video.115 kodi addon 115网盘 插件,需要kodi 18以上版本,原码播放需配合 https://github.com/feelfar/115proxy-for-kodi 使用 安装 HEAD 由于release包尚未释出,可直接下载源代码zip包

109 Dec 29, 2022
An unofficial opensource Pokemon cursor theme for Windows and Linux.

pokemon-cursor An unofficial opensource Pokemon cursor theme for Windows and Linux. Cursor Sizes 22 24 28 32 40 48 56 64 72 80 88 96 Colors Quick inst

Kaiz Khatri 72 Dec 26, 2022
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

Apache Airflow Apache Airflow (or simply Airflow) is a platform to programmatically author, schedule, and monitor workflows. When workflows are define

The Apache Software Foundation 28.6k Dec 28, 2022
Find habits that genuinely increase your productivity

BiProductive Description This repository contains the application BiProductive, which analyzes the habits of the person, tests his productivity, and d

Rizvan Iskaliev 43 Jun 11, 2022
Basic Hspice runner with Python

HSpicePy Bilgisayarınıza PATH değişkenlerine eklediğiniz HSPICE programını python ile çalıştırmanızı sağlayan basit bir araç. A simple tool that allow

1 Nov 16, 2021
Pypot ⚙️ A Python library for Dynamixel motor control

Pypot ⚙️ A Python library for Dynamixel motor control Pypot is a cross-platform Python library making it easy and fast to control custom robots based

Poppy Project 238 Nov 21, 2022
A C-like hardware description language (HDL) adding high level synthesis(HLS)-like automatic pipelining as a language construct/compiler feature.

██████╗ ██╗██████╗ ███████╗██╗ ██╗███╗ ██╗███████╗ ██████╗ ██╔══██╗██║██╔══██╗██╔════╝██║ ██║████╗ ██║██╔════╝██╔════╝ ██████╔╝██║██████╔╝█

Julian Kemmerer 391 Jan 01, 2023
Pytorch implementation of "Peer Loss Functions: Learning from Noisy Labels without Knowing Noise Rates"

Peer Loss functions This repository is the (Multi-Class & Deep Learning) Pytorch implementation of "Peer Loss Functions: Learning from Noisy Labels wi

Kushal Shingote 1 Feb 08, 2022
An almost fully customizable language made in python!

Whython is a project language, the idea of it is that anyone can download and edit the language to make it suitable to what they want.

Julian 47 Nov 05, 2022
Runtime Type Checking in Python 3

typo This package intends to provide run-time type checking for functions annotated with argument type hints (standard library typing module in Python

Ivan Smirnov 26 Dec 13, 2022
Backups made easy, automated, monitored and SECURED with an audited encryption

Backup Controller Backups made easy, automated, monitored and SECURED with an audited encryption. Schedules backup tasks executed by Backup Maker, upl

RiotKit 1 Jan 30, 2022
PDX Code Guild Full Stack Python Bootcamp starting 2022/02/28

Class Liger Rough Timeline Weeks 1, 2, 3, 4: Python Weeks 5, 6, 7, 8: HTML/CSS/Flask Weeks 9, 10, 11: Javascript Weeks 12, 13, 14, 15: Django Weeks 16

PDX Code Guild 5 Jul 05, 2022
Um sistema de llogin feito em uma interface grafica.

Interface-para-login Um sistema de login feito com JSON. Utilizando a biblioteca Tkinter, eu criei um sistema de login, onde guarda a informações de l

Mobben 1 Nov 28, 2021
A light library to build tiny websites

A light library to build tiny websites

BT.Q 1 Dec 23, 2021
py-js: python3 objects for max

Simple (and extensible) python3 externals for MaxMSP

Shakeeb Alireza 39 Nov 20, 2022
Hotpile: High Order Turing Machine Language Compiler

Hotpile: High Order Turing Machine Language Compiler Build and Run Requirements: Python 3.6+, bison, flex, and GCC installed. Needs to be run under UN

Jiang Weihao 4 Dec 29, 2021
Программа для практической работы №12 по дисциплине

Информатика: программа для практической работы №12 Код и блок-схема программы для практической работы №12 по дисциплине "Информатика" (I семестр). Сут

Vladislav 1 Dec 07, 2021