home.social

#linuxshell — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #linuxshell, aggregated by home.social.

fetched live
  1. Quick tip if you ever need to add a linebreak to the end of a file manually for whatever reason, `echo >> filename` works.

    #Linux #Shell #UnixShell #LinuxShell #Bash

  2. Quick tip if you ever need to add a linebreak to the end of a file manually for whatever reason, `echo >> filename` works.

    #Linux #Shell #UnixShell #LinuxShell #Bash

  3. 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

  4. 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

  5. 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 github.com/zplug/zplug. My custom configuration files are part of my #Dotfiles at gitlab.com/geewiz/dotfiles.

    #LinuxShell #Terminal #CommandLine #CLI #Zsh

  6. 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 github.com/zplug/zplug. My custom configuration files are part of my #Dotfiles at gitlab.com/geewiz/dotfiles.

    #LinuxShell #Terminal #CommandLine #CLI #Zsh

  7. 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 github.com/zplug/zplug. My custom configuration files are part of my #Dotfiles at gitlab.com/geewiz/dotfiles.

    #LinuxShell #Terminal #CommandLine #CLI #Zsh

  8. Course announcement:
    Need to use more computer power, but this "#linux " thing holding you back? Come learn the basics of being comfortable with a for basic science and data management (#bash actually, but applies to other things like and . Course is hosted for , but we welcome others, too.

    Online, Next week, 29-31 August (T-Th), EU afternoons: scicomp.aalto.fi/training/scip

  9. 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: scicomp.aalto.fi/training/scip
    #HPC #RSEng #SciComp #course

  10. 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