Linux Terminal Commands

Check Linux and Release Version

lsb_release -a
uname -m
dpkg --print-architecture
lscpu | head -n 12
inxi -S && echo "  Session: $XDG_SESSION_TYPE"
neofetch

<aside> ⚠️

AMD64 = x64 = x86_64 = x86-64 [More on PCs] ARM64 = AArch64 = ARMv8-A [More on Macs and Mobile Devices]

</aside>

INSTALLATIONS

All Packages

Including KolourPaint, CopyQ Clipboard, Flameshot Screenshot Manager, Xournal Pdf Annotator…

Git & SSH Key Generation

git config --global user.name Süleyman
git config --global user.email [email protected]
git config --global fetch.prune true
git config --global alias.l "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --all"
cd ~/.ssh && ssh-keygen
cat id_ed25519.pub | xclip -selection clipboard
# Paste it here in new ssh auth keys: **<https://github.com/settings/keys**>

Docker and Docker Compose

Follow the steps below.

https://docs.docker.com/engine/install/ubuntu/

File Configs: https://github.com/sglbl/gnulinux-config/