Skip to content

Instantly share code, notes, and snippets.

View LinuxPlaner's full-sized avatar

Supanta Saha LinuxPlaner

View GitHub Profile
@LinuxPlaner
LinuxPlaner / laravel.txt
Last active May 30, 2021 17:54
Install Laravel on Ubuntu 20.04 with Apache, MySQL, PHP7 (LAMP) stack
Ping Me For laravel 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 / TastyIgniter.sh
Last active May 30, 2021 17:51
TastyIgniter Install on Ubuntu Linux
Ping Me For tastylgniter 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
Ping Me For drupal 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 / Things To Do After Installing Ubuntu
Created January 24, 2021 17:16
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 -
@LinuxPlaner
LinuxPlaner / lamp.sh
Created January 18, 2021 16:32 — forked from UbuntuEvangelist/Completely Uninstall LAMP Stack Ubuntu 24.04 LTS
Completely Uninstall LAMP Ubuntu 18.04 LTS
#!/bin/bash
# This will remove Apache
sudo service apache2 stop
sudo apt-get purge apache2 apache2-utils apache2.2-bin apache2-common
sudo apt remove apache2.*
sudo apt-get autoremove
whereis apache2
sudo rm -rf /etc/apache2
@LinuxPlaner
LinuxPlaner / opingo
Last active December 29, 2020 17:24
Install Opigno LMS on Ubuntu
If You Need opingo support contact with me
Telegram:@LinuxPlaner
Email: [email protected]
Skype: https://join.skype.com/YsiueF0XCKLX
WhatsApp: +880172984831
Step 1: Install Apache2 HTTP Server on Ubuntu
sudo apt update
@LinuxPlaner
LinuxPlaner / lamp.sh
Created December 27, 2020 17:12
How To Install LAMP Stack Ubuntu
# 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
sudo apt install apache2
sudo ufw allow in "Apache Full"
apache2 -v
sudo service apache2 start
sudo systemctl enable apache2
sudo service apache2 stop
@LinuxPlaner
LinuxPlaner / lamp.sh
Created December 27, 2020 17:12
How To Install LAMP Stack Ubuntu
# 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
sudo apt install apache2
sudo ufw allow in "Apache Full"
apache2 -v
sudo service apache2 start
sudo systemctl enable apache2
sudo service apache2 stop
@LinuxPlaner
LinuxPlaner / jasmin.sh
Created November 30, 2020 10:35
Jasmin SMS Gateway Install Linux
If you need any help related with Git+GitHub+GitLab contact with me:
Telegram:@LinuxPlaner
Email: [email protected]
Skype: https://join.skype.com/YsiueF0XCKLX
WhatsApp: +8801729848319
#===========================================================================================+++#
# Jasmin SMPP Panel (Server)
Jasmin SMPP Panel for Jasmin SMS Gateway. Need to setup contact with **skype: helios-sw**
@LinuxPlaner
LinuxPlaner / vtiger.sh
Last active September 19, 2021 17:53
Install vTiger CRM on Ubuntu 18.04 LTS
Ping Me For vtger 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