Saturday, April 27
Shadow

General

How to set up confluence with MySQL database. Part 2

How to set up confluence with MySQL database. Part 2

General, Linux
Part 2 of 2 If you haven't found part 1, you can access it from here. In part 1 we installed MySQL, created a confluence database and user, and granted all the required permission to the user. Installed open JDK and configure or set up JAVA_HOME. Downloaded the Confluence file, created the required directory, extracted the Confluence file, and moved to the created directory. In this part, we will configure confluence and connect or set up with MySQL database. In this step, we will configure the confluence home directory by editing the confluence.init.properties file. which is located in the /opt/confluence/confluence/WEB-INF/classes/ directory root@conf:~# nano /opt/confluence/confluence/WEB-INF/classes/confluence-init.properties uncomment the confluence.home se...
How to set up Confluence with MySQL database. Part 1

How to set up Confluence with MySQL database. Part 1

General, Linux
Part 1 of 2 Confluence supports most of the databases. In this post, we will set up confluence with MySQL database in a Linux environment. I am using ubuntu 20.04 OS. In the first step, we will install the MySQL database. apt install mysql-server and press y. root@conf:~# apt install mysql-serverReading package lists… DoneBuilding dependency treeReading state information… DoneThe following additional packages will be installed:libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 libevent-pthreads-2.1-7 libfcgi-perllibhtml-parser-perl libhtml-tagset-perl libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perlliblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic mecab-ipadic-utf8 mecab-utilsmysql-client-8.0 mysql-clien...
cPanel HTTP to HTTPS auto redirect

cPanel HTTP to HTTPS auto redirect

General
How to Redirect HTTP to HTTPS in cPanel? cPanel is the most popular and used web hosting service in the world. By default, it provides the HTTP protocol for the hosted website. Even you installed the SSL certificate for the web site. while browsing it will browse the non-secure or HTTP. For the secure or HTTPS, you need to enter https:// example.com manually in the browser. But there are ways to redirect HTTP requests to the HTTPS request automatically. As shows image above, you can enter the domain name with an HTTPS address for automatic redirection. Select the type of redirection, permanent (301) or temporary (302). In the second option select the single domain or main domain and subdomains if any. And, in the last table enter your domain name. Now you are done. But sometim...
Install Asterisk 16 Core on Centos 8.

Install Asterisk 16 Core on Centos 8.

General
How to Install Asterisk 16 LTS Core on Centos 8? Asterisk is a powerful, popular, and opensource digital PBX system. It is bundled with free PBX application or software. Which means free PBX is installed or configured on the top of the asterisk. All the functions are asterisk function but free PBX is only the GUI interface for the users. This is a step by step guide to install asterisk 16 LTS (core, without free PBX) on centos 8 core. Change your systems host-name to "asterisk" and update the system to the latest security patch and upgrades. By default, Centos host-name is localhost.localdomain. $ sudo hostnamectl set-hostname asterisk$ sudo dnf update -y Set SELinux policy from enforcing to the permissive mode by running command and editing the SELinux configuration file...
Upgrade the Roundcube version to 1.4.4 in VestaCP (Ubuntu).

Upgrade the Roundcube version to 1.4.4 in VestaCP (Ubuntu).

General
Upgrade the Roundcube version to 1.4.4 in VestaCP Roundcube is a popular, free, and open-source web-based email client. Most of the hosting providers and, applications are using it as a default email client. VestaCP is also using the Roundcube as a default. In this post, I am going to show you how to upgrade the Roundcube to version 1.4.4 in VestaCP on Ubuntu OS. At first, Let's check which version of the roundcube is installed by default installation of VestaCP. Roundcube current version I have created the sample data in the roundcube version 1.3.6, to check that data is not corrupted or destroyed after the upgrading. There are some emails in the inbox and sent item. Roundcube inbox and sent item In the first step, Take a backup of the default installation directory ...