Browsing category

Post

3 Steps: How to Convert from CentOS 8 to CentOS Stream

CentOS Linux’s future is CentOS Stream – yes, you have heard it correctly. This is the exact announcement from Rich Brown, community manager of CentOS. In 2021, CentOS will be shifting focus from CentOS Linux to CentOS Stream, a midstream between Fedora and RHEL. This announcement garnered a lot of negative reactions in the comments […]

What RAID level should you choose for a desktop PC?

All modern motherboards are equipped with an integrated RAID controller, and more progressive models even have multiple build-in RAID controllers. However, not every desktop user knows how to build a RAID array, what array level to choose, and he or she doesn’t clearly understand the pros and cons of using RAID arrays. So, RAID stands […]

How To Install PHP 8.1 on Ubuntu 20.04 / Ubuntu 18.04

PHP is an open-source programming language widely used for web development to create dynamic websites such as E-commerce sites, Blogs, Internet Forums, etc. Here, we will see how to install PHP 8.1 on Ubuntu 20.04 / Ubuntu 18.04. Add PHP Repository Ondřej Surý, a third-party repository, offers PHP 8.1 for Ubuntu operating system. Update the […]

How To Install PHP 8.0 On CentOS 8 / RHEL 8

PHP is an open-source programming language that is embedded in HTML. It is mainly used for creating dynamic web sites such as blogs, e-commerce sites, etc. Rasmus Lerdorf created it in 1994. CentOS 8 / RHEL 8 comes with PHP v7.2 by default. In this post, we will see how to install PHP 8.0 on […]

How To Install PHP 8.0 on Debian 10 / Debian 9

PHP is an open-source programming language used for web development, created by Rasmus Lerdorf in 1994. It is an HTML-embedded scripting language for creating dynamic websites such as blogs, internet forums, e-commerce portals, etc. In this post, we will see how to install PHP 8.0 on Debian 10 / Debian 9. Add PHP Repository SURY, […]