How To Create Local YUM repository on CentOS 7 / RHEL 7 using DVD

THIS DOCUMENT IS ALSO AVAILABLE FOR RHEL 8 YUM is the package management tool that helps you to install or update the package through the network or local and at the same time, it provides an easy method to install a package with its dependent packages. READ: Linux Basics: 30 YUM Command Examples for Linux […]

How To Install Dropbox on Ubuntu 18.04 / Ubuntu 16.04 / 17.10

Dropbox is a Web-based file hosting service for the public users from Dropbox Inc, which enables users to store and share files and folders with others across the Internet using file synchronization. Dropbox offers both free and paid services, each with varying options. The Free service provides 2GB of free online storage whereas in Pro […]

How To Install phpMyAdmin with Apache on CentOS 7 / RHEL 7

phpMyAdmin is the web-based administration tool for managing the MySQL and MariaDB servers. It helps in performing databases activities such as creating, deleting, querying, tables, columns, relations, indexes, users, permissions, etc. This guide will help you to install phpMyAdmin with Apache on CentOS 7 / RHEL 7. Prerequisites phpMyAdmin requires PHP v7.13 or newer and […]

How to install Tomcat 8 on ubuntu 14.04

Apache Tomcat is an open source web server and servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle and provides a “pure Java” HTTP web server environment for running the Java codes. Apache Tomcat includes tools for configuration and management, but can […]

How To Install Apache SVN on Linux Mint 19 / Linux Mint 18

Subversion, widely known as SVN, is open source version control system used for storing the historical changes of source file and documents and manages it over a period of time. This post helps you to setup SVN on Linux Mint 19 / Linux Mint 18. Install WebServer Update the repository index. sudo apt-get update Here […]