Kalaivani Rajendrankalair92.hashnode.dev·Aug 10, 2023How to Install Laravel on Ubuntu 20.04 with NginxConfigure Nginx Server on Ubuntu 20.04 This guide will walk you through the process of installing Nginx on your Ubuntu 20.04 server and then configuring it alongside PHP and a Laravel Project. What is Nginx? Nginx (pronounced "engine-x") is a popular...Discuss·4 likes·42 readsLaravel
Funmilayo Fagoyinbofunmifagoyinbo.hashnode.dev·Jul 4, 2023How To Run Docker Commands Without SudoWhen Docker is installed on a machine, its daemon binds with the Unix socket making its commands usable through the root user or a sudoer. The root user can run the docker commands directly while the sudoer has to use sudo with the docker commands, f...Discuss·66 readsDocker
Funmilayo Fagoyinbofunmifagoyinbo.hashnode.dev·Jun 26, 2023How to Install Terraform on Ubuntu 20.04Hi everyone, in this article, we will be exploring two different ways of installing Terraform on Ubuntu 20.04 and an additional method for automation using a script. The good thing about exploring these methods is that they follow the documented proc...DiscussTerraform
Hrishikesh Salunkhehrishikeshsalunkhe.hashnode.dev·Jun 3, 2023Install or Upgrade Snap Packages in LinuxHello there, If you are a Linux user, especially an Ubuntu user, then I think you are familiar with snap packages already. First, To install or Upgrade snap packages, let's check if snapd is installed or Not. snap --version If not, we can use the be...DiscussLinux
Rajashekar Gunagantirajashekargunaganti.hashnode.dev·May 21, 2023Install Moodle on Ubuntu 20.04What is Moodle ? Moodle is widely used in educational institutions, ranging from schools to universities, as well as in corporate training environments, to deliver and manage online courses and enhance the learning experience. Step 1: Update Operatin...Discuss·31 likes·284 reads#moodle
Anand Parmaranandparmar.hashnode.dev·Apr 22, 2023Install Nginx in AWS Ubuntu 20.04Click on Launch Instances Add Server Details Enter Server name Select OS Image here we select Ubuntu 22.04 Create a key pair file this will be used for SSH login Configure network setting Select create security group if you have existin...Discuss·35 readsAWS
MD. Nazmul Alamalam-nazmul.hashnode.dev·Mar 24, 2023Cloud-init enabled Ubuntu 20.04 template for Proxmox to facilitate automatic instance deploy by TerraformCreate Proxmox Template (Ubuntu 20.04 LTS) Prepare Proxmox node for Template creation process Working on Proxmox (RnD) IP: 172.16.7.41 Update/Upgrade all packages. And install libguestfs-tools package sudo apt update sudo apt upgrade -y sudo apt ins...Discuss·36 readsUbuntu 20.04
NOUH THEIRRY FAYELL KUOBIendlessdev.hashnode.dev·Jan 3, 2023How to Install VMware Workstation Player on Ubuntu 22.04VMware Workstation Player is a desktop virtualization software that allows you to run multiple isolated operating systems on a single machine. VMware Player is not open-source. It is free for personal non-commercial use. Oracle’s VirtualBox is an ope...Discuss·77 reads#ubuntu #vmware #Ubuntu22.04
Priyabrata Sahoopriyabrata.hashnode.dev·Dec 21, 2022Install Tomcat 10.0.27 in Ubuntu 20.04Create a server using AWS or any cloud or virtual machine for tomcat installation If you are using cloud server, then access it by git bash or putty ssh -i <Key Pair Path> <user>@<ip_address_of_server> Next, update the package manager cache by runni...Discuss·82 readsTomcat
Muhamad Dani Ramandamdrdani.my.id·Dec 12, 2022How To Secure Nginx with Let's Encrypt on Ubuntu 20.04Pernah gak sih kita terfikirkan website yang ada di dunia ini jika hanya memakai HTTP port 80 saja mungkin tidak akan aman, apalagi seperti website Bank, E-Commerce, dan data2 yang penting yang di simpan di website publik. Untuk mengamankan website t...Discuss·31 readsnginx