Debian

How To Install Django on Debian 8

debian-logo

In this tutorial, we will show you how to install and configure Django on Debian 8. For those of you who didn’t know, For those of you who didn’t know, Django is a popular Python framework for writing web applications. Web frameworks like Django provide a set of tools that help the developer to write the application faster as the framework takes care of the internal structure, thus the devel...

How To Install OwnCloud 9 on Debian 8

debian-logo

In this tutorial, we will show you how to install and configure of OwnCloud 9 on your Debian 8 server. OwnCloud is free and open-source software that enables you to create a private “file-hosting” cloud. OwnCloud is similar to DropBox service with the difference of being free to download and install on your private server. Owncloud is made by PHP and backend database MySQL (MariaDB), SQLLite...

How To Install PostgreSQL on Debian 8

debian-logo

In this tutorial, we will show you how to install and configuration of PostgreSQL on your Debian 8 server. For those of you who didn’t know, PostgreSQL is a free, open-source object-relational database management system (object-RDBMS), similar to MySQL, and is standards-compliant and extensible. It is commonly used as a back-end for web and mobile applications. PostgreSQL, or ‘Postgres’ as...

How To Install WordPress on Debian 8

debian-logo

In this tutorial, we will show you how to install and configure WordPress on Debian 8 server. For those of you who didn’t know, WordPress is an online, open-source website creation tool written in PHP. But in non-geek speak, it’s probably the easiest and most powerful blogging and website content management system (or CMS) in existence today. This article assumes you have at least basic kno...

How To Install MariaDB on Debian 8

debian-logo

In this tutorial, we will show you how to install and configuration of MariaDB on your Debian 8. For those of you who didn’t know, MariaDB is an open-source and cross-platform database engine and server, designed as a drop-in replacement for the well-known and powerful MySQL database engine used on numerous web servers around the world. The application is geared toward database professionals t...

How To Install Oracle Java 8 on Debian Jessie

debian-logo

In this tutorial, we will show you how to install and configuration of Oracle Java 8 on Debian 8 Jessie.  Many programs and scripts require java to run, but usually, Java is not installed by default on VPS or Dedicated Server. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is...

How To Install Gitlab on Debian 8

debian-logo

In this tutorial, we will show you how to install and configuration of Gitlab on your Debian 8. For those of you who didn’t know, Gitlab is a graphical implementation of git, it is open-source repository management and version control system. GitLab is developed on Ruby on Rails. Using GitLab you can host your source code on your own server. This ensures the security of the code and gives you ...

How To Install Webmin on Debian 8

debian-logo

In this tutorial, we will show you how to install and configure Webmin on Debian 8. For those of you who didn’t know, Webmin is a free control panel for managing VPS. Webmin is a web-based interface that is used to manage the VPS web hosting server. With the help of a website, you can set up a user account, apache, DNS and file sharing, and other actions. Webmin is very suitable for beginners ...

How To Install phpMyAdmin on Debian 8

debian-logo

In this tutorial, we will show you how to install and configuration of phpMyAdmin on your Debian 8 server. For those of you who didn’t know, phpMyAdmin is a web-based client written in PHP for managing MySQL and MariaDB databases. It provides a user-friendly web interface to access and manage your databases. To ease usage to a wide range of people, phpMyAdmin is being translated into 72 langua...

How To Install LAMP Stack on Debian 8

debian-logo

In this tutorial, we will show you how to install and configuration of LAMP Stack on your Debian 8 server. For those of you who didn’t know, LAMP represents a full-featured stack containing the most popular web server known as Apache, the most popular database server MySQL and the most popular open-source web programming language known as PHP. All components are free and open-source software, ...