Sudo

How To Install mod_cloudflare for Apache on Ubuntu

How To Install mod_cloudflare for Apache on Ubuntu

Install mod_cloudflare for Apache

  1. curl -C - https://pkg.cloudflare.com/pubkey.gpg | sudo apt-key add - echo "deb http://pkg.cloudflare.com/ `lsb_release -cs` main" | sudo tee /etc/apt/sources.list.d/cloudflare.list. ...
  2. sudo apt-get update sudo apt-get install libapache2-mod-cloudflare. ...
  3. sudo service apache2 restart sudo apache2ctl -M.

How to find Ubuntu Version, Codename and OS Architecture in Shell Script
How to find Ubuntu Version, Codename and OS Architecture in Shell Script Get Ubuntu Version. To get ubuntu version details, Use -r with lsb_release co...
How to View and Change Advanced Settings of the Default Ubuntu Dock
Ubuntu dock settings can be accessed from the “Settings” icon in the application launcher. In the “Appearance” tab, you will see a few settings to cus...
How To Assign a Floating IP Address to an Instance in OpenStack
How To Assign a Floating IP Address to an Instance in OpenStack Step 1 Create an Instance on private network. ... Step 2 Reserve a floating IP address...