Using sha256sum command in Linux you can check SHA 256 Bit Checksum. Below are the steps. Suppose you have setup.exe file then you can check the SHA 256 Bit Checksum as below. # sha256sum setup.exe b7e8dabcaf825a65085564a63791355f37a18d5df5b3da71d4c0002ee40522f6 setup.exe The text “b7e8dabcaf825a65085564a63791355f37a18d5df5b3da71d4c0002ee40522f6” Read More …
Month: August 2019
Howto install Plesk on CentOS 7 ?
It is very simple . . . Below are the steps ! Install wget in your machine. # yum install wget -y Download Plesk Installer from Plesk site. # wget http://autoinstall.plesk.com/plesk-installer Update execute permission. # chmod +x plesk-installer Now run Read More …