Fix: DBUS_SESSION_BUS_ADDRESS error in building rootless podman images
Recently I was trying to migrate from Docker to Podman, the main reason was the ability to build rootless images and run them rootlessly. yet for some unknown reason, the…
Recently I was trying to migrate from Docker to Podman, the main reason was the ability to build rootless images and run them rootlessly. yet for some unknown reason, the…
Instead of analyzing each device/server’s logs individually from many places, why don’t you store all logs to one (or more) database, so that you can view and analyze them from…
We’ll cover more than a 100 commands of the yum package manager. Which is super handy to the system-administrators in order to be able to manage the packages in Linux…
Let’s see how to create a tiny BASH script as a result of combining scrub, wipe, shred and srm to securely remove files on Linux, FreeBSD and MacOSX. Let’s call…
If you’re using an application that needs lots of CPU power, or you’re a gamer, you need to be able to switch your CPU mode (governor) from power-saving to full-performance…
scrub is one of the most popular tools that specialized in securely remove files on UNIX, MacOS X and Linux distros. Let’s see how to install and use it to…
Let’s learn how to install and use the wipe tool on our UNIX, MacOS X and Linux distros to securely remove files to prevent or at least decrease the possibilities…
In this tutorial we will learn how to install and use the srm command line tool to securely remove files on our system. To prevent or at least decrease the…
In this tutorial we will learn one of the most popular tools to securely remove files from disks on Linux and UNIX systems. Which called shred. To prevent or decrease…
Why don’t we make the backup process as simple as possible? I mean by issuing one command, the website contents and database should be backed up remotely and locally. Let’s…