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 / docker.sh
Created February 11, 2021 17:13
Docker/Docker compose setup on Ubuntu
If you need complete Docker/Docker compose setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/HDiNey1kYPk
########################################################################################################################################
sudo apt-get update -y
sudo apt-get upgrade -y
@LinuxlinkedBD
LinuxlinkedBD / drupal_lemp.sh
Created January 14, 2021 07:04
Drupal installation with LEMP stack
If you need complete drupal CMS setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/0RW9TtQ5wEs
########################################################################################################################################
sudo apt-get update -y
sudo apt-get upgrade -y
@LinuxlinkedBD
LinuxlinkedBD / laravel_lemp.sh
Created January 11, 2021 17:19
Laravel installation with LEMP stack || A free, open-source PHP framework for Web Artisans
If you need complete Laravel setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/ST1fijC651w
########################################################################################################################################
sudo apt-get update
sudo apt -f install
sudo apt autoremove
@LinuxlinkedBD
LinuxlinkedBD / Jasmin_web_panel.sh
Created December 30, 2020 16:56
Jasmin_web_panel installation
If you need complete Jasmin Web Panel setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/px4U_A4aFXY
########################################################################################################################################
sudo apt update
sudo apt upgrade -y
sudo apt-get install build-essential checkinstall
@LinuxlinkedBD
LinuxlinkedBD / rapidsms.sh
Created December 22, 2020 15:41
RapidSMS installation
If you need complete RapidSMS setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/9tTcmx4GC40
########################################################################################################################################
sudo apt-get install python3
python3 -V
@LinuxlinkedBD
LinuxlinkedBD / django_nginx.sh
Created December 20, 2020 16:02
Django Installation on Ubuntu 18.04
If you need complete Django setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/vZ6Wyne_Hb8
########################################################################################################################################
sudo apt update && sudo apt upgrade
sudo apt install nginx
sudo systemctl start nginx
@LinuxlinkedBD
LinuxlinkedBD / attendize_LEMP.sh
Created December 19, 2020 13:48
Attendize installation with LEMP stack
If you need complete Attendize setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/3KKk6jB6hxg
########################################################################################################################################
sudo apt update && sudo apt upgrade
sudo apt install nginx
systemctl restart nginx
@LinuxlinkedBD
LinuxlinkedBD / HumHub.sh
Created December 12, 2020 15:15
HumHub installation with Nginx || Open Source Social Network Kit
If you need complete HumHub setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/n5R0EjsuFGU
########################################################################################################################################
sudo apt update && sudo apt upgrade
sudo apt install nginx
@LinuxlinkedBD
LinuxlinkedBD / wordpress_LEMP.sh
Created December 12, 2020 14:08
WordPress Installation with LEMP stack
If you need complete WordPress setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/sdw8fTsGkEE
########################################################################################################################################
sudo apt update
sudo apt install nginx
sudo systemctl start nginx.service
@LinuxlinkedBD
LinuxlinkedBD / LEMP_stack.sh
Last active December 10, 2020 16:52
I Will Do LEMP Stack Engineering
If you need complete LEMP stack setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/R2fhvl5tdjo
########################################################################################################################################
sudo apt update
sudo apt upgrade