Install

How to Install s3cmd in Linux and Manage Amazon s3 Buckets

How to Install s3cmd in Linux and Manage Amazon s3 Buckets

Another method to install s3cmd using the source in Linux

  1. Step 1: Download s3cmd using source. wget https://sourceforge.net/projects/s3tools/files/s3cmd/2.0.2/s3cmd-2.0.2.tar.gz.
  2. Step 2: Untar the download files. tar xzf s3cmd-2.0.1.tar.gz.
  3. Step 3: Install the s3cmd tool. cd s3cmd-2.0.1 sudo python setup.py install.

How to Use Group by in Pandas Python
How do I use Groupby in pandas? How do you group by mean in Python? How do I get DataFrame from Groupby? How do I group multiple columns in pandas? Wh...
CentOS 8 (1911) derived from RedHat Linux 8.1 Enterprise released
When was RHEL 8.1 release? What is the latest kernel version for CentOS 8? Is CentOS based on Redhat? Is CentOS same as RHEL? Why Red Hat Linux is not...
Bash Tac Command
tac command in Linux is used to concatenate and print files in reverse. This command will write each FILE to standard output, the last line first. Whe...