tmux reference

   |   4 minute read

If you spend a lot of time in the terminal, you’ve probably heard of tmux. It’s a terminal multiplexer — a tool that lets you create multiple terminal sessions inside a single window, detach from them, and reattach later, even across different machines or after an SSH disconnection. In short, it makes your terminal workflow persistent, flexible, and powerful.

I’ve been using tmux daily for years, and it’s one of those tools that feels indispensable once you get comfortable with it. This post is a deep dive into what tmux is, why it matters, and how to use it effectively — written as a friendly guide rather than a dry man page.

Read More >>

rclone reference

   |   2 minute read

Reference notes on how to use rclone

Read More >>

Less known ls arguments

   |   2 minute read

Less known ls command arguments

Read More >>

AWK Hints

   |   3 minute read

Text processing hints with AWK

Read More >>

10 Rsync useful applications

   |   3 minute read

Here are 10 useful commands for rsync

Read More >>

Log4J configuration through java arguments

   |   2 minute read

JVM arguments to configure Log4J.

Read More >>

Less common used java parameters

   |   2 minute read

Collection of less used parameters passed to java process.

Read More >>

10 useful Git commands

   |   1 minute read

10 Useful git commands

Read More >>

Docker notes

   |   2 minute read

Here are some of the most useful Docker commands that you might find handy

Read More >>

10 Useful CURL commands

   |   1 minute read

Useful CURL commands

Read More >>

Kubectl notes

   |   2 minute read

kubectl is a command-line tool for Kubernetes, a powerful system for managing containerized applications.

Here are some of the most useful kubectl commands that are essential for interacting with a Kubernetes cluster

Read More >>
<< Previous  |  Page 3 of 3
denis256 at denis256.dev