Odoo is the most popular comprehensive business software in the world. It offers a variety of business applications including CRM, Website, E-Commerce, Billing, Accounting, Manufacturing, Warehouse, Project Management, Inventory and many more, all integrated into one program. This tutorial covers the steps required to install and configure Odoo 12 for …
Read More »How to install and configure Apache on CentOS 7
Apache HTTP Server is the most used web server in the world. Apache offers many powerful features including dynamically downloadable modules, robust media support, and comprehensive integration with other popular software. Before starting this guide, you must have a regular, non-root user with sudo privileges configured on your server. We …
Read More »An easy way to copy, cut and paste in Vim / VI
When working with text files, copying, cutting, and pasting text is one of the most common tasks. Vim, or its predecessor Vi, is preinstalled on macOS and most Linux distributions. Knowing the basics of Vim is useful in situations where your preferred text editor is not available. This article shows …
Read More »Statistics command tutorial to view data in detail
stat It is a command-line utility that displays detailed information about files that are passed as arguments or system files. This article describes how to use the stat command. Using commands stat Grammar for orders stat They are as follows: stat [OPTION]... FILE... stat Accepts one or more entry names …
Read More »How to install and configure OrangeScrum on CentOS 8
Orangescrum is a collaborative and open source web application written with CakePHP. This app is a simple and easy-to-use tool for managing projects, teams, documents, tasks and communicating with teams on important issues. Orangescrum is a widely used tool for small and medium sized businesses. Orangescrum contains many useful features …
Read More »Basic Apache Server management (start, stop, or restart)
Apache HTTP Server is the most popular web server in the world. Apache is a free, open source, and cross-platform HTTP server that provides powerful features that can be expanded using a variety of modules. If you are a developer or system administrator, you probably deal with Apache on a …
Read More »Install and configure the Flarum CMS Forum on Nginx CentOS 8
Flarum is a free, open source forum software that makes it easy for you to start an online community. It is a simple, light, fast PHP program that is compatible with mobile devices. It comes with a rich set of features including elegant user interface, two-part interface, infinite scrolling, floating …
Read More »Umask commands described in Linux Terminal
On Linux and Unix, all new files are created with the default permission set. The umask utility allows you to view or set the creation of a file mask mode, which defines bit permissions for newly created files or directories. It’s used by mkdir, touch, tee and other commands that …
Read More »How to install and use Curl on CentOS 8
Curl is a command-line utility for transferring data to or from a remote server. It allows you to download or upload data using HTTP, HTTPS, SCP, SFTP and FTP protocols. If you try to download files using curl And you get an error message that says curl command not found, …
Read More »Various ways to download ISO files on Linux systems
An ISO file is an archive file that usually contains the complete image of a CD or DVD. For example, most operating systems like Windows, Linux, and macOS are distributed as ISO images. ISO files can be extracted using common archive software, installed on a loop device, and written to …
Read More »