Shell Scripting

  • Linux Find Command Tutorial

    Linux find command is a powerful and flexible search tool that not only every system administrator must master, but also any…

    Read More »
  • AWS ZSH Helper

    This morning I’m going to go with a new recurring weekly post: Friday Functions! While some of it will aim…

    Read More »
  • Managing Dotfiles With Ansible

    Yesterday I posted about managing our local configuration with Ansible and today I’m going to continue this path by putting…

    Read More »
  • Linux cut Examples

    In this post, we feature comprehensive Linux cut Examples. Cut is a Unix command line utility which is used to…

    Read More »
  • 10 Examples of find command in Unix and Linux

    The find command is one of the versatile commands in UNIX and Linux  and I used it a lot in my…

    Read More »
  • Linux sed Examples

    In this post, we feature a comprehensive Linux sed Examples. Sed is basically a stream editor used for modifying files…

    Read More »
  • Bash completion for Docker

    When you interact a lot with command line tools, such as : docker , docker-machine and docker-compose, command line completion…

    Read More »
  • Using rlimit (And Why You Should)

    I’ve been going through some old notes and came across a reminder of setrlimit(2). This is a C system call…

    Read More »
  • Linux tar Examples

    In this post, we feature a comprehensive Linux tar Examples. I am a real fan of learning Linux commands by…

    Read More »
Back to top button