Tag: linux

  • Top Alternatives to the Zsh ls Command

    Top Alternatives to the Zsh ls Command

    The Zsh shell is a powerful and versatile command-line interface that enhances user productivity with its advanced features and customization options. Among the essential commands in any shell environment is the ‘ls’ command, which lists directory contents. However, users often seek alternatives to the default ‘ls’ command to overcome its limitations and enhance their workflow.…

    by

    in
  • BitBucket Self-Hosting : Running ebpf/Privileged programs

    BitBucket Self-Hosting : Running ebpf/Privileged programs

    Bitbucket is a robust tool for source code management and continuous integration/continuous deployment (CI/CD). It offers flexibility in setting up pipelines, but there are limitations, particularly around root privileges and mounting volumes. This blog explores these limitations and provides detailed solutions using Docker-in-Docker (DinD) and Linux shell scripts. What is Bitbucket? Bitbucket is a Git…

    by

    in
  • Managing Go Processes

    Managing Go Processes

    Introduction: The Challenge of Managing Blocking Processes While working on an application that required executing a command to run a blocking program, such as a TCP/HTTP server, I encountered an interesting challenge. I needed a way to stop the application and its child processes when a signal was sent to the main program, such as…

    by

    in