SeaFile is an enterprise file hosting platform with high reliability and performance, there are Community Edition and Professional Edition. SeaFile Community Edition is an open source file [...]
1. Requirements The minimum system requirements for Odoo running 5 users is 2 CPU Cores and 2Gb of RAM memory. Ubuntu 16.04 PostgreSQL server Python version 3.5 Apache web server SSH access [...]
1. Log in to your server via SSH # ssh root@server_ip You can check whether you have the proper Ubuntu version installed on your server with the following command: # lsb_release -a You should get [...]
cPanel Installation Requirements CentOS Minimum of 1GB RAM (2GB RAM is recommended) Minimum 20GB disk space (40GB recommended) cPanel license (there is also 15 day trial period which gets [...]
One of the most jarring moments when moving from a Windows-based environment to using the command line is the loss of easy multi-tasking. Even on Linux, if you use an X Window system, you can use [...]
Let’s say you’re editing a configuration file in the Linux “vi” editor, and suddenly need to look up some data in another file? On a regular GUI system, this wouldn’t be a problem. You just open [...]
1. Log in as root to your server via SSH ssh root@your_server_ip If you want to check the version of CentOS installed on your machine you can run the following command: cat /etc/redhat-release [...]
1. Update your server and install the necessary packages Log in to your VPS via SSH as a sudo user: ssh userame@IP_Address Once you are logged in, update your system repositories and software [...]
1. Login via SSH Connect to your server via SSH as user root, using the following command: ssh root@IP_ADDRESS -p PORT_NUMBER make sure that you replace “IP_ADDRESS” and “PORT_NUMBER” with your [...]
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, [...]