How to empty a MySQL database
Emptying a databases involves dropping (deleting) all its tables. If you have a hundred tables in your database, the task becomes cumbersome. The easiest way to do this is to…
Simply Explaining Technology
Emptying a databases involves dropping (deleting) all its tables. If you have a hundred tables in your database, the task becomes cumbersome. The easiest way to do this is to…
The easiest way find the process of an application running on the server is to type the following command: This command would output a list of processes. I can see…
PECL is a repository for PHP Extensions. It provide a directory which contains numerous PHP extensions and hosting facilities where these extensions can be downloaded. Using PECL to install extensions:…
Positional parameters are used to pass arguments to a command line application. This post shows you how to used positional parameter in bash. On your terminal, type the following command:…
No. Route in Route 53 refers to routing traffic, not an Interstate highway. Amazon Route 53 is a globally distributed Domain Name Service (DNS). DNS is a web service designed…
Routing is the process of directing traffic flow between networks or VPCs. Routing also connects a VPC to the Internet. Routing defines how traffic flows from one network to another.…
AWS global infrastructure is divided into regions. A region is a locations that hosts a collection of AWS data centers. Each region is a completely separate entity. AWS consumers can…
Following is a snapshot of key AWS services: Compute Amazon EC2: virtual computing AWS Lambda: serverless computing Amazon Elastic Container Service ECS: containerized computing Storage Amazon Elastic Block Store (EBS):…