#linuxshell — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #linuxshell, aggregated by home.social.
-
Quick tip if you ever need to add a linebreak to the end of a file manually for whatever reason, `echo >> filename` works.
-
Unterschiede: Shell-Zugriffe in Linux
Warum du Shell-Zugriffe unterscheiden solltest Als Systemadministrator triffst du oft auf Situationen, in denen du eine Shell brauchst, aber der Weg dorthin variiert je nach Systemzustand und Anforderung. Du kannst direkt ohne Desktop in eine Shell booten, einen Terminal-Emulator in einer grafischen Umgebung nutzen oder auf virtuelle Terminals (TTYs) wechseln. Jeder Ansatz hat spezifische Einsatzbereiche: Direkter Boot ohne GUI eignet sich für Server oder Troubleshooting ohne […]https://andreas-moor.de/unterschiede-shell-zugriffe-in-linux/
-
stdin, stdout und stderr –Standarddatenströme von Linux-Prozessen
Wenn du mit der Bash-Shell interagierst brauchst du ein solides Vertändnis von stdin, stdout und stderr, sie bilden die Standardein- und Ausgaben auf Linux-Systemen. An sich ist jede art von Programm dafür gedacht Daten zu empfangen diese auf spezifische Art und Weise zu verarbeiten und nach der Verarbeitung auszugeben. Das lenken der Datenflüsse kann genau mit diesem Verständnis bewusst tun. Was ist stdin? stdin steht für Standard Input und repräsentiert den Eingabestrom eines jeden […]https://andreas-moor.de/stdin-stdout-und-stderr-standarddatenstrome-von-linux-prozessen/
-
Easy Ways To Insert The Last Argument Of The Previous Command In Bash, Fish and Zsh #bash #fish #zsh #linuxshell #linuxbasics #linuxcommands #linux #cli
https://ostechnix.com/insert-last-command-argument-bash-fish-zsh/ -
I don’t know who needs to hear this, but stop scrolling back through your terminal history. Just make an alias for that command.
#commandline #linux #linuxshell -
ShellBench: Perform Benchmark Tests on Various Linux Shells
#Linux #ShellTips #Shell #LinuxShell #Bash #Zsh
https://linuxtldr.com/shellbench-tool/ -
I've been using zsh as my default shell for more than a decade now. OhMyZsh was a great help with customization, but eventually I found it to be too bloated. I switched to zplug with a few hand-picked plugins, mainly the Dracula theme and the configurable Spaceship prompt.
You'll find zplug at https://github.com/zplug/zplug. My custom configuration files are part of my #Dotfiles at https://gitlab.com/geewiz/dotfiles.
-
ExplainShell: The Best Alternative for Linux MAN PAGES
#Linux #LinuxShell #LinuxTips #CLI #DevOps #SysAdmin #IT
https://linuxtldr.com/explainshell/ -
Personalize Your BASH Prompt in Linux: Add Colors and Styles to Beautify Your Command Prompt #Bash #BashPrompt #Bashtips #Shell #Linuxshell #Linuxhowto #Linuxtips #Linux
https://ostechnix.com/how-to-customize-bash-prompt-in-linux/ -
Personalize Your BASH Prompt in Linux: Add Colors and Styles to Beautify Your Command Prompt #Bash #BashPrompt #Bashtips #Shell #Linuxshell #Linuxhowto #Linuxtips #Linux
https://ostechnix.com/how-to-customize-bash-prompt-in-linux/ -
Personalize Your BASH Prompt in Linux: Add Colors and Styles to Beautify Your Command Prompt #Bash #BashPrompt #Bashtips #Shell #Linuxshell #Linuxhowto #Linuxtips #Linux
https://ostechnix.com/how-to-customize-bash-prompt-in-linux/ -
Personalize Your BASH Prompt in Linux: Add Colors and Styles to Beautify Your Command Prompt #Bash #BashPrompt #Bashtips #Shell #Linuxshell #Linuxhowto #Linuxtips #Linux
https://ostechnix.com/how-to-customize-bash-prompt-in-linux/ -
Personalize Your BASH Prompt in Linux: Add Colors and Styles to Beautify Your Command Prompt #Bash #BashPrompt #Bashtips #Shell #Linuxshell #Linuxhowto #Linuxtips #Linux
https://ostechnix.com/how-to-customize-bash-prompt-in-linux/ -
I've been using zsh as my default shell for more than a decade now. OhMyZsh was a great help with customization, but eventually I found it to be too bloated. I switched to zplug with a few hand-picked plugins, mainly the Dracula theme and the configurable Spaceship prompt.
You'll find zplug at https://github.com/zplug/zplug. My custom configuration files are part of my #Dotfiles at https://gitlab.com/geewiz/dotfiles.
-
Course announcement:
Need to use more computer power, but this "#linux #shell" thing holding you back? Come learn the basics of being comfortable with a #LinuxShell for basic science and data management (#bash actually, but applies to other things like #OsX and #WSL. Course is hosted for #finland, but we welcome others, too.Online, Next week, 29-31 August (T-Th), EU afternoons: https://scicomp.aalto.fi/training/scip/linux-shell-basics-2023/
#HPC #RSEng #SciComp #course -
Yeah I’m that #linux nerd, I love the #commandline even on my #chromebook I live in the #linuxshell and here are a few command line tools I like to use
https://tech.davidfield.co.uk/2022/06/28/linux-command-line-tools/?amp=1
-
Can I somehow add kind of placeholders in aliases? Lets say I create something like:
alias un=uname -$1
After that I would then call the alias somehow:
un $1=a
You understand what I mean and is that possible? 😊
#linuxshell #linuxmint #alias #followerpower