In this article, we will show you how to install Odoo 12 on Ubuntu 16.04. Odoo (formerly OpenERP) is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, ERP, a point of sale, project management, and many more. Odoo comes in two editions, an open-source Community Edition, and Enterprise edition, the licensed one. In our case, we will install and use the Community edition of Odoo.
Jeff Wilson
Configure Apache 2 to Control Browser Caching
In this article, we are going to talk about how to configure Apache2 to control browser caching. If you want to reduce the consumption of your server’s resources, improved responsiveness, bandwidth utilization, availability of content during network interruptions, and give your end users a faster experience, then you need to use the caching that will allow all of this.
A cache is a method for temporarily storing the most requested content so that future requests for that content will be more quickly served by temporary storage (cache) than from the primary location. By using caching, you are efficiently reusing the previously retrieved data. Today we are configuring browser caching control on Apache 2. Let’s get started.
Configure System Locale on Debian 9
We will show you how to configure system locale on Debian 9. The system locale defines the language and country-specific setting for the programs running on your system and the shell sessions. You can use locales to see the time and date, numbers, currency and other values formatted as per your language or country. Configuring system locale on Debian 9 is a fairly easy task and it should be configured in less than 10 minutes.
How to Change User Password in Linux
We will show you how to change user password in Linux. Changing user passwords in Linux could be one of the most common tasks you will have to perform while you are administering a multi-user server. This is a very simple task though and in this tutorial, we will show you how to change the user password on a Linux VPS regardless of which distribution you are currently using.
How to Create Human Readable Output with Linux Commands
The command line interface is a lot more “information dense” compared to the equivalent GUIs on Windows. With a single instruction, you can get a screen full of data, with columns, calculations, and colors. Most commands have additional options that allow you to modify their output so that you get the exact information you’re looking for.
How to install Odoo 12 on Debian 9
In this tutorial, we will show you how to install Odoo 12 on Debian 9. Additionally, we will show you how to install and configure the Apache web server as a reverse proxy for your Odoo application. Odoo is a web-based open source business software including a number of business applications for Sales, Project and Warehouse management, CRM, Website/eCommerce, billing, accounting, inventory and thousands of more additional modules developed by the community. For the purposes of this tutorial, we will be using the Odoo 12 Community Edition. Installing Odoo 12 on Debian 9 should take less than 10 minutes to complete. Let’s get started with this tutorial.
How to Install Jupyter on Debian 9
The Jupyter Notebook is popular and widely used open-source web-based software that allows users to create and share documents that contain live code, equations, visualizations, and narrative text. Uses include data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more. In this tutorial, we will show you how to install Jupyter Notebook on Debian 9, start and access the web application.
How to Install GitLab on Debian 9
GitLab Community Edition is an open source application that allows a team or developer to manage their project on their own servers, it’s an alternative to GitHub. GitLab Community Edition is designed to be hosted on our own infrastructure, and it provides flexibility in deploying as an internal repository store for our development team, a public way to interface with users, or a means for contributors to host their own projects. GitLab also provides our teams a single data store, one user interface, and one permission model across the DevOps life-cycle allowing teams to collaborate that would significantly reduce cycle time and focus exclusively on building great software quickly. In this article, we will show you How to Install GitLab on Debian 9. GitLab will use some ports on your server, so we encourage you to install this on a fresh server to avoid any conflict with your existing applications.