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 / keybase.md
Created September 16, 2020 17:43
my keybase i will not delete it

Keybase proof

I hereby claim:

  • I am LinuxlinkedBD on github.
  • I am linuxlinked (https://keybase.io/linuxlinked) on keybase.
  • I have a public key whose fingerprint is 71F7 22C2 BC0C 8A70 D158 3B75 EDBB F12A 0640 EBF0

To claim this, I am signing this object:

@LinuxlinkedBD
LinuxlinkedBD / lamp.sh
Created September 21, 2020 17:24
How to Install LAMP stack on Ubuntu 20.04 LTS
If you need LAMP Stack service, contact with me:
Telegram: https://t.me/linuxlinked
email: [email protected]
WhatsApp: https://wa.me/8801720903155
Skype:live:.cid.c0dc316b9d727d5e
#=================================================================#
# Install Apache to check from web browser using 0.0.0.0 or localhost, check version, start,stop & restart Apache into Ubuntu
sudo apt update
sudo apt upgrade
@LinuxlinkedBD
LinuxlinkedBD / git.sh
Created October 4, 2020 16:52
Git installation and configuration on #ubuntu
If you need help related to git installation and configuration, contact with me:
Telegram: https://t.me/linuxlinked
email: [email protected]
WhatsApp: https://wa.me/8801720903155
Skype:live:.cid.c0dc316b9d727d5e
#===============================================================================#
#!/bin/bash
# To Install latest Git, run this command:
@LinuxlinkedBD
LinuxlinkedBD / jasmin_smpp.sh
Last active April 19, 2023 16:00
Jasmin SMS gateway installation
If you need full SMS Gateway setup,contact with me:
Telegram: https://t.me/linuxlinked
email: [email protected]
WhatsApp: https://wa.me/8801720903155
Skype:live:.cid.c0dc316b9d727d5e
############################################################################################
# YouTube: https://www.youtube.com/watch?v=z5VW58Vfjjo
sudo apt update && sudo apt-get upgrade --fix-missing
sudo git config --global user.name "YourName"
@LinuxlinkedBD
LinuxlinkedBD / vtiger.sh
Last active November 5, 2020 18:41
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
@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 / 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 / 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 / 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 / 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