Skip to content

Instantly share code, notes, and snippets.

View LinuxPlaner's full-sized avatar

Supanta Saha LinuxPlaner

View GitHub Profile
@LinuxPlaner
LinuxPlaner / Install Joomla Into Ubuntu
Created September 19, 2021 17:11
Install Joomla Into Ubuntu
Ping Me For joomla installing related service:
SMS: +8801610932753
IMO: +8801610932753
BiP: +8801610932753
Viber: +8801610932753
Signal: +8801610932753
Discord: supanta saha#3868
Telegram: https://t.me/LinuxPlaner
WhatsApp: https://wa.link/njuw4c
Skype: https://join.skype.com/weW8UDI0u7o5
#!/bin/bash
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt install git
git --version
sudo git config --global user.name "masum"
sudo git config --global user.email [email protected]
sudo apt update
sudo -i
@LinuxPlaner
LinuxPlaner / LEMP WordPress on Ubuntu
Created September 14, 2021 16:26
Install WordPress with LEMP on Ubuntu
Ping Me For lemp wordpress installing related service:
SMS: +8801610932753
IMO: +8801610932753
BiP: +8801610932753
Viber: +8801610932753
Signal: +8801610932753
Discord: supanta saha#3868
Telegram: https://t.me/LinuxPlaner
WhatsApp: https://wa.link/njuw4c
Skype: https://join.skype.com/weW8UDI0u7o5
@LinuxPlaner
LinuxPlaner / Hashtopolis.sh
Created September 7, 2021 16:35
Hashtopolis Install Ubuntu Linux
Ping Me For hashtopolis.sh installing related service:
SMS: +8801610932753
IMO: +8801610932753
BiP: +8801610932753
Viber: +8801610932753
Signal: +8801610932753
Discord: supanta saha#3868
Telegram: https://t.me/LinuxPlaner
WhatsApp: https://wa.link/njuw4c
Skype: https://join.skype.com/weW8UDI0u7o5
@LinuxPlaner
LinuxPlaner / Install WordPress on Ubuntu with a LAMP Stack
Last active August 2, 2021 16:33
Install WordPress on Ubuntu with a LAMP Stack
Ping Me For wordpress installing related service:
SMS: +8801610932753
IMO: +8801610932753
BiP: +8801610932753
Viber: +8801610932753
Signal: +8801610932753
Discord: supanta saha#3868
Telegram: https://t.me/LinuxPlaner
WhatsApp: https://wa.link/njuw4c
Skype: https://join.skype.com/weW8UDI0u7o5
@LinuxPlaner
LinuxPlaner / opingo.lms
Created July 27, 2021 17:01
opingo .lms
Ping Me For opingo.lms related service:
SMS: +8801610932753
IMO: +8801610932753
BiP: +8801610932753
Viber: +8801610932753
Signal: +8801610932753
Discord: supanta saha#3868
Telegram: https://t.me/LinuxPlaner
WhatsApp: https://wa.link/njuw4c
Skype: https://join.skype.com/weW8UDI0u7o5
@LinuxPlaner
LinuxPlaner / php installation
Last active July 27, 2021 16:54
php installation
Ping Me For php related service:
SMS: +8801610932753
IMO: +8801610932753
BiP: +8801610932753
Viber: +8801610932753
Signal: +8801610932753
Discord: supanta saha#3868
Telegram: https://t.me/LinuxPlaner
WhatsApp: https://wa.link/njuw4c
Skype: https://join.skype.com/weW8UDI0u7o5
# 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
@LinuxPlaner
LinuxPlaner / I WILL DO LAMP STACK SETUP
Created May 30, 2021 16:42
I WILL DO LAMP (Linux, Apache, MySQL/MariaDB, PHP/Perl/Python) STACK ENGINEERING FROM HOME
Ping Me For LAMP related service:
SMS: +8801610932753
IMO: +8801610932753
BiP: +8801610932753
Viber: +8801610932753
Signal: +8801610932753
Discord: supanta saha#3868
Telegram: https://t.me/LinuxPlaner
WhatsApp: https://wa.link/njuw4c
Skype: https://join.skype.com/weW8UDI0u7o5
@LinuxPlaner
LinuxPlaner / Git Installation And Configuration Linux
Last active May 30, 2021 16:37
Git Installation And Configuration
Ping Me For Git related service:
SMS: +8801610932753
IMO: +8801610932753
BiP: +8801610932753
Viber: +8801610932753
Signal: +8801610932753
Discord: supanta saha#3868
Telegram: https://t.me/LinuxPlaner
WhatsApp: https://wa.link/njuw4c
Skype: https://join.skype.com/weW8UDI0u7o5