by installing
libwebkitgtk
in Ubuntusudo apt-get install libwebkitgtk-1.0-0
libwebkitgtk
in Ubuntusudo apt-get install libwebkitgtk-1.0-0
yum install ntp
chkconfig ntpd on
ntpdate pool.ntp.org
service ntpd start
By default the amazon instance is going without swap. So you need to create and attach a volume mkswap /dev/xvdn Then use the commnad swapon /dev/hdxx where /dev/hdxx is your new swap partition (or swap file). You can use more than one swap partition/file just by enabling swap on all the swap files/partitions your system knows about with swapon -a. |
https://www.howtogeek.com/427982/how-to-encrypt-and-decrypt-files-with-gpg-on-linux/