SaveDesktop: An Easy Way to Save Your Linux Desktop Environment Configuration Settings

Learn how to effortlessly save and restore your Linux desktop configuration settings with the free and opensource tool, SaveDesktop. The post SaveDesktop: An Easy Way to Save Your Linux Desktop …

How To Configure SSH Key-based Authentication In Linux

This guide provides an overview of different SSH authentication methods, with a particular focus… The post How To Configure SSH Key-based Authentication In Linux appeared first on OSTechNix. Like

How To Prevent SSH Brute Force Attacks Using Fail2ban In Linux

In this comprehensive guide, we’ll show you how to install and configure fail2ban on a Linux system and how to prevent SSH brute force attacks with Fail2ban. The post How …

Command-not-found: Suggest Package Installation For Unavailable Commands In Linux

The command-not-found utility is an useful utility that suggests you installation of packages when running an unavailable command in Linux. The post Command-not-found: Suggest Package Installation For Unavailable Commands In …

How to decode BASE64 string in Linux and Unix

A long time ago, I wrote a script or config file that included BASE64 encoded string like “Le_PreHook=’__ACME_BASE64__START_L3Jvb3QvYmluL2xlL2N5YmVyY2l0aS5iaXovcHJlX2JlZm9yZV9vYnRhaW5pbmdfYW55X2NlcnRpZmljYXRlcy5zaA==__ACME_BASE64__END_“. So I wanted to know what this string was to update my …