AnLoMinus / Linux

Linux - Linux World

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux - Linux World

  • Where there is a shell, there is a way

Terminal

Gogh ~ Color Scheme for your Terminal

Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility and out-of-the-box experience. image

BASHTOP Linux/OSX/FreeBSD resource monitor

Resource monitor that shows usage and stats for processor, memory, disks, network and processes. image image

Resource monitor that shows usage and stats for processor, memory, disks, network and processes.
C++ version and continuation of bashtop and bpytop. image image image image

Terminal Games:

GameShell a game to learn (or teach) how to use standard commands in a Unix shell

Teaching first-year university students or high schoolers to use a Unix shell is not always the easiest or most entertaining of tasks.
GameShell was devised as a tool to help students at the Université Savoie Mont Blanc to engage with a real shell, in a way that encourages learning while also having fun.

NoPayStation - No Ads. No Waiting. No Bullshit.


  • Shell files
~/.bash_profile # if it exists, read once when you log in to the shell
~/.bash_login # if it exists, read once if .bash_profile doesn't exist
~/.profile # if it exists, read once if the two above don't exist
/etc/profile # only read if none of the above exist
~/.bashrc # if it exists, read every time you start a new shell
~/.bash_logout # if it exists, read when the login shell exits
~/.zlogin #zsh shell
~/.zshrc #zsh shell
  • System Information - OS info
(cat /proc/version || uname -a ) 2>/dev/null
lsb_release -a 2>/dev/null # old, not by default on many systems
cat /etc/os-release 2>/dev/null # universal on modern systems

torvalds: linux

Color-Scripts Color scripts created by various people that was scattered around the web now in one place.


About

Linux - Linux World


Languages

Language:Shell 96.9%Language:Python 1.9%Language:PowerShell 1.3%