yum install mysql-server mysql php-mysql php-pear php-common php-gd php-devel php php-mbstring php-cli php-snmp php-pear-Net-SMTP php-mysql httpd -y
chkconfig mysqld on
chkconfig httpd on
service mysqld start
service httpd start
# in ~/.ssh/config | |
# you can set this host by host: | |
Host mysshbastion | |
HostName mysshbastion.cloud.infrastructu.re | |
ServerAliveInterval 120 # in seconds | |
# or globally: | |
Host * |
<html> | |
<head> | |
</head> | |
<body> | |
<table> | |
<tr> | |
<td class="location" rowspan="2">City</td> | |
<td class="prayerName">Fajr | |
<div class='prayerNameAr'>فجر</div> |
aws s3api list-objects --bucket %bucketname% --query 'sum(Contents[].Size)' --output json | awk 'BEGIN {total=0}{total+=$0}END{print total/1024/1024/1024" GB"}' |