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
| CONTACT ME TO ENGAGED YOUR WORKS: | |
| SMS: +8801608978203 | |
| Telegram: https://t.me/parallaxhub | |
| WhatsApp: +8801608978203 | |
| Email: [email protected] | |
| I Will help you on how to use Crater | |
| What I Need To Setup? | |
| ✅ I Need Ubuntu 20.04 LTS 64 Bit Linux |
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 Jenkins Remote Related Service, please contact me: | |
| WhatsApp: +8801608978203 | |
| Telegram" +8801608978203 | |
| Email: [email protected] | |
| sudo apt update |
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 CodeIgniter setup contact with: | |
| WhatsApp: +8801608978203 | |
| Telegram: +8801608978203 | |
| Email: [email protected] | |
| wget https://github.com/bcit-ci/CodeIgniter/archive/3.0.6.zip | |
| unzip 3.0.6.zip | |
| ls |
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
| ##Once OpenSSL is installed, it is prudent to link the shared libraries for it so that they load at runtime: | |
| cd /etc/ld.so.conf.d/ | |
| sudo nano openssl-1.1.1k.conf | |
| ##Paste the OpenSSL library path directory: | |
| /usr/local/ssl/lib | |
| save and exit | |
| sudo ldconfig -v | |
| ##Configuring the OpenSSL binary. Now edit the /etc/environment file using nano editor: |
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 EtherCalc setup contact with: | |
| WhatsApp: +8801608978203 | |
| Telegram: +8801608978203 | |
| Email: [email protected] | |
| apt update | |
| apt upgrade | |
| apt-get install build-essential git perl python -y | |
| apt-get install python-software-properties -y | |
| sudo apt-get install python-software-properties -y |
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
| sudo apt-get update | |
| sudo apt-get upgrade | |
| # Install the official MongoDB | |
| sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 9DA31620334BD75D9DCB49F368818C72E52529D4 | |
| echo "deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.0.list | |
| # Configure Node.js to be installed via package manager | |
| sudo apt-get -y update && sudo apt-get install -y curl && curl -sL https://deb.nodesource.com/setup_8.x | sudo bash - |
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 Pllex media setup, I am here to help you: | |
| 📌Telegram: +8801608978203 | |
| 📌email: [email protected] | |
| 📌WhatsApp: +8801608978203 | |
| sudo apt update | |
| sudo apt install wget curl gpg gnupg2 software-properties-common apt-transport-https lsb-release ca-certificates | |
| sudo apt install plexmediaserver | |
| systemctl status plexmediaserver.service |
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
| sudo nano /etc/systemd/system/sonar.service | |
| # Paste the following lines to the file. | |
| [Unit] | |
| Description=SonarQube service | |
| After=syslog.target network.target | |
| [Service] | |
| Type=forking | |
| ExecStart=/opt/sonarqube/bin/linux-x86-64/sonar.sh start |
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
| nano /etc/nginx/sites-available/code-server | |
| server { | |
| listen 80; | |
| listen [::]:80; | |
| server_name localhost; | |
| location / { | |
| proxy_pass http://127.0.0.1:8000/; | |
| proxy_set_header Host $host; | |
| proxy_set_header Upgrade $http_upgrade; |
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
| sudo apt update | |
| sudo apt upgrade | |
| sudo apt install apache2 | |
| sudo ufw allow http | |
| sudo ufw allow https | |
| sudo nano /etc/apache2/ports.conf | |
| ##Listen 8080 | |
| sudo nano /etc/apache2/sites-available/000-default.conf |