Browsing category

How To’s

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 […]

Install OwnCloud 7 on CentOS 7 / RHEL 7

ownCloud is a web suite that provides a cloud storage over the network, data can be uploaded via web browser or using software client. Data will be stored on the server and can be downloaded or access any time with browser or desktop client or smartphone app. The project is based on PHP and a […]

How To Install VirtualBox on CentOS 7 / RHEL 7

VirtualBox is an open-source hypervisor software that helps you create and run multiple guest operating systems (“virtual machines”) on a single hardware machine. VirtualBox can be installed on host operating systems, including Linux, Windows, Solaris, OS X, and OpenSolaris. From version 2.0, VirtualBox supports 32 and 64bit host and guest operating systems. If you want […]

Install WordPress on Fedora 20

WordPress is the most widely used open source web blogging and content management software written in php and MySQL, even ITzGeek uses WordPress. Here is the small tutorial on setting up WordPress installation on Fedora 20, this is very simple as like having a bear; wont take more than 5 min. Prerequisites: WordPress requires Apache, […]