Tag: Ubuntu

Install WordPress with Varnish and Nginx on Ubuntu

  Varnish is a web application accelerator. It redirects the visitors to static pages whenever it is possible. Varnish can be installed and configured to cache the content in front of any HTTP server and it can speed up the delivery up to 300-1000 times. In …

Ubuntu 16.10 Yakkety Yak Reaches End of Life Today

Ubuntu 16.10 Yakkety Yak is reaching the end of its life. Its users will no longer receive security notices, critical fixes, or updated packages after today, July 20. Even third-party PPAs will end support for Ubuntu 16.10 too. Ubuntu 16.10 was released on October 13, 2016. …

Install Oracle Virtualbox 5.1.24 On Linux Ubuntu

Install Oracle Virtualbox 5.1.24 on Ubuntu. Download VirtualBox for Linux. Oracle Virtualbox 5.1.24 is a maintenance release. The following items were fixed and/or added: VMM: mask the VME CPUID capability on AMD Ryzen processors for now to make certain guests works, for example Windows XP VMM: …

Install IntelliJ IDEA Java IDE on Linux Ubuntu

Install IntelliJ IDEA Java IDE on Linux Ubuntu Systems. IntelliJ IDEA IDE is a Java integrated development environment (IDE) for developing computer software. It comes with the following features: User interface Font ligatures Breadcrumbs for Java Background Image in Editor and IDE Frame Notification popups got …

Install Terminix On Ubuntu; Tilix Terminal Emulator

Install Terminix Terminal Emulator in Ubuntu via PPA. Tilix, formerly known as Terminix is an advanced GTK3 tiling terminal emulator for Linux Ubuntu that follows the Gnome Human Interface Guidelines. Features: Custom links – Terminals support custom titles and custom hyperlinks. Drag and Drop – Terminals …

NoSQL: How To Install OrientDB on Ubuntu 16.04

  Introduction – NoSQL and OrientDB When talking about databases, in general, we refer to two major families: RDBMS (Relational Database Management System), which use as user and application program interface a language named Structured Query Language (or SQL) and non-relational database management systems, or NoSQL …

eCommerce: Open eShop on Ubuntu 16.04

  Introduction – Open eShop eCommerce Platform Open eShop is an open source software for eCommerce platforms. It is a platform developed to sell digital goods without commissions. Its features include: Many payments system options, like Paypal, Card (using Paymill, Authorize, or Stripe) and Bitpay Integrated …

Monitoring Server: Install Zabbix on an Ubuntu 16.04 Server

  Monitoring Server – What is Zabbix Zabbix is an enterprise-class open source distributed monitoring server solution. The software monitors different parameters of a network and the integrity of a server, and also allows the configuration of email based alerts for any event. Zabbix offers reporting …

Container: Docker Compose on Ubuntu 16.04

  What is Docker Compose Docker Compose is a tool for running multi-container Docker applications. To configure an application’s services with Compose we use a configuration file, and then, executing a single command, it is possible to create and start all the services specified in the …