Browsing tag

debian 8

How To Install PHP 7.4 / 7.3 / 7.2 / 7.1 on Debian 10 / Debian 9

PHP is an open-source programming language used for web development, created by Rasmus Lerdorf. It is an HTML-embedded scripting language for creating dynamic web sites. In this post, we will see how to install PHP 7.4 / 7.3 / 7.2 / 7.1 on Debian 10 / Debian 9. Add PHP Repository SURY, a third-party repository […]

How To Install MongoDB 4.4 / 4.2 On Debian 9

MongoDB is an open-source cross-platform, document-oriented database and it was designed with both scalability and developer agility in mind. MongoDB is written in C, C++, and JavaScript, and it uses JSON-like documents with dynamic schemas to store data. MongoDB is released under the Server Side Public License (SSPL), and the language drivers are available under […]

How To Install MySQL 5.7/8.0 on Ubuntu 16.04/14.04 & Debian 9/8

MySQL is an open source relational database management system, commonly used in web applications to store and retrieve records and information. MySQL was first developed by MYSQL AB, now owned by Oracle Corporation. It was the primary database application for Linux operating system until MariaDB, a fork of MySQL, came into the picture. In this […]

20 Useful apt, apt-get, and apt-cache Command Examples for Package Management

Advanced Package Tool (APT) is a powerful and free software package-management user interface in Debian based operating systems, including Ubuntu and LinuxMint to handle the installation and removal of software packages. The apt command has been introduced to merge apt-get and apt-cache into one single command and provide a pleasant experience for end users by […]