https to http

Redirecting domain from HTTPS to HTTP

Redirecting domain from HTTPS to HTTP using .htaccess in cPanel Through this method, you will forcefully redirect all your https:// request to http:// through .htaccess in cPanel. 1. log in to your Cpanel. 2. Click on File Manager that contains on your first page. 3.  click on the setting button at the top of the …

Read more

jenkins-welcome

How To Install Jenkins on Ubuntu 18.04

How To Install Jenkins on Ubuntu 18.04 1. Add Repository key to the system => wget -q -O – https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add – 2. Add Debian package into sources.list => echo deb https://pkg.jenkins.io/debian-stable binary/ | sudo tee /etc/apt/sources.list.d/jenkins.list 3. Update with a new list => sudo apt-get update 4. Install Jenkins => sudo …

Read more

Install Ruby Using RVM

Install Ruby using RVM

Install Ruby using RVM => install RVM \curl -sSL https://get.rvm.io | bash => Set RVM Globally echo ‘source /home/<username>/.rvm/scripts/rvm’ >> ~/.bashrc => Install Ruby rvm install 2.5 You can refer this site for more :- https://rvm.io/rvm/install