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 / keybase.md
Created November 30, 2020 09:33
keybase.md

Keybase proof

I hereby claim:

  • I am linauxterminoal on github.
  • I am linauxterminolog (https://keybase.io/linauxterminolog) on keybase.
  • I have a public key whose fingerprint is A30E D524 BDB6 EA29 9BE1 3898 BDE8 781D 104E 5288

To claim this, I am signing this object:

@LinauxTerminology
LinauxTerminology / Things To Do After Installing Ubuntu 18.04 LTS Cloud Linux
Created December 8, 2020 10:12
Things To Do After Installing Ubuntu 18.04 LTS Cloud Linux
sudo apt update && sudo apt-get upgrade --fix-missing
sudo apt install build-essential checkinstall
sudo apt install ubuntu-restricted-extras
sudo apt install software-properties-common
sudo add-apt-repository ppa:nilarimogard/webupd8
@LinauxTerminology
LinauxTerminology / lamp.sh
Last active December 30, 2020 09:15
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
@LinauxTerminology
LinauxTerminology / Lamp.sh
Last active March 7, 2021 17:19
Install LAMP Stack Linux
If you need any service related with LAMP stack contact with me:
Email:[email protected]
Skype:https://join.skype.com/W57qZCby6QpJ
Telegram:https://t.me/LinauxTerminology
WhatsApp:https://join.skype.com/
twiteer:https://twitter.com/LinauxTerminoal
facebook:https://www.facebook.com/LinauxTerminology
bip:01314582960
imo: 01408694088
whatsapp:01408694088
### Keybase proof
I hereby claim:
* I am LinauxTerminology on github.
* I am linauxterminolog (https://keybase.io/linauxterminolog) on keybase.
* I have a public key whose fingerprint is A30E D524 BDB6 EA29 9BE1 3898 BDE8 781D 104E 5288
To claim this, I am signing this object:
@LinauxTerminology
LinauxTerminology / LAMP Stack Installation Service
Last active March 15, 2021 16:35
I Will Do LAMP Stack Installation Service Linux
Need LAMP Stack Service 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 / WordPress Installation Service
Last active March 7, 2021 17:15
WordPress Installation Service Using LAMP Stack
Need WordPress Installation Service Contact With Me:
Email: [email protected]
Skype: https://join.skype.com/VOgbAxZNCAFi
Telegram: https://t.me/LinauxTerminology
WhatsApp: +8801408694088
Imo: +8801408694088
YouTube: https://youtu.be/IjUF1JX0Gj8
twiteer:https://twitter.com/LinauxTerminoal
facebook:https://www.facebook.com/LinauxTerminology
bip:01314582960
@LinauxTerminology
LinauxTerminology / Mautic Installation Service
Last active March 7, 2021 17:15
I Will Do Mautic Install Linux
If youu need Mautic Setup in Linux contact with me:
Email: [email protected]
Skype: https://join.skype.com/VOgbAxZNCAFi
Telegram: https://t.me/LinauxTerminology
WhatsApp: +8801408694088
Imo: +8801408694088
YouTube: https://youtu.be/OEcO0v0i8x4
twiteer:https://twitter.com/LinauxTerminoal
facebook:https://www.facebook.com/LinauxTerminology
bip:01314582960
@LinauxTerminology
LinauxTerminology / Jasmin.sh
Last active March 7, 2021 17:15
I Will Do Jasmin SMS Gateway
If you need BULK SMS Gateway 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
@LinauxTerminology
LinauxTerminology / vTiger.sh
Last active January 18, 2021 09:58
Install vTiger CRM on Ubuntu 18.04 LTS
#!/bin/sh
sudo -i
apt-get update -y
apt-get upgrade -y
apt-get install apache2 mariadb-server libapache2-mod-php7.2 php7.2 php7.2-cli php7.2-mysql php7.2-common php7.2-zip php7.2-mbstring php7.2-xmlrpc php7.2-curl php7.2-soap php7.2-gd php7.2-xml php7.2-intl php7.2-ldap php7.2-imap unzip wget -y
nano /etc/php/7.2/apache2/php.ini
display_errors: On
error_reporting: On