Skip to content

Instantly share code, notes, and snippets.

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

Kanij Fatima LinauxTerminology

🏠
Working from home
View GitHub Profile
@LinauxTerminology
LinauxTerminology / LAMP Stack Ubuntu 20.04 LTS
Created February 15, 2021 09:43
Install LAMP Stack Ubuntu 20.04 LTS
#!/bin/sh
#Things To Do After Installing Ubuntu 20.04 LTS Desktop
sudo -i
apt update -y
apt upgrade -y
apt install build-essential checkinstall
apt install ubuntu-restricted-extras
apt install software-properties-common
add-apt-repository ppa:nilarimogard/webupd8
@LinauxTerminology
LinauxTerminology / Hashtopolis.sh
Last active March 21, 2021 08:30
Hashtopolis Install Ubuntu Linux
If you need Hashtopolis Install Setup contact with me:
Email: [email protected]
Skype: https://join.skype.com/VOgbAxZNCAFi
Telegram: https://t.me/LinauxTerminology
WhatsApp: +8801408694088
Imo: +8801408694088
twiteer:https://twitter.com/LinauxTerminoal
facebook:https://www.facebook.com/LinauxTerminology
bip:01314582960
instagram:[email protected]
@LinauxTerminology
LinauxTerminology / Forma.sh
Last active June 21, 2021 17:15
I Will Do Install Forma Learning Management System (LMS) Setup Service Gist
If you need Forma Setup contact with me:
Email: [email protected]
Skype: https://join.skype.com/
Telegram: https://t.me/LinauxTerminology
WhatsApp: +8801408694088
Imo: +8801408694088
twiteer:https://twitter.com/LinauxTerminoal
facebook:https://www.facebook.com/LinauxTerminology
bip:01314582960
instagram:[email protected]
@LinauxTerminology
LinauxTerminology / lemp.sh
Last active March 7, 2021 17:00
I Will Do Lemp Stack Setup Ubuntu 18.04
If you need LEMP Setup contact with me:
Email: [email protected]
Skype: https://join.skype.com/
Telegram: https://t.me/LinauxTerminology
WhatsApp: +8801408694088
Imo: +8801408694088
twiteer:https://twitter.com/LinauxTerminoal
facebook:https://www.facebook.com/LinauxTerminology
bip:01314582960
instagram:[email protected]
@LinauxTerminology
LinauxTerminology / Wordpress With Lemp .sh
Last active February 25, 2021 16:25
I Will Do Install Wordpress with LEMP
##Install Nginx
sudo apt update
sudo apt install nginx
systemctl restart nginx
systemctl enable nginx
sudo service nginx status
sudo ufw allow OpenSSH
sudo ufw allow 'Nginx HTTP'
sudo ufw enable
sudo ufw status
@LinauxTerminology
LinauxTerminology / Humhub .sh
Last active March 7, 2021 17:10
I Will Do Install Humhub on Ubuntu 18.04
If you need Humhub Setup contact with me:
Email: [email protected]
Skype: https://join.skype.com/
Telegram: https://t.me/LinauxTerminology
WhatsApp: +8801408694088
Imo: +8801408694088
twiteer:https://twitter.com/LinauxTerminoal
facebook:https://www.facebook.com/LinauxTerminology
bip:01314582960
instagram:[email protected]
@LinauxTerminology
LinauxTerminology / MySQLFocal.sh
Created March 15, 2021 16:26 — forked from UbuntuEvangelist/MySQLFocal.sh
Install MySQL on Ubuntu 20.04 [Quickstart]
sudo -i
apt update
apt install mysql-server
mysql_secure_installation
nano /etc/mysql/mysql.conf.d/mysqld.cnf
#And then change the bind-address line to 0.0.0.0
# Save and exit
ufw allow from any to any port 3306 proto tcp
@LinauxTerminology
LinauxTerminology / Django.sh
Created March 18, 2021 18:01
I Will Do Django Install On Ubuntu 20.04
# !/bin/sh
# Install Packages
sudo apt update
python3 -V
sudo apt install python3-django
django-admin --version
#Install Virtual Environment
sudo apt update
@LinauxTerminology
LinauxTerminology / Specific PHP Version
Created April 7, 2021 16:20
Specific PHP Version Install Linux Using PPA
sudo apt-get install software-properties-common python-software-properties
sudo add-apt-repository ppa:ondrej/php
sudo apt update -y
sudo apt-get install -y php5.6
php --version
which php
@LinauxTerminology
LinauxTerminology / Drupal Cms with lemp.sh
Last active April 21, 2021 08:40
I Will Do Drupal cms Installation With LEMP Ubuntu 20.04
If you need Drupal CMS Setup contact with me:
Email: [email protected]
Skype: https://join.skype.com/
Telegram: https://t.me/LinauxTerminology
WhatsApp: +8801408694088
Imo: +8801408694088
twiteer:https://twitter.com/LinauxTerminoal
facebook:https://www.facebook.com/LinauxTerminology
bip:01314582960