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 / forma_lms.sh
Created December 4, 2020 20:16
Forma Learning Management System installation
If you need complete Forma LMS setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/K1BXCIdSosQ
########################################################################################################################################
sudo apt update
sudo apt install apache2
sudo systemctl start apache2.service
@LinuxlinkedBD
LinuxlinkedBD / wordpress.sh
Created December 7, 2020 10:29
WordPress Installation with LAMP 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/yZtI9XjXffM
########################################################################################################################################
sudo apt update
sudo apt install apache2
sudo systemctl start apache2.service
@LinuxlinkedBD
LinuxlinkedBD / mautic.sh
Last active December 8, 2020 07:55
Mautic Installation with LAMP stack
If you need complete Mautic setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/e8vlsxnrzas
########################################################################################################################################
sudo apt update
sudo apt install apache2
sudo systemctl start apache2.service
@LinuxlinkedBD
LinuxlinkedBD / hashtopolis_gist.sh
Created December 9, 2020 07:02
Hashtopolis Installation with LAMP stack | A Hashcat wrapper for distributed hashcracking
If you need complete Hashtopolis setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/he64UJ8ayTw
########################################################################################################################################
sudo apt update && sudo apt upgrade
sudo apt install apache2
@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
@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 / 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 / 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 / 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 / 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