Directories on host machine:
-
/data/certbot/letsencrypt -
/data/certbot/www -
Nginx server in docker container
docker run -d --name nginx \
| #!/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 |
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 |
| 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 |
| 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/ |
| 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, |
| 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 |
| 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. |