Skip to content

Instantly share code, notes, and snippets.

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

Al Amin Sheikh LinuxlinkedBD

🏠
Working from home
View GitHub Profile
@LinuxlinkedBD
LinuxlinkedBD / magento2.sh
Created April 9, 2021 00:23
Magento2 Installation on Ubuntu
If you need complete Magento2 setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/6Ls-RL78M5A
########################################################################################################################################
sudo apt update
sudo apt-get upgrade -y
apt-get clean all
@LinuxlinkedBD
LinuxlinkedBD / cypress.sh
Created April 11, 2021 16:51
Cypress installation on Ubuntu 20.04 LTS
If you need complete Cypress setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/3h-Zp9BLlrc
########################################################################################################################################
#!/bin/sh
#Cypress Installation Steps:
mkdir project
@LinuxlinkedBD
LinuxlinkedBD / jitsi.sh
Created April 11, 2021 20:06
Jitsi installation on Ubuntu 20.04
If you need complete Jitsi-meet setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/0MKiDzZ7EYs
########################################################################################################################################
#!/bin/bash
sudo apt update
sudo apt-get upgrade -y
@LinuxlinkedBD
LinuxlinkedBD / rudder.sh
Created April 14, 2021 11:46
Rudder Audit system Installation on Ubuntu
If you need complete Rudder server/agent/relay-server setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/MHE9jbFEBLo
########################################################################################################################################
#!/bin/bash
sudo apt update
sudo apt-get upgrade -y
@LinuxlinkedBD
LinuxlinkedBD / cocorico.sh
Created April 15, 2021 23:56
Cocorico Market-place setup in Ubuntu
If you need complete Cocorico Market-place setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/HXj0INA14lU
########################################################################################################################################
#!/bin/bash
sudo apt update
sudo apt-get upgrade -y
@LinuxlinkedBD
LinuxlinkedBD / revive_adserver.sh
Last active July 27, 2022 13:13
Revive adserver installation on Ubuntu 20.04 LTS
If you need complete Revive-Adserver setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/vWIbW8r4XmI
########################################################################################################################################
#!/bin/bash
sudo apt update
sudo apt-get upgrade -y
@LinuxlinkedBD
LinuxlinkedBD / openlitespeed.sh
Created April 26, 2021 20:44
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
@LinuxlinkedBD
LinuxlinkedBD / gitlab.sh
Created April 29, 2021 12:10
Gitlab installation on Ubuntu server
If you need complete Gitlab setup and configuration, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/HfcGcMZ0a_c
########################################################################################################################################
#!/bin/bash
sudo apt update
sudo apt-get upgrade -y
@LinuxlinkedBD
LinuxlinkedBD / playSMS_kannel.sh
Last active May 1, 2021 08:02
playSMS installation with Kannel
If you need complete playSMS & kannel setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/mVAysTzcsjA
########################################################################################################################################
#!/bin/bash
sudo apt update
sudo apt-get upgrade -y
@LinuxlinkedBD
LinuxlinkedBD / ruby_redis_rabbitmq.sh
Created May 4, 2021 04:44
How to Install Ruby, Redis & RabbitMQ on Ubuntu20.04
If you need complete Ruby, Redis, RabbitMQ setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/Ej85oHROOmg
########################################################################################################################################
#!/bin/bash
sudo apt-get purge ruby
sudo rm -rf /usr/local/lib/ruby