Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakminagamage/useful-links-for-devops
Here's is a list of links to resources that I think useful when dealing with devOps stuff.
https://github.com/lakminagamage/useful-links-for-devops
Last synced: 4 days ago
JSON representation
Here's is a list of links to resources that I think useful when dealing with devOps stuff.
- Host: GitHub
- URL: https://github.com/lakminagamage/useful-links-for-devops
- Owner: lakminagamage
- Created: 2024-06-17T22:04:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T17:07:32.000Z (3 months ago)
- Last Synced: 2024-08-25T18:26:43.914Z (3 months ago)
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A list of online resources useful for DevOps.
Here's is a list of links to resources that I think useful when dealing with devOps stuff.
- Deploy React application to production - https://create-react-app.dev/docs/deployment/
- Deploy Next App to production - https://www.codewithharry.com/blogpost/hosting-a-next.js-app-in-production-on-ubuntu-vps
- Setup Ubuntu VPS with Github SSH Key - https://medium.com/featurepreneur/setting-up-ssh-key-with-github-for-ubuntu-cd8f2fabf25b
- Install Node on Ubuntu - https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-20-04
- Setup NginX on Ubuntu - https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-20-04
- Deploy React App with NginX - https://www.digitalocean.com/community/tutorials/deploy-react-application-with-nginx-on-ubuntu
- NginX Server Blocks - https://www.digitalocean.com/community/tutorials/how-to-set-up-nginx-server-blocks-virtual-hosts-on-ubuntu-16-04
- DNS Zone Editor - https://www.hostinger.com/tutorials/how-to-use-hostinger-dns-zone-editor
- Setup SSL with Ubuntu Apache - https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu
- Setup SSL with Ubuntu NginX - https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-22-04
- Setup Liux service with Systemd - https://medium.com/@benmorel/creating-a-linux-service-with-systemd-611b5c8b91d6
- DNS Lookup Tool - https://dnschecker.org/all-dns-records-of-domain.php
- Install PostgreSQl and create DB - https://www.digitalocean.com/community/tutorials/how-to-install-postgresql-on-ubuntu-20-04-quickstart
- Make a Remote PGSQL Server using Ubuntu - https://blog.logrocket.com/setting-up-a-remote-postgres-database-server-on-ubuntu-18-04/
- Add SWAP space on Ubuntu - https://www.digitalocean.com/community/tutorials/how-to-add-swap-space-on-ubuntu-20-04
- Add SSL using CERTBot on NGinx - https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-20-04
- Install MySQL on Ubuntu Server - https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-20-04
- Install ClamAv antivirus on Ubuntu - https://medium.com/@myingole28/complete-guide-to-clamav-installation-and-setup-on-ubuntu-linux-29e65566665f
- Install Fail2Ban on ubuntu - https://www.digitalocean.com/community/tutorials/how-to-protect-ssh-with-fail2ban-on-ubuntu-20-04
- Install Docker on Ubuntu 22.04 - https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04