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 / 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 / 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 / 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 / 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 / laravel.sh
Created December 4, 2020 19:38
Laravel installation || 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/w51JCjB5-nM
########################################################################################################################################
sudo apt-get update
sudo apt -f install
sudo apt autoremove
@LinuxlinkedBD
LinuxlinkedBD / tastyigniter.sh
Created December 4, 2020 18:52
TastyIgniter installation || Food Ordering and Restaurant Management System
If you need complete TastyIgniter setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/VIp5vyQ62xU
#####################################################################################################################################
sudo apt update && sudo apt-get upgrade --fix-missing
sudo apt install build-essential checkinstall
@LinuxlinkedBD
LinuxlinkedBD / siberian_cms.sh
Created November 19, 2020 15:34
Siberian CMS installation on Ubuntu with LAMP stack
If you need complete siberian CMS setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/F9FLRQBorW4
########################################################################################################################################
sudo apt-get update -y
sudo apt-get upgrade -y
@LinuxlinkedBD
LinuxlinkedBD / drupal.sh
Last active November 15, 2020 16:15
Drupal CMS installation on Ubuntu with LAMP 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/qU3pU7RV590
########################################################################################################################################
sudo apt-get update -y
sudo apt-get upgrade -y
@LinuxlinkedBD
LinuxlinkedBD / opigno_lms.sh
Last active November 10, 2020 07:14
Opigno LMS on Ubuntu with Apache2, MariaDB and PHP 7.2
If you need complete Opigno LMS setup, ping me on below contacts:
#Telegram: https://t.me/linuxlinked
#email: [email protected]
#WhatsApp: https://wa.me/8801720903155
#Skype:live:.cid.c0dc316b9d727d5e
#YouTube: https://youtu.be/dC6NhHKWHZo
########################################################################################################################################
sudo apt-get update -y
sudo apt-get upgrade -y
@LinuxlinkedBD
LinuxlinkedBD / vtiger.sh
Last active December 19, 2024 14:29
Vtiger Installation and services
If you need complete vtigercrm setup, ping me on below contacts:
#Telegram: https://t.me/linuxlinked
#email: [email protected]
#WhatsApp: https://wa.me/8801720903155
#Skype:live:.cid.c0dc316b9d727d5e
#YouTube: https://youtu.be/MZRIS2QkPJc
############################################################################################
#!/bin/sh
apt-get update -y