Create accordion menu with sidebar hamburger menu DATE POSTED: 27/02/2019 In this post we will explain how to create the accordion menu with sidebar hamburger menu. The Code STEP 1: In the header of the page we refer to stylesheet . This reference was made with the <link> tag as… Continue Reading Create accordion menu with sidebar hamburger menu

SETTING MAX PASSWORD LOGIN ATTEMPTS PER SESSION In CENTOS -7 Date Posted : 27/02/2019 Introduction For every session, it is essential to set a max password login attempt. This helps to ensure that unauthorized users are prevented from attempting a brute force attack on the server. In most cases, you… Continue Reading SETTING MAX PASSWORD LOGIN ATTEMPTS PER SESSION In CENTOS -7

HOW TO SECURE A SERVER USING AUDITD SERVICE DATE POSTED: 24/02/2019 Introduction on Auditd service Auditd is a key component which plays major role in Linux Auditing System. It is responsible for writing audit records to disk. You can configure audit rules, view logs and customize it based on your… Continue Reading HOW TO SECURE A SERVER USING AUDITD SERVICE

Roundcube DATABASE ERROR: CONNECTION FAILED Date posted : 22/02/2019 This issue happens on a newly installed VestaCP due to some bugs. We’ve noticed this happens in Ubuntu 18.04 installation. If you check the logs, you will see below errors:- The default namespace found in /etc/dovecot/dovecot.conf already included the inbox = yes option. So there… Continue Reading Roundcube DATABASE ERROR: CONNECTION FAILED

Disable server in roundcube login page Date posted : 22/02/2019 When you login to roundcude, you might see server option is enabled. And you need to input localhost upon login. To avoid this we need to disable that option from roundcube configuration So edit the /etc/roundcube/config.inc.php file and set as below:-… Continue Reading Disable server in roundcube login page

How to set up rundeck in a centos-7 server Date posted : 15/02/2019 Introduction Rundeck is an open source software that allows you to automate routine operational procedures in any kind of multi-server environment. It has a number of features that are aimed at alleviating time-consuming tasks. You can easily… Continue Reading How to set up rundeck in a centos-7 server

Enable mod_filter in Apache on CentOS Date posted : 13/02/2019 Generally Apache installation comes with filter module. But its not enabled by default. When you try to use this specific module directive in your website configuration, it won’t work. You will see errors like below. Solution:- Add the following line… Continue Reading Enable mod_filter in Apache on CentOS

Create contact form with php Date posted : 13/02/2019 In this post we will explain how to create the contact form with php. Customer will contact the website owner using this contact form. Step 1: Create the contact form using the following code. Step 2: Create the send_form_email and paste… Continue Reading Create contact form with php

Allow FTP access to developers for wordpress sites Date posted : 07/02/2019 In this blog article, we will be explaining FTP related access to wordpress sites. Generally developers used to face issues with FTP uploads or wordpress plugins installs via wp-admin. It happens due to incorrect user/group file permissions given… Continue Reading Allow FTP access to developers for wordpress sites

Bootstrap 4 Scrollspy Date posted : 07/02/2019 Scrollspy is used to automatically update links in a navigation list based on scroll position. How To Create a Scrollspy The following example shows how to create a scrollspy: Scrollspy Using Bootstrap 4 Example Explained Add data-spy=”scroll” to the element that should be used as the scrollable… Continue Reading Bootstrap 4 scrollspy