Siddharthazm0.hashnode.dev·Sep 14, 2024Format, and Mount a Disk on Ubuntu 20.04To format and mount a disk on Ubuntu 20.04, follow these steps: Identify the Disk: List all disks to find the one you want to format: sudo fdisk -l Remove Old Partitions (Optional): If the disk has old partitions, remove them using gdisk: sudo g...Discussformat hdd tutorial
Sanjay Kumar Dasitzsanjaykumar.hashnode.dev·Aug 21, 2024Multi-Website Setup On Magento2 By Nginxgo the the directory = cd /etc/nginx/sites-available create a file i.e = sudo nano local (paste the below data - here i am doing two site setup) #-------------------------------------------------------------------> upstream fastcg...DiscussMagento2
Siddharthazm0.hashnode.dev·Jul 27, 2024Install cPanel on Ubuntu 20.04 in Dedi / VPSFirst, you need a server with Ubuntu 20.04. I will go with Umbrellahive.com's dedicated server. then open as root - sudo su (optional) apt-get update apt-get install nano curl apt install nano nano /etc/cpupdate.conf Here is the file format for the ...Discusscpanel 11.118
Siddharthazm0.hashnode.dev·Jul 5, 2024FFmpeg 6.0 Released! How to Install in Ubuntu 22.04There are also QSV and NVenc AV1 encoding, VAAPI and QSV decoding and encoding for 10/12bit 422, 10/12bit 444 HEVC and VP9. Other changes FFmpeg 6.0 include: New audio and video filters, such as adrc, afdelaysrc, corr, showcwt, backgroundkey, a3dsco...Discuss·33 readsFFmpeg
Krishna Neupaneproject.neupanekrishna.com.np·Dec 28, 2023How to centralize logs with rsyslog logstash elasticsearch and kibana on Ubuntu 20.04To install Elasticsearch on Ubuntu 20.04, follow these steps: sudo apt update sudo apt install openjdk-11-jre-headless wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - sudo sh -c 'echo "deb https://artifacts.elastic....Discuss·26 readskibana
Aviral Srivastavagodofgeeks.hashnode.dev·Dec 26, 2023Installing Latest Go in Ubuntu 22.04Go, often referred to as Golang, is a statically-typed programming language developed by Google. It was created by Robert Griesemer, Rob Pike, and Ken Thompson and first released in 2009. Go was designed with a focus on simplicity, efficiency, and ma...Discuss·10 likes·26 readsGo Language
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·54 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·70 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