Coder Social home page Coder Social logo

linux-essentials's Introduction

✨✨ linux essentials ✨✨



🏢 Workflow improvements 🏢

The terminal

oh-my-zsh
history-search-multi-word
terminator
tmux
terminal file manager
z

Git

ssh
smartgit

other

albert
sxhkd


📺 Gaming 📺

wine
lutris


📠 Server 📠

Virtualization

xcp-ng
xen-orchestra xencenter

NAS

freenas
openmediavault
odroid-xu4(hc2)
samba

HTTP server

apache
Nginx

Containers (OS-lvl virt)

docker
podman
toolbox
kubernetes

Remote

xpra
remmina
openssh


Network

mibbrowser
wireshark
sparta
bmon


🐧 Distros 🐧

Main

debian
pclinux
fedora (rehl base)
centos (/rhel)
opensuse
gentoo 👀
archlinux

Debian derivatives

ubuntu
mxlinux
kali
deepin

Ubuntu derivatives

linuxmint
pop!_os
elementary_os

Funny

Source Mage
HML

Non-linux

haikuos
reactOS
freebsd
Solaris
riscos
serenity

Embedded

zephyr
list


Desktop environments

Main

gnome (gtk)
xfce (gtk)
budgie (gtk)
kde-plasma (qt)

Gnome derivatives/ related

cinnamon
mate
pantheon


Window managers

awesomewm
i3wm
dwm


Mobile

Distros

ubuntutouch
postmarketos
phosh
luneos
sailfishos_jolla

Hardware

librem5
pinephone

misc

linuxdeploy
termux


App packaging

appimage
snap
flatpak
deb


:squirrel: Nice to have's :squirrel:

qdirstat
dpScreenOCR
pixelbeat


Tweak thinks

dconf
gnome-tweaks


wops

supergrubdisk
xkill


🐢 Guides 🐢

the-art-of-command-line
guides
Practical Linux Tutorial
explainshell


💫 Miscellaneous 💫

custom scripts
cheat.sh
markdown
oneDrive using rclone
cheatsheetfactory
benchmarksgame-team
setting up vpn
eSpeak
openvpn
OSTEP
libinput-gestures
PlotJuggler
wechat
bit/byte reference


Usefull commands

locate
whereis
which
sed
awk

Anacron / Cron
entr(1) (cmds on filechange)
at

pstree
netstat / ss
lsof
ACPI (battery)


images

image_optim
imagemagick
fred's imagemagick scripts
gigapixel-ai (proprietary)
dcscn-super-resolution (free)
ocr-oc


Videos

kdenlive
handbrake


Good programs

rawtherapee
pinta
blender
PulseAudio
freeoffice
kicad

System mon

ksystemlog
hardinfo
nutty
glances
ncdu
chkservice

editors

ultraedit
joe
emacs


Funny

asciiquarium
oneko
cowsay
sl


🔮 Reverse eng 🔮

ghidra
ida


One-liners

 man -k .| dmenu -l 30 | awk '{print $1}' | xargs -r man -Tpdf | zathura - 
 du -d 2 -h /home/"$USER" | sort -rh | head 
 touch {1..18}.jpg && rename 's/\d+/sprintf("%05d", $&)/e' *.jpg
 num=0; for i in *; do mv "$i" "$(printf '%04d' $num).${i#*.}"; ((num++)); done

Some decent fonts

IBM plex mono
Courier New
libertine
Roboto Mono


Legal stuff

gplv3
opensourcedef


Books

code complete 2
mythical man month
the c programming language
Compilers: Principles, Techniques, and Tools
The Design and Implementation of the FreeBSD
The Art of Computer Programming
operating system concepts

Structure and Interpretation of Computer Programs
Linux Device Drivers

linux-essentials's People

Contributors

kraftbar avatar

Watchers

James Cloos avatar  avatar

Forkers

sgnconnects

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.