Some of the most versatile commands you can run on the Linux command line are those that enable you to pass the output of…
Unix
-
-
Even after you’ve used Linux for a while, you will still find yourself needing help from time to time, whether you’re learning a new…
-
To get started as a Linux (or Unix) user, you need to have a good perspective on how Linux works and a handle on…
-
LinuxNetwork SecurityNewsOperating SystemPC & LaptopServerSoftware
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…
-
LinuxNetwork SecurityNewsOperating SystemPC & LaptopServerSoftware
Howto Find Out or Learn Harddisk Size in Linux or UNIX
{Updated} There are many ways to show btrfs, zfs, and ext4/3 disk info in Linux and Unix. Here are a few of the most…
-
Creating a script on a Unix or Linux system can be dead easy or surprisingly complex; it all depends on how much you’re trying…