This can help you on following: How to use S3cmd to manage your Object Storage? How to Sync Files and Directories to AWS S3 using s3cmd Tool? Getting started with AWS s3cmd command by examples. How to use Object Storage…
Author: Arunlal A
How to swap two variables in Python?
Hi Folks! In certain situations, you need to swap the variables in python scripts. So, let’s say a=5, and b=10. After swapping a=10 and b=5. Before Swapping:a=5b=10 After swapping:a=10b=5 Now I’ll show you few interesting methods to swap two variables…
How to configure S3 to host a static website?
Nowadays, most commonly everyone know about AWS. AWS is a secure cloud services platform that offers compute power, database storage, content delivery and several other platform services such as Infrastructure as a service(IaaS), Platform as a service (PaaS) and Software…
How to replace a failed harddrive in a software RAID 1 array?
Is it possible to replace a faulty drive from RAID 1? What are the steps? Here I’m explaining the detailed steps in replacing a bad drive from software RAID 1 array. As you know RAID 1 means mirroring. Here I’ve…
Introduction to CloudLinux and installation guide
Introduction to CloudLinux Now-a-days almost all hosting providers offers CloudLinux especially in a shared environment. CloudLinux was firstly introduced in 2010. It supports major web hosting control panels like cPanel, Plesk and DirectAdmin. What is CloudLinux? [Go to Direct Installation…
How to partition a hard drive using “parted” command?
Parted – A useful information! Recently I had to work on a “Parted” based server. Not always we’ll get chances to work on “parted” based servers. Hence I thought of documenting it. Parted is a command which helps you to…
[Fixed] Missing a temporary folder in WordPress
Recently I got the following error in WordPress while trying to upload image. In a CloudLinux based cPanel server if you’re experiencing the same problem, don’t worry. It’s so simple and here’s the fix. More about Cloud Linux technology CloudLinux…