Skip to content

Instantly share code, notes, and snippets.

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

Sabiqun Fabiha LinuxFintech

🏠
Working from home
View GitHub Profile
@LinuxFintech
LinuxFintech / Mautic Marketing Software
Created January 7, 2021 16:10
Install Mautic Marketing Software
If you need Mautic install contact with me:
Email: [email protected]
Telegram:LinuxFintech
Skype: https://join.skype.com/Xgxp7aNBOItS
Imo: +8801735917013
WhatsApp: +8801735917013
===========================================================================
If you need Bulk SMS Gateway Setup contact me:
Email: [email protected]
Telegram:LinuxFintech
Skype: https://join.skype.com/Xgxp7aNBOItS
Imo: +8801735917013
WhatsApp: +8801735917013
===========================================================================
------Bulk SMS Gateway Setup Using Jasmin SMS Gateway--------
@LinuxFintech
LinuxFintech / Install vTiger CRM
Last active January 19, 2021 09:50
How To Install vTiger CRM Linux
If you need vTiger CRM Setup contact me:
Email: [email protected]
Telegram:LinuxFintech
Skype: https://join.skype.com/Xgxp7aNBOItS
Imo: +8801735917013
WhatsApp: +8801735917013
#!/bin/sh
@LinuxFintech
LinuxFintech / Things To Do After Installing Ubuntu
Created January 24, 2021 13:52
Things To Do After Installing Ubuntu 20.04 LTS Desktop
#!/bin/sh
sudo apt update -y
sudo apt-get upgrade -y
sudo apt install build-essential checkinstall
sudo apt install ubuntu-restricted-extras
sudo apt install software-properties-common
sudo apt install kazam
sudo -i
wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | sudo apt-key add -
@LinuxFintech
LinuxFintech / Install Drupal on Ubuntu 20.04 LTS
Created February 6, 2021 11:03
Install Drupal on Ubuntu
If you need vTiger CRM Setup contact me:
Email: [email protected]
Telegram:LinuxFintech
Skype: https://join.skype.com/Xgxp7aNBOItS
Imo: +8801735917013
WhatsApp: +8801735917013
#!/bin/sh
apt updatectrl+s and sctr+x
service apache2 start
#!/bin/bash
# This will remove Apache
sudo service apache2 stop
sudo apt-get purge apache2 apache2-utils apache2.2-bin
sudo apt remove apache2.*
sudo apt-get autoremove
whereis apache2
sudo rm -rf /etc/apache2
PING ME TO ENGAGED YOUR WORKS:
SMS: +8801735917013
IMO: +8801735917013
BiP: +8801735917013
Viber: +8801735917013
Signal: +8801735917013
Discord: +8801735917013
Telegram: https://t.me/LinuxFintech​
WhatsApp: +8801735917013
Skype: https://join.skype.com/uZtGEczcYM0J​
PING ME TO ENGAGED YOUR WORKS:
SMS: +8801735917013
IMO: +8801735917013
BiP: +8801735917013
Viber: +8801735917013
Signal: +8801735917013
Discord: +8801735917013
Telegram: https://t.me/LinuxFintech​
WhatsApp: +8801735917013
Skype: https://join.skype.com/uZtGEczcYM0J​
@LinuxFintech
LinuxFintech / Install Laravel Using LAMP Stack (Linux, Apache, MySQL, PHP7)
Created May 27, 2021 17:00
Install Laravel Using LAMP Stack (Linux, Apache, MySQL, PHP7)
PING ME TO ENGAGED YOUR WORKS:
SMS: +8801735917013
IMO: +8801735917013
BiP: +8801735917013
Viber: +8801735917013sudo systemctl restart apache2
sudo systemctl reload apache2
Signal: +8801735917013
Discord: +8801735917013
Telegram: https://t.me/LinuxFintech​
WhatsApp: +8801735917013sudo systemctl restart apache2
# Install PHP & check version
apt install software-properties-common
add-apt-repository ppa:ondrej/apache2
apt update -y
apt upgrade -y
# For php7.3 (use any)
apt install -y php7.3
apt install libapache2-mod-php7.3 php7.3 unzip php7.3-xml php7.3-mysql php7.3-imap php7.3-zip php7.3-intl php7.3-curl ntp -y