May 2018
M T W T F S S
 123456
78910111213
14151617181920
21222324252627
28293031  

Categories

May 2018
M T W T F S S
 123456
78910111213
14151617181920
21222324252627
28293031  

xfs centos 7

Environment : [root@oel7 ~]# uname -a Linux oel7.localdomain 3.8.13-55.1.6.el7uek.x86_64 #2 SMP Wed Feb 11 14:18:22 PST 2015 x86_64 x86_64 x86_64 GNU/Linux Steps : 1) [root@oel7 ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/root_vg-root 5.0G 4.5G 548M 90% / 2) PV /dev/sda2 VG root_vg lvm2 [6.00 GiB / 0 free] as here it […]

HOW TO MOVE AWS EC2 INSTANCE FROM ONE ACCOUNT TO ANOTHER

What is Amazon AMI? An Amazon Machine Image (AMI) is a special type of pre-configured operating system and virtual application software which is used to create a virtual machine within the Amazon Elastic Compute Cloud (EC2). It serves as the basic unit of deployment for services delivered using EC2. See https://aws.amazon.com/amis for more details about […]

Cipher type 2018

Apache SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH SSLProtocol All -SSLv2 -SSLv3 -TLSv1 -TLSv1.1 SSLHonorCipherOrder On Header always set Strict-Transport-Security “max-age=63072000; includeSubDomains; preload” Header always set X-Frame-Options DENY Header always set X-Content-Type-Options nosniff # Requires Apache >= 2.4 SSLCompression off SSLUseStapling on SSLStaplingCache “shmcb:logs/stapling-cache(150000)” # Requires Apache >= 2.4.11 SSLSessionTickets Off nginx ssl_protocols TLSv1.3;# Requires nginx >= 1.13.0 else […]