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 / MySQLFocal.sh
Created June 3, 2021 17:53 — forked from UbuntuEvangelist/MySQLFocal.sh
Install MySQL on Ubuntu 20.04 [Quickstart]
apt install mysql-server
mysql_secure_installation
mysql --version
service mysql start
service mysql enable
service mysql restart
service mysql status
ufw allow from any to any port 3306 proto tcp
systemctl restart mysql
systemctl enable mysql
@LinuxFintech
LinuxFintech / forma.lms 2.2.1
Created June 7, 2021 16:28
Install Forma Learning Management System (LMS) On Ubuntu With Apache2, MariaDB And PHP
#!/bin/bash
#Install Apache2
sudo apt update
sudo apt install apache2
sudo systemctl start apache2.service
sudo systemctl enable apache2.service
sudo systemctl restart apache2.service
@LinuxFintech
LinuxFintech / PHPmyAdmin For LAMP PHP 4
Last active June 7, 2021 16:44
PHPmyAdmin For LAMP
#Install PHP 7.4 With Modules
sudo apt-get update && apt-get upgrade
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ondrej/apache2
sudo apt-get update
sudo apt install php7.4 libapache2-mod-php7.4 php7.4-common php7.4-mysql php7.4-gmp php7.4-ldap php7.4-curl php7.4-intl php7.4-mbstring php7.4-xmlrpc php7.4-gd php7.4-bcmath php7.4-xml php7.4-cli php7.4-zip
sudo nano /etc/php/7.4/apache2/php.ini
@LinuxFintech
LinuxFintech / Install PHP 7.4 With Modules For LAMP
Last active June 7, 2021 16:43
Install PHP 7.4 With Modules
sudo apt-get update && apt-get upgrade
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ondrej/apache2
sudo apt-get update
sudo apt install php7.4 libapache2-mod-php7.4 php7.4-common php7.4-mysql php7.4-gmp php7.4-ldap php7.4-curl php7.4-intl php7.4-mbstring php7.4-xmlrpc php7.4-gd php7.4-bcmath php7.4-xml php7.4-cli php7.4-zip
sudo nano /etc/php/7.4/apache2/php.ini
file_uploads = On
@LinuxFintech
LinuxFintech / Docker Compose
Created July 5, 2021 16:51 — forked from UbuntuEvangelist/Docker and Docker Compose Install
Docker and Docker Compose Install Ubuntu 20.04 LTS
#!/bin/sh
apt update -y
apt-get upgrade -y
apt install build-essential checkinstall
apt install ubuntu-restricted-extras
apt install software-properties-common
apt upgrade -o APT::Get::Show-Upgraded=true
apt-show-versions | grep upgradeable
apt install apt-show-versions
@LinuxFintech
LinuxFintech / Ubuntu20.04.sh
Created July 6, 2021 17:03 — forked from rakibulinux/Ubuntu20.04.sh
Things To Do After Installing Ubuntu 20.04 LTS
#!/bin/sh
# This command will update & upgrade your system
sudo apt update && sudo apt-get upgrade --fix-missing
# Install the package build-essential for making the package and checkinstall for putting it into your package manager
sudo apt -y install build-essential checkinstall
# Install Ubuntu Restricted Extras
sudo apt -y install ubuntu-restricted-extras
@LinuxFintech
LinuxFintech / How to Install LEMP Stack with PhpMyAdmin in Ubuntu 20.04
Created July 27, 2021 17:58
Secure installation LEMP Stack with PhpMyAdmin in Ubuntu 20.04
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
@LinuxFintech
LinuxFintech / Wordpress Setup Using LEMP Stack
Last active August 30, 2021 16:40
Wordpress Setup Using LEMP Stack in Ubuntu
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
sudo apt-get remove nginx nginx-common
sudo apt-get purge nginx nginx-common
sudo rm -rf /etc/nginx
sudo apt update -y
sudo apt upgrade -y
sudo apt-get autoremove
# This will remove PHP version. Type your php version before run below command. I am using php7.2
sudo apt-get purge `dpkg -l | grep php7.2| awk '{print $2}' |tr "\n" " "`
sudo apt-get purge php7.*
@LinuxFintech
LinuxFintech / Attendize Install Ubuntu
Last active March 13, 2022 16:49
Deploy Attendize is an open-source ticket selling and event management platform
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​