Skip to content

Instantly share code, notes, and snippets.

@UbuntuEvangelist
UbuntuEvangelist / netdata.sh
Created December 25, 2021 14:50 — forked from rakibulinux/netdata.sh
How to Install Netdata on Ubuntu 18.04 LTS
#!/bash/sh
sudo apt-get update
sudo apt-get upgrade
bash <(curl -Ss https://my-netdata.io/kickstart.sh)
#Confirm Netdata is running
sudo netstat -pnltu | grep 19999
sudo systemctl status netdata
@UbuntuEvangelist
UbuntuEvangelist / _0__ssl_certbot_letsencrypt.md
Created December 21, 2021 14:30 — forked from maxivak/_0__ssl_certbot_letsencrypt.md
Let's encrypt SSL certificates using certbot in docker

Directories on host machine:

  • /data/certbot/letsencrypt

  • /data/certbot/www

  • Nginx server in docker container

docker run -d --name nginx \
If you need playSMS Remote Related Service, please contact me:
WhatsApp: +19085837582
Telegram" @zaitechus
Skype: scooper6543
Email: [email protected]
Twitter: https://twitter.com/Zaitechus​​
Facebook: https://www.facebook.com/zaitechus/​​
LinkedIn: https://www.linkedin.com/in/zaitechus/​​
PlaySMS is a web interface for SMS gateway and bulk SMS services. PlaySMS is a free and open source SMS gateway software
# Update all your packages
sudo apt update
sudo apt upgrade -y
# Add postgresql repository and key
sudo sh -c 'echo "deb [arch=$(dpkg --print-architecture)] http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
# Update again
@UbuntuEvangelist
UbuntuEvangelist / Hashtopolis.sh
Created October 7, 2021 17:47
Hashtopolis.sh
sudo apt update
sudo apt upgrade
sudo apt install apache2
apache2 -v
sudo systemctl enable apache2
sudo service apache2 restart
sudo service apache2 status
sudo -i
apt install mariadb-server mariadb-client
@UbuntuEvangelist
UbuntuEvangelist / HADOOP REMOTE SERVICE IN LINUX
Created October 6, 2021 16:31 — forked from zaitechus/HADOOP REMOTE SERVICE IN LINUX
If you need Hadoop Remote Related Service, please contact me:
If you need Hadoop Remote Related Service, please contact me:
WhatsApp: +19085837582
Telegram" @zaitechus
Skype: scooper6543
Email: [email protected]
Twitter: https://twitter.com/Zaitechus​​
Facebook: https://www.facebook.com/zaitechus/​​
LinkedIn: https://www.linkedin.com/in/zaitechus/​​
@UbuntuEvangelist
UbuntuEvangelist / Odoo Development Service With Linux
Created October 6, 2021 16:30 — forked from zaitechus/Odoo Development Service With Linux
If you need Odoo Remote Related Service, please contact me:
If you need Odoo Remote Related Service, please contact me:
WhatsApp: +19085837582
Telegram" @zaitechus
Skype: scooper6543
Email: [email protected]
Twitter: https://twitter.com/Zaitechus​​
Facebook: https://www.facebook.com/zaitechus/​​
LinkedIn: https://www.linkedin.com/in/zaitechus/​​
Odoo is a business management software including CRM, e-commerce, billing, accounting, manufacturing,
@UbuntuEvangelist
UbuntuEvangelist / Asterisk Voice Over Development Online
Created October 6, 2021 16:27 — forked from zaitechus/Asterisk Voice Over Development Online
If you need Asterisk Remote Related Service, please contact me:
If you need Asterisk Remote Related Service, please contact me:
WhatsApp: +19085837582
Telegram" @zaitechus
Skype: scooper6543
Email: [email protected]
Twitter: https://twitter.com/Zaitechus​​
Facebook: https://www.facebook.com/zaitechus/​​
LinkedIn: https://www.linkedin.com/in/zaitechus/​​
Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between the
@UbuntuEvangelist
UbuntuEvangelist / Wordpress Setup Using LEMP Stack
Created August 30, 2021 16:40 — forked from LinuxFintech/Wordpress Setup Using LEMP Stack
Wordpress Setup Using LEMP Stack in Ubuntu
PING ME TO ENGAGED YOUR WORKS:
SMS: +8801735917013
IMO: +8801735917013
BiP: +8801735917013
Viber: +8801735917013sudo systemctl restart apache2
sudo systemctl reload apache2
Signal: +8801735917013
Discord: +8801735917013
Telegram: https://t.me/LinuxFintech​
WhatsApp: +8801735917013sudo systemctl restart apache2
Install AWX-operator on Ubuntu 20 using Minikube
I’ve had a few requests for this demo as It seems like a lot of people are having issues setting up the new version of AWX. Before v18, (v17) you could simply install AWX on a server with enough resources. Now, the preferred way to install AWX is via the AWX-operator. So you need a Kubernetes or OpenShift cluster. For this demo, I’m using Minikube.
(if you get any errors, check the bottom of this page for the fix)
I’m using minikube because it’s a single node cluster and it keeps the price down. I did try this on a t2.medium, but there just weren’t enough resources to get it working.
This demo will cover the following:
• Install and setup kubectl and docker.