-
How to Install OroCRM with Apache on Ubuntu Linux
The article provides a detailed tutorial on installing OroCRM on Ubuntu Linux with Apache support. The process involves several steps, including installing Apache2 HTTP Server and MariaDB, securing the MariaDB server, installing PHP 7.1 and related modules, creating an OroCRM database, installing Node.js and Composer, and downloading the latest OroCRM release. After OroCRM installation, the…
-
How to Install PHP Composer on Ubuntu Linux
PHP Composer is a dependency management tool for PHP-based projects. It facilitates the installation and updating of such applications, utilizing a list of required packages in a composer.json file. To install Composer on Ubuntu, PHP must first be installed; the required version is PHP 5.3 or higher. Upon successful installation, Composer can be upgraded by…
-
How to Install PuTTY on Ubuntu Linux
This post details the installation of the PuTTY SSH Client on Ubuntu Linux. PuTTY, initially for Windows, supports SSH, Telnet, and Rlogin protocols for secure server connections. Installation is done via terminal commands. The interface mirrors the Windows version, enhancing usability, making it valuable for system administrators and developers managing remote servers.
-
How to set up Cloudflare DNS on Ubuntu Desktop
Cloudflare has launched a DNS service promising faster, more secure and private browsing than other consumer DNS services, which may appeal to privacy-conscious users. A tutorial included in the post guides users on setting it up on an Ubuntu desktop. Configuring the system at the router level will enable all devices connected to the router…
-
How to Set Files and Folders Permissions on Ubuntu Linux
The post outlines how to manage file and folder permissions in Ubuntu Linux, emphasizing the use of groups for permission assignment. File permissions control user access, while folder permissions can dictate what actions users can take, such as file visibility, access, or full control. Setting permissions at the folder level is advised, as this can…
-
How to set up Flextype with Nginx on Ubuntu Linux
This article provides comprehensive instructions on how to install and use Flextype CMS, a new open-source flat-file CMS, on Ubuntu Linux using Nginx support. It features a step-by-step guide on installing Nginx HTTP Server, PHP 7.2-FPM, and setting up Flextype site configurations. Additionally, it covers instructions for obtaining and installing SSL/TLS certificates from Let’s Encrypt…
-
How to install ionCube Loader on Ubuntu Linux
This article is a tutorial on how to download and install ionCube Loader on Ubuntu servers with PHP 7.1 / 7.2. IonCube Loader is a tool used for encoding and securing PHP files, adding a layer of security to commercial PHP applications. The installation process involves downloading the tool, checking the PHP version, running command…
-
How to install Flextype CMS with Apache on Ubuntu Linux
This article details the process of installing and setting up Flextype, a new open-source flat-file CMS, on Ubuntu Linux with Apache support. The guide mentions the features of Flextype, including native markdown, SEO-friendly configuration, and non-reliance on a database server, among others. It provides the step-by-step process of installing Apache2, enabling PHP 7.2, and incorporating…
-
How to Install RabbitMQ with Erlang/OTP on Ubuntu Linux
RabbitMQ, a lightweight open-source message broker, can be installed on Ubuntu 16.04, 17.10, and 18.04 by first installing Erlang/OTP, as RabbitMQ requires this to run. Once both are installed, user can enable RabbitMQ to start upon server boot up and activate RabbitMQ Web Console for easier management. Note that for Ubuntu 18.04, users have to…
-
How to Upgrade MariaDB on Ubuntu: A Step-by-Step Guide
For Ubuntu 16.04 LTS and 17.10 users running MariaDB 10.0 or 10.1, an upgrade to MariaDB 10.2 is recommended before updating to Ubuntu 18.04. The upgrade offers new features and ensures full support as it’s the default database version in Ubuntu 18.04. The process involves preparing MariaDB for upgrade, backing up databases, uninstalling the prior…