Steps to install PHP 8 on Debian Server 10 | 9

Command to install PHP 8 on Debian 10 or 11 Linux

Let’s test various web applications by installing PHP 8.0 on Debian 10 Buster or Debian 11 Bullseye Linux server using command line terminal… PHP is a widely used server-side programming language that means it can perform actions on servers such as establishing connections to a …

Read more

How to install PHP 8 on Ubuntu 20.04 LTS Server

command Install PHP 8.0 on Ubuntu 20.04

PHP doesn’t need an introduction to those who are in the software development field. Well, for those who don’t know about it, PHP is an open-source scripting language PHP for web development and widely used for creating dynamic web pages. It came into existence in …

Read more

How to enable Vmware drag and drop on Manjaro VM

Enable drag drop on Manjaro Linux and VMware Workstation player

If you are using Manajro on VMware Workstation player and want to perform drag and drop feature to copy files and folders from host to Manjaro guest, then here are the steps to follow… After installing Manjaro on Vmware Virtual machine, the first thing we …

Read more

How to install Snap Store GUI on CentOS 7 or 8 Linux

Snap Store on CentOS Linux

Snap is the universal package manager and software deployment platform that is available to install on almost all popular Linux platforms. It contains hundreds of popular open-source applications that can be installed using just one command of snap. Yes, command, however, all of us are …

Read more

How to install RPM packages on Ubuntu 20.04 LTS

Converrt and install RPM software on Ubuntu 20 compressed

RPM (Red Hat Package Manager) packages are meant to compile and install on RHEL and its based operating systems such as CentOS, Fedora, and more… However,  we can also install RPM packages on Ubuntu by converting them to DEB packages. And here in this article, …

Read more