Linux mal anders: Zwischen Nerd-Spielerei und System-Power #linux #linuxterminal #opensource #philosophy #spaß #command #terminal #bash #shell
https://amzn.eu/d/02OLC2K1
Linux-Philosophie - Essenzielle Linux-Befehle - Spaß im Linux-Terminal eBook : Kopp, Torben: Amazon.de: Kindle Store

Linux-Philosophie - Essenzielle Linux-Befehle - Spaß im Linux-Terminal eBook : Kopp, Torben: Amazon.de: Kindle Store

I talk about my favorite terminal productivity tools - zsh, starship, fzf, ripgrep, tmux, yt-dlp, and alacritty. https://hackernoon.com/a-terminal-setup-to-increase-developer-productivity-a-quick-walkthrough #linuxterminal
A Terminal Setup to Increase Developer Productivity: A Quick Walkthrough | HackerNoon

I talk about my favorite terminal productivity tools - zsh, starship, fzf, ripgrep, tmux, yt-dlp, and alacritty.

For some time now, when I mean to type `nvim`, i type `mpv`, and vice versa

#Terminal #LinuxTerminal

tree – Den Verzeichnisbaum grafisch anzeigen

Der tree-Befehl zeigt Verzeichnisse als übersichtlichen Baum an – ideal, um die Struktur zu verstehen. Er ist nicht immer standardmäßig installiert Dies kannst du jedoch mit z. B. # RHEL/Fedora $ sudo dnf install tree # Debian/Ubuntu/Linux Mint $ sudo apt install tree Syntax Die Syntax ist: $ tree [Optionen] [Pfad] Wichtigste Optionen # Alle Dateien (inkl. versteckter mit .) andy@lb:~$ tree -a ├── .bashrc ├── .hidden └── datei.txt # Nur […]

https://andreas-moor.de/tree-den-verzeichnisbaum-grafisch-anzeigen/

ls – Dateien & Verzeichnisse anzeigen und analysieren

Einleitung Der ls-Befehl ist ein unverzichtbares Werkzeug in der Linux-Systemadministration, mit dem du Dateien und Verzeichnisse im Terminal anzeigst. Du solltest diese Optionen kennen, weil sie dir helfen, das Dateisystem effizient zu navigieren, Probleme schnell zu diagnostizieren und in Prüfungen wie der RHCSA bestehen zu können. Du passt die Ausgabe mit verschiedenen Optionen an deine täglichen Aufgaben an, sei es bei der Fehlersuche oder der Routineüberwachung. Grundlegende […]

https://andreas-moor.de/ls-dateien-verzeichnisse-anzeigen-und-analysieren/

Der Linux Shell-Prompt und Befehlsaufbau mit Unterscheidung zwischen Root und normalen Benutzern

Der Shell-Prompt ist die Eingabeaufforderung, die den angemeldeten Benutzer, den Hostnamen, das aktuelle Verzeichnis und das Eingabezeichen anzeigt. Wenn du eine Terminal öffnest begrüßt dich dein Prompt ungefähr so: Typerscher Promt, in diesem Fall in einem Terminalemulator in der Gnome-Desktopumgebung. Die Befehlsstruktur besteht aus dem Befehl, seinen Optionen und Argumenten. Wichtig ist dabei die Unterscheidung zwischen normalen Benutzern und dem Root-Benutzer, die sich auch im […]

https://andreas-moor.de/der-linux-shell-prompt-und-befehlsaufbau-mit-unterscheidung-zwischen-root-und-normalen-benutzern/

Ah, the age-old quest for the most convoluted way to read your Linux terminal: using an E-Ink tablet as a monitor! 🤓 Who needs color or animation when you can strain your eyes for 6 glorious minutes instead? 🎉 Clearly, we've reached the pinnacle of tech innovation!
https://alavi.me/blog/e-ink-tablet-as-monitor-linux/ #EInkTablet #LinuxTerminal #TechInnovation #EyeStrain #ConvolutedSolutions #HackerNews #ngated
Using E-Ink tablet as monitor for Linux - alavi.me

We will explore how we can use an Android E-ink tablet (or any tablet) as a monitor for Linux computer

alavi.me
Linux corso completo #linux #linuxtutorials #linuxforbeginners #linuxcourse #linuxterminal

YouTube

Fish Shell 4.1.0 è qui! Nuove funzioni, sintassi migliorata e un terminale ancora più intuitivo per Linux. #FishShell #LinuxTerminal #ShellScripting #OpenSource #CLI

https://www.linuxeasy.org/fish-shell-4-1-0-linux/?utm_source=mastodon&utm_medium=jetpack_social

Fish Shell 4.1.0 più coerenza, nuove funzioni e miglioramenti alla sintassi

Fish Shell 4.1.0 introduce nuove funzioni built-in, miglioramenti alla sintassi e maggiore coerenza nell’esperienza utente.

Linux Easy

https://www.howtogeek.com/how-i-batch-install-all-my-old-apps-when-switching-linux-distros/

How to quickly and (semi) easily re-install all your apps when switching Linux distros or setting up a new system.

The article gives specific commands but in short you are listing installed apps and piping it to a text file, then on the new system running your Flatpak, Snap, apt, Pacman etc. and pointing it at said file.

#Linux #CommandLine #CLI #LinuxTerminal #Backup

Here's How I Batch Install All My Old Apps When Switching Linux Distros

Save yourself some time by using these simple commands.

How-To Geek