Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Created April 26, 2021 20:44
Show Gist options
  • Save LinuxlinkedBD/888cb81bc94f0a63013b1271a9c26b4f to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/888cb81bc94f0a63013b1271a9c26b4f to your computer and use it in GitHub Desktop.
OpenLiteSpeed installation on Ubuntu 20.04
If you need complete OpenLiteSpeed setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/ef564JWB33c
########################################################################################################################################
#!/bin/bash
sudo apt update
sudo apt-get upgrade -y
apt-get clean all
apt-get update
apt-get upgrade
sudo apt-get update && apt-get upgrade
sudo apt-get install software-properties-common
sudo ufw status
sudo ufw allow 8088
sudo ufw allow 7080
sudo ufw status
apt-get update
apt-get upgrade
#Default site
#http://localhost:8088
#Admin site
#https://localhost:7080
@LinuxlinkedBD
Copy link
Author

Screenshot from 2021-04-24 22-13-13
Screenshot from 2021-04-24 22-13-14
Screenshot from 2021-04-24 22-13-29
Screenshot from 2021-04-24 22-14-02
Screenshot from 2021-04-24 22-14-30
Screenshot from 2021-04-24 22-16-00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment