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 / netadata.sh
Last active November 17, 2021 17:09
I Will Do Install Netadata On Ubuntu 20.04 Linux
If you need Netadata Setup contact with me:
Email: [email protected]
Skype: https://join.skype.com/
Telegram:https://t.me/LinauxTerminology
WhatsApp: +8801408694088
Imo: +8801408694088
##Installation
# Run `bash` for shell
bash
@LinauxTerminology
LinauxTerminology / netdata.sh
Created November 17, 2021 16:46 — forked from linuxoracledev/netdata.sh
Installation and Configuration of netdata on Ubuntu 18.04 LTS
##Installation
# Run `bash` for shell
bash
# install Netdata directly from GitHub source
bash <(curl -Ss https://my-netdata.io/kickstart.sh)
#Modify the server configuration file
sudo nano /etc/netdata/netdata.conf
#uncomment following lines-
@LinauxTerminology
LinauxTerminology / Jitsi Meet.sh
Last active March 1, 2024 19:37
Jitsi Meet Installation Ubuntu 20.04
If you need Apache Tomcat Setup contact with me:
Email: [email protected]
Skype: https://join.skype.com/
Telegram:https://t.me/LinauxTerminology
WhatsApp: +8801408694088
Imo: +8801408694088
#!/bin/sh
sudo -i
@LinauxTerminology
LinauxTerminology / rudder.sh
Last active August 21, 2021 09:27
I Will Do Install Rudder Ubuntu 20.04
If you need Apache Tomcat Setup contact with me:
Email: [email protected]
Skype: https://join.skype.com/
Telegram:https://t.me/LinauxTerminology
WhatsApp: +8801408694088
Imo: +8801408694088
#!/bin/sh
##How to install the dependencies
sudo apt update
@LinauxTerminology
LinauxTerminology / Jitsi Meet Installation Ubuntu
Created August 19, 2021 16:12
Jitsi Meet Installation Ubuntu
sudo -i
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
apt-get update -y
apt-get upgrade -y
@LinauxTerminology
LinauxTerminology / HospitalRun.sh
Created July 13, 2021 17:50 — forked from UbuntuEvangelist/HospitalRun.sh
How to install HospitalRun On Linux Operating System
#!/bin/sh
cd $HOME
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install gcc g++ make
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn
@LinauxTerminology
LinauxTerminology / Tomcat.sh
Last active July 3, 2021 15:43
I Will Do Install Apache Tomcat.sh
If you need Apache Tomcat Setup contact with me:
Email: [email protected]
Skype: https://join.skype.com/
Telegram:https://t.me/LinauxTerminology
WhatsApp: +8801408694088
Imo: +8801408694088
#!/bin/sh
@LinauxTerminology
LinauxTerminology / FreePBX.sh
Created June 26, 2021 05:46
I Will Do Install Asterisk and FreePBX on Ubuntu 20.04
If you need freepbx Setup contact with me:
Email: [email protected]
Skype: https://join.skype.com/
Telegram:https://t.me/LinauxTerminology
WhatsApp: +8801408694088
Imo: +8801408694088
apt-get update -y
Step 2 – Install Required Dependencies
@LinauxTerminology
LinauxTerminology / Odoo.sh
Last active June 23, 2021 16:33
I Will Do Installation Odoo14 On Ubuntu 20.04 LTS.
If you need Odoo Setup contact with me:
Email: [email protected]
Skype: https://join.skype.com/
Telegram:https://t.me/LinauxTerminology
WhatsApp: +8801408694088
Imo: +8801408694088
1.- We create the odoo_install.sh file:
nano odooinstall.sh
@LinauxTerminology
LinauxTerminology / Ntopng.sh
Created June 21, 2021 21:50
I Will Do Install Ntopng On Ubuntu 20.04
If you need Ntopng Setup contact with me:
Email: [email protected]
Skype: https://join.skype.com/
Telegram:https://t.me/LinauxTerminology
WhatsApp: +8801408694088
Imo: +8801408694088
apt-get update
apt-get upgrade