PHP 8.0 is a major update released by the PHP team on Nov 26, 2020. It contains a large number of new features and optimizations over previous versions. To read more about read the PHP 8 change log. REMI and EPEL are the most popular repositories contains latest RPM packages for installation. It also...
Apache Kafka is an open-source, distributed event streaming platform developed by the Apache Software Foundation. This is written in Scala and Java programming languages. You can install Kafka on any platform supported Java. This tutorial described you step by step tutorial to install Apache Kafka on Ubuntu 20.04 LTS Linux system. You will also...
The default Webmin listen on port 10000 with self singed SSL certificate. You will see a security warning in web browser like certificate is not trusted. Many of the organization do not allow to use self singed certificates for several reasons. Lets Encrypt is a free and open certificate authority by the non-profit Internet...
Webmin is an free and open source control panel for the system administration for Unix-like systems. It allows you to configure a Linux server using a graphic web interface without editing configuration files manually. Webmin also allows you to control multiple machines through a single interface, or seamless login on other Webmin hosts on...
As a Linux user, you must be well acquainted with Linux cp command. Which is used to copy files from one directory to another directory. This tutorial will explain you to how to copy a file to multiple directories in a single command. By default we can copy a file to single destination directory...
The default MySQL server listen on localhost only. Which means no one can connect MySQL from the remote system. Which is also a good practice for the security purposes. In many cases we needs to access MySQL database from remote systems. In the most possible cases of production environment where we use separate instance...
MySQL is an relation database management system to storing data in table format. It is an opensource database server available to install on variety of operating systems In case of mysql database migration, you can easily create a dump of database and restore it on target database server. MySQL server provides console utilities to...
Nano is an popular, feature rich command line text editor for Unix/Linux based systems. After the vim/vi a large number of users preferred nano as command line editor. This article describes you to how to search in nano on command line interface. How to Search in Nano To search for text in nano, press...
MySQL is the popular relational database management system used for storing structured data in table formats. It is open source database server uses SQL (Structured Query Language) statements for to interact with. The MySQL is freely available under the terms of the GNU General Public License. This tutorial will help you to install MySQL...
PHP is an acronym of “Hypertext Preprocessor” is a scripting language widely used for developing web applications. It is the server side scripting language that is embedded in HTML. Which is used to manage dynamic content, databases, session tracking, even build entire e-commerce websites. PHP 8.0 is the latest stable version available for production...