Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MI
Posts
86
Comments
1,927
Joined
2 yr. ago

  • Welcome to the world of funny when you come across an airgapped server which doesn't have the tools you use.

    Eg: RHEL doesn't have vim installed, now I can deal with nano but I'm way slower to do that. Luckily IaC has made my life somewhat easier

  • I use sh to attempt to keep it compatible with POSIX systems.

    I use pain bash. Never really tried zsh and fish, since most of my Linux work is on servers and I don't really care for extra features.

    I try and write idempotent scripts when possible.

    I wouldn't create those aliases on a fleet because writing them to the configuration file of your shell in an idempotent fashion is hacky and my VMs are like cattle.