Understanding File Permissions in Linux
Let's give ls -la command to /var directory to see an example: Let's break down the 3rd line: drwxr-xr-x 2 root root 4096...
Let's give ls -la command to /var directory to see an example: Let's break down the 3rd line: drwxr-xr-x 2 root root 4096...
Let's give ls -la command to /var directory to see an example: Let's break down the 3rd line: drwxr-xr-x 2 root root 4096...
There can be 2 scenarios here. 1) You are installing it for the very first time. 2) You already had PHP installed and want to install mor...
What is distributed load testing? Distributed Load Testing is where a heavy load is generated using multiple load generators. In standard ...
I use Linux so I will show you two ways in which you can take backup in Linux. 1) Using MySQL workbench 2) Using the command line or term...
S3 is the short form for Simple Storage Service. It is an storage service where you can store any types of files as object. Most important...
As you are in this tutorial so it is safe to assume that you have already launched an EC2 instance in AWS. And you have downloaded the .pe...
To set up EC2 in AWS, you must sign in to AWS management console. It will show a screen below: Step 2: Click on EC2 from the dashboard or...
Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity in the Amazon Web Services (AWS) Cloud. Using Amazon EC2 el...
Cloud computing is the on-demand delivery of IT resources over the Internet with pay-as-you-go pricing. Instead of buying, owning, and main...
# Bash Commands, Shortcuts and Variables 1) whoami ---> Shows the userame of the present user. 2) man command ---> Shows t...