All Stories
Install tar on Alpine Linux
If you get the following error: tar: package/min: not found in archive. It means that you need to install tar on Alpine Linux.
In tar, Alpine Linux, Jun 29, 2023Overwrite image tags with Docker Compose
To overwrite the image tag specified in the Docker Compose file and use a different tag from the CLI, you can use environment variables or override the service configuration.
In Docker, Jun 28, 2023Install OpenVPN Client on Alpine Linux
To establish a secure and encrypted connection to a remote server running an OpenVPN server, you need to have a OpenVPN client. Let’s see how to install OpenVPN Client on Alpine Linux.
In OpenVPN, Alpine Linux, Jun 27, 2023Retrieve a single file with Git
Retrieving a single file from a Git repo it’s not possible …yet. However, there are few workarounds that could get the job done.
In Git, Jun 26, 2023How to Install Redis on Ubuntu 23.04
Redis can be installed through the apt packages. Let’s see how to install Redis on Ubuntu 23.04.
In Redis, Jun 25, 2023Changing workspace directory in Jenkins
In Jenkins, each stage in a pipeline is executed in a separate workspace directory. The workspace is a local directory on the Jenkins agent where the pipeline is running. Each stage c...
In Jenkins, Jun 24, 2023How to Install Telnet on Ubuntu 23.04
Telnet can be installed quickly and easily on Ubuntu 23.04. Let’s proceed with the installation part.
In Telnet, Jun 23, 2023Display current directory from the CLI
Trying to get the current working directory is a good starting point for debugging purposes at least whenever you are ssh-ed into a CI/CD server agent or likewise. So here’s the tip.
In Shell, Jun 22, 2023How to Install Yarn on Ubuntu 23.04
Yarn is a package manager created as an alternative to the npm client, providing enhancements in terms of performance, reliability, and security. Let’s see how to install yarn on ubun...
In Yarn, Jun 21, 2023Run commands in a stopped Docker container
I guess we have all been there trying to debug a Docker container in exited state. Without further ado here are the steps required.
In Docker, Jun 20, 2023