Articles by Dejan Panovski
How to Install OpenCV on Raspberry Pi 3
OpenCV (Open Source Computer Vision Library) is an open-source computer vision library and has bindings for C++, Python and Java. In this tutorial, we will explain how to install OpenCV on Raspberry Pi.

How to Install VLC Media Player on Debian 9
VLC is a free and open-source multimedia player. It is cross-platform and can play almost all multimedia files as well as DVDs, Audio CDs, and different streaming protocols. This tutorial describes how to install VLC media player on Debian 9.

How to Install and Configure Squid Proxy on Ubuntu 18.04
Squid is a full-featured caching proxy supporting popular network protocols like HTTP, HTTPS, FTP, and more. This tutorial will walk you through the process of setting up a Squid Proxy on Ubuntu 18.04.

How to Install and Use Docker on Raspberry Pi
In this tutorial, we will explain how to install Docker on Raspberry Pi and explore the basic Docker concepts and commands.

How to Install and Configure an NFS Server on Ubuntu 18.04
Network File System (NFS) is a distributed file system protocol that allows you to share remote directories over a network. In this tutorial, we'll go over how to set up an NFSv4 Server on Ubuntu 18.04.

How to Install Yarn on CentOS 7
In this tutorial we will show you on how to install Yarn on a CentOS 7 system. Yarn is a JavaScript package manager compatible with npm.

How to Install and Use MySQL Workbench on Ubuntu 18.04
MySQL Workbench is a cross-platform graphical application for MySQL database administrators and architects. In this tutorial we will show you how to install and MySQL Workbench on Ubuntu 18.04.

How to Install and Configure Redmine on Debian 9
Redmine is a free and open-source project management and issue tracking application. In this tutorial, we'll show you how to install and configure the latest version of Redmine on a Debian 9 server using MySQL as a database back-end and Passenger + Nginx as a Ruby application server.

How to Install TeamViewer on Debian 9
TeamViewer is a cross-platform solution that can be used for remote control, desktop sharing, online meetings and file transfer between computers. This tutorial describes how to install TeamViewer on Debian 9.

How to Install Chromium Web Browser on Ubuntu 18.04
Chromium is fast, stable and secure browser built for the modern web. In this tutorial, we'll explain how to install Chromium web browser on Ubuntu 18.04.

How to Configure MySQL Master-Slave Replication on CentOS 7
MySQL replication is a process that allows you to automatically copy data from one database server to one or more servers. In this tutorial we will explain how to setup a MySQL Master/Slave replication with one master and one slave server on CentOS 7.

How to Install Apache Web Server on Raspberry Pi
Apache HTTP server is one of the most popular web servers in the world. In this tutorial, we will explain how to install Apache Web server on Raspberry Pi.

How to Install and Use PHP Composer on Debian 9
Composer is a dependency manager for PHP. This tutorial provides the steps necessary to install Composer on Debian 9 systems.

How to Install and Use PHP Composer on CentOS 7
Composer is a dependency manager for PHP. Composer will pull in all the required PHP packages your project depends on and manage them for you. In this tutorial, we will go through the steps of installing and using Composer on a CentOS 7 machine.

How to Install and Use PHP Composer on Ubuntu 18.04
Composer is a dependency manager for PHP. Composer will pull in all the required PHP packages your project depends on and manage them for you.

How to Install and Use Docker Compose on Debian 9
Docker Compose is a tool that allows you to define and orchestrate multi-container Docker applications. It uses a YAML file to configure the application's containers, networks, and volumes.

How to Install and Use Docker Compose on CentOS 7
Docker Compose is a tool that allows you to define and run multi-container Docker applications. With Compose, you define the application's services, networks and volumes in a single YAML file, then spin your application with a single command.

How to Install and Use Docker Compose on Ubuntu 18.04
Docker Compose is a tool that allows you to define and manage multi-container Docker applications. It uses a YAML file to configure the application's services, networks, and volumes.

How to Install Memcached on Debian 9
Memcached is a free and open-source high-performance in-memory key-value data store. In this tutorial, we will walk you through installing and configuring Memcached on Debian 9.

How to Install Node.js and npm on Raspberry Pi
Node.js is an open-source cross-platform JavaScript run-time environment built on Chrome's JavaScript engine that allows server-side execution of JavaScript code. In this tutorial, we will explain how to install Node.js and npm on Raspberry Pi.

