script to install chrome

script to install chrome #! /bin/bash # Google Chrome Installer/Uninstaller for RHEL/CentOS 6 or 7 # (C) Richard K. Lloyd 2015 <rklloyd@gmail.com> # See http://chrome.richardlloyd.org.uk/ for further details. # This script is in the public domain and has no warranty. # It needs to be run as root because it installs/uninstalls RPMs. # Minimum system … Continue reading script to install chrome

script to install docker

script to install docker [root@localhost ~]# cat docker.sh #!/bin/sh set -e # # This script is meant for quick & easy install via: # 'curl -sSL https://get.docker.com/ | sh' # or: # 'wget -qO- https://get.docker.com/ | sh' # # For test builds (ie. release candidates): # 'curl -fsSL https://test.docker.com/ | sh' # or: # 'wget … Continue reading script to install docker

What exactly load mean and how to measure

What exactly load mean and how to measure In this scenario i have one machine with CPU(s): 4 which you can see below by lscpu command check the load before applying  any load on any server i am trying to apply load on my machine by starting application which consumes more memory ex:(vmware)any application which is … Continue reading What exactly load mean and how to measure