Skip to content

Instantly share code, notes, and snippets.

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

Al Amin Sheikh LinuxlinkedBD

🏠
Working from home
View GitHub Profile
@LinuxlinkedBD
LinuxlinkedBD / flutter.sh
Created March 30, 2021 16:32
Flutter Installation on Ubuntu
If you need complete Flutter setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/hXD4O8Dl9YY
########################################################################################################################################
sudo apt update
sudo apt-get upgrade -y
apt-get clean all
@LinuxlinkedBD
LinuxlinkedBD / apache_tomcat.sh
Created March 15, 2021 16:25
Apache Tomcat Installation
If you need complete Apache-Tomcat setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/WCMYUZBFPcc
########################################################################################################################################
sudo apt update
sudo apt-get upgrade -y
apt-get clean all
@LinuxlinkedBD
LinuxlinkedBD / asterisk.sh
Created March 9, 2021 19:15
Asterisk installation on ubuntu
If you need complete Asterisk installation, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/ewAarGrf3sU
########################################################################################################################################
sudo apt update
sudo apt-get upgrade -y
apt-get clean all
@LinuxlinkedBD
LinuxlinkedBD / Odoo.sh
Created March 9, 2021 15:17
Odoo installation with Docker
If you need complete Odoo installation, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/qYa1bPzXB-0
########################################################################################################################################
sudo apt update
sudo apt-get upgrade -y
add-apt-repository universe
@LinuxlinkedBD
LinuxlinkedBD / ntopng&netdata.sh
Created March 8, 2021 16:07
ntopng & netdata Installation
If you need complete ntopng & netdata installation, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/cWiOkkHm80Y
########################################################################################################################################
sudo apt update
sudo apt-get upgrade -y
add-apt-repository universe
@LinuxlinkedBD
LinuxlinkedBD / mean_stack.sh
Created March 7, 2021 16:38
MEAN stack Installation
If you need complete MEAN stack Installation, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/vXm12usZ7-M
########################################################################################################################################
sudo apt update
sudo apt-get upgrade -y
@LinuxlinkedBD
LinuxlinkedBD / rubyrails.sh
Created March 4, 2021 16:36
Ruby on Rails Installation
If you need complete Ruby on Rails Installation, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/Xljt1TYkok4
########################################################################################################################################
sudo apt update
sudo apt-get upgrade -y
ruby --version
@LinuxlinkedBD
LinuxlinkedBD / OpenedX.sh
Created March 3, 2021 07:48
OpenedX installation with docker
If you need complete Open edX installation, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/Y-lCniGOqRQ
########################################################################################################################################
sudo apt-get update -y
sudo apt-get upgrade -y
@LinuxlinkedBD
LinuxlinkedBD / theHarvester.sh
Created March 3, 2021 06:25
theHarvester installation with docker
If you need complete theHarvester installation, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/DMhQMBRfxL0
########################################################################################################################################
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt install apt-transport-https ca-certificates curl software-properties-common
@LinuxlinkedBD
LinuxlinkedBD / ansible_puppet_vagrant.sh
Created February 22, 2021 16:59
Ansible, Puppet and Vagrant setup on Ubuntu
If you need complete Ansible, Puppet and Vagrant setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/L2DJY0cq2zc
########################################################################################################################################
sudo apt-get update -y
sudo apt-get upgrade -y