#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.
-
Quick tip if you ever need to add a linebreak to the end of a file manually for whatever reason, `echo >> filename` works.
-
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/ -
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 -
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/ -
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.
-
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/ -
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/ -
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 -
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