Prerequisite We have to have a website in PHP/HTML with a database connection in PHP format. Here we have used HTML for the website designing the form which contains the registration of the student and in the form, we have provided the action of the PHP which contain the basic configuration of the database…
Author: Sandipkumar Patel
Install Cloudwatch agent on on-premises Windows server
First create an IAM user with programmatic access and attach below mentioned policy: CloudWatchAgentAdminPolicy AmazonSSMManagedInstanceCore Now, create credentials file as per below image: Now download and install Amazon Cloudwatch agent from the below link: https://s3.amazonaws.com/amazoncloudwatch-agent/windows/amd64/latest/amazon-cloudwatch-agent.msi Update the common-config.toml file: File is located at C:\ProgramData\Amazon\AmazonCloudWatchAgent Open file in any editor and change the credentials file as…
Simple Web-application deployment on EC2 using AWS CodeDeploy & S3 services
Prerequisite AWS CLI Installations:– Click Here Configure Service Role for S3. Go to IAM Click on Role. Select AWS services –> Ec2. Click on Next Permission. Select S3FullAccess Click on Tag (optional)–>Click on Review. Define Role Name –> Click on Create. Configure Service Role for CodeDeploy. Go to IAM Click on Role. Select AWS services –>…
AWS Projects Reference
Installing Ansible on Ubuntu
Google App Engine with Example
TinyOS 2.1.2 installation steps with LED toggleing tutorial on IRIS Mote
Login Crclient in Linux (Ubuntu)
Step:-1 Copy crclient folder on desktop. Step:-2 Set the directory $ cd Desktop /Desktop$ cd crclient /Desktop/crclient$ Step 3:- Enter the user name /Desktop/crclient$ ./crclient –u username If still…
NS2_6 (simple ns2 tcl script for six node in wired topology)
A complete example of a 6-nodes wired network topology in NS2 with output. Simple6_SN.tcl . The code of ns2 must be design in tcl as shown below. Simple6_SN.tcl #step:-1 define global simulator object set sn [new Simulator] #step:-2 Define different colors for data flows (for NAM) $sn color 1 green $sn color 2 Red …
Type of Clouds
There are three types of cloud: Public Cloud Private Cloud Hybrid Cloud Public Cloud Simple Web Interface Pay-as-you –go (On-demand access) Elastic & “Infinite” Capacity Example: – Amazon Google Apps Windows Azure Dropbox Private Cloud A “Public cloud behind the firewall” Dynamic allocation of resources Simplify internal operations Higher utilization & operational savings Provide better security,…