Created
April 26, 2021 20:44
-
-
Save LinuxlinkedBD/888cb81bc94f0a63013b1271a9c26b4f to your computer and use it in GitHub Desktop.
OpenLiteSpeed installation on Ubuntu 20.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Author
LinuxlinkedBD
commented
Apr 26, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment