• Home
  • Ubuntu 20.04
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us
TecAdmin
Menu
  • Home
  • Ubuntu 20.04
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us

Author Description

Rahul
Rahul
Connect on Facebook Connect on Twitter

I, Rahul Kumar am the founder and chief editor of TecAdmin.net. I am a Red Hat Certified Engineer (RHCE) and working as an IT professional since 2009..

15 February 2021

How to Install PHP 8 on CentOS/RHEL 8

Written by Rahul
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...
Read More about How to Install PHP 8 on CentOS/RHEL 8
14 February 2021

How to Install Apache Kafka on Ubuntu 20.04

Written by Rahul
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...
Read More about How to Install Apache Kafka on Ubuntu 20.04
12 February 2021

Adding Let’s Entrypt SSL to Webmin Hostname

Written by Rahul
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...
Read More about Adding Let’s Entrypt SSL to Webmin Hostname
10 February 2021

How To Install Webmin on Ubuntu 20.04

Written by Rahul
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...
Read More about How To Install Webmin on Ubuntu 20.04
09 February 2021

How to Copy a File to Multiple Directories in Linux

Written by Rahul
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...
Read More about How to Copy a File to Multiple Directories in Linux
08 February 2021

How to Allow Remote Connections to MySQL

Written by Rahul
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...
Read More about How to Allow Remote Connections to MySQL
04 February 2021

How To Import and Export MySQL Database

Written by Rahul
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...
Read More about How To Import and Export MySQL Database
03 February 2021

How to Search in Nano

Written by Rahul
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...
Read More about How to Search in Nano
02 February 2021

How to Install MySQL 8.0 on Ubuntu 20.04

Written by Rahul
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...
Read More about How to Install MySQL 8.0 on Ubuntu 20.04
01 February 2021

How to Install PHP 8 on Ubuntu 20.04

Written by Rahul
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...
Read More about How to Install PHP 8 on Ubuntu 20.04
← Previous 1 2 3 … 151 Next →

Popular Posts

  • How To Install Python 3.9 on Debian 10
  • Download Ubuntu 20.04 LTS – DVD ISO Images
  • Linux Run Commands As Another User
  • How to Check PHP Version (Apache/Nginx/CLI)
  • How To Install and Configure GitLab on Ubuntu 20.04
  • How to Install PyCharm on Ubuntu 20.04
  • How to Check Ubuntu Version with Command or Script
  • How to Set all directories to 755 And all files to 644
© 2013-2021 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy