Skip to content

Instantly share code, notes, and snippets.

View parallaxhub's full-sized avatar
🏠
Working from home

Juadul Ahmed parallaxhub

🏠
Working from home
View GitHub Profile
@parallaxhub
parallaxhub / Crater Installation On Ubuntu 20.04
Created June 5, 2022 15:15
Crater Installation On Ubuntu 20.04
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
@parallaxhub
parallaxhub / Jenkins Installation On Ubuntu 20.04
Created May 31, 2022 16:53
Jenkins Installation On Ubuntu 20.04
If you need Jenkins Remote Related Service, please contact me:
WhatsApp: +8801608978203
Telegram" +8801608978203
Email: [email protected]
sudo apt update
@parallaxhub
parallaxhub / CodeIgniter Installation On Ubuntu 20.04
Created May 30, 2022 16:40
CodeIgniter Installation On Ubuntu 20.04
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
@parallaxhub
parallaxhub / OpenSSL Installlation
Created May 25, 2022 06:49
OpenSSL Installlation
##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:
@parallaxhub
parallaxhub / EtherCalc Install
Last active May 18, 2022 10:29
EtherCalc Install
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
@parallaxhub
parallaxhub / Rocket.chat Installation
Created May 17, 2022 12:37
Rocket.chat Installation
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 -
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
@parallaxhub
parallaxhub / SonarQube Install Ubuntu
Created May 16, 2022 06:40
SonarQube Install Ubuntu
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
@parallaxhub
parallaxhub / I Will Do Install Code Server On Ubuntu 20.04 Linux
Created May 7, 2022 15:58
I Will Do Install Code Server On Ubuntu 20.04 Linux
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;
@parallaxhub
parallaxhub / I Will Do Install VarNish On Ubuntu 20.04.
Created May 2, 2022 18:45
I Will Do Install VarNish On Ubuntu 20.04.
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