We’ll show you how to install Java on Ubuntu 16.04. Oracle JDK is the official version distributed by Oracle. These guide should also work on Debian and Linux Mint but was tested and written for Ubuntu. Installing Java on Ubuntu 16.04, is an easy task, if you follow this step by step guide below, carefully!
Jeff Wilson
How to Use Logrotate to Manage Logs on Ubuntu
We’ll show you, How to Use Logrotate to Manage Logs on Ubuntu. Logrotate is a tool used by the system administrators to ease the management of large log files generated by the system services. The most important features of logrotate are automatic log rotation, log compression, log removal and mailing the log files. In this tutorial, we are going to show you how to use logrotate to manage the log files generated by the services running on your Linux VPS.
How to Install GitScrum on Ubuntu 16.04
We’ll show you, How to Install GitScrum on Ubuntu 16.04. GitScrum is an open source task management application that uses Git and the Scrum methodology. It has a lot of useful features like Product Backlog, user Story, Sprint Backlog, Issues and more. GitScrum is a Laravel 5.3 application to helps teams use Git version control and the Scrum framework in the support for day-to-day task management. It is fairly easy to install GitScrum on an Ubuntu 16.04 VPS. The installation process should take about 5-10 minutes if you follow the very easy steps described below.
How to Secure a WordPress Site
We’ll show you, How to Secure a WordPress Site. WordPress is by far the most popular blogging platform today. Being as popular as it is, it comes with its own strengths and weaknesses. The very fact that almost everybody uses it, makes it more prone to vulnerabilities. WordPress developers are doing a great job of fixing and patching the framework as new flaws are discovered, but that doesn’t mean that you can simply install and forget your installation. In this post, we will provide some of the most common ways of securing and strengthening a WordPress site. Securing a WordPress site is fairly easy task, just carefully follow this tutorial bellow.
How to Speed up Odoo
Odoo is the most popular ERP (Enterprise Resource Planning) software, written in Python and uses PostgreSQL as database back-end. The Odoo community edition is a free and open source software which includes project management, manufacturing, accounting, billing and sales management, warehouse management, human resources and more. There are about 30 core modules and more than 3000 community modules. Odoo is a complex software, and deploying a number of modules, having huge data inside the database etc. could induce a slowdown. The two major Odoo bottlenecks are disk access and database query time. In this tutorial we will show you how how to speed up Odoo.
How to Install Odoo 10 with subdomain filtering
We’ll show you, How to Install Odoo 10 with subdomain filtering. In this tutorial, we will show you how to install Odoo 10 on an Ubuntu 16.04 VPS and configure it to use sub-domain filtering so users can run multiple Odoo instances on different sub-domains (with a different database for each subdomain).
How to Reset your WordPress Admin Password
We’ll show you, How to reset your WordPress admin password. WordPress is a free and open-source content management system (CMS) based on PHP and MySQL which you can use to create a beautiful website. As of 2017, WordPress is used by more than 28.9% of the entire internet.
How to choose hosting that’s right for you
So you have finally decided to learn the Linux command line or you are a website developer who needs to host …