How to Run the Android Studio project(app) on Emulator Date : 08/03/2019 Introduction : An Android emulator is an Android Virtual Device (AVD). It is used to run and test your Android applications on your PC. Steps : To run your android studio project on emulator. 1).In your Android Studio project click the… Continue Reading How to Run the Android Studio project(app) on Emulator

Create apache Virtual Hosts In Ubuntu DATE POSTED: 06/03/2019 In this post we will explain how to create the virtual hosts in ubuntu. What is: Apache? Apache is the most important used web server software in the world because it is an open source software. This web server developed and… Continue Reading Create apache Virtual Hosts In Ubuntu

How to install Android Studio Date posted: 07/03/2019 Step 1 : Prerequisites to install android studio Windows Minimum 3 GB RAM Microsoft Windows 7/8/10 (32-bit or 64-bit) Available Disk Space – 4 GB Resolution – 1280 * 800 Mac 1280 x 800 minimum screen resolution 2 GB of available disk… Continue Reading How to install Android Studio

How to set up a monit to monitoring server Date : 06/03/2019 Introduction Monit is an open source monitoring tool. monit is also used to manage files, programs directories, and even devices to check timestamp changes, size changes, checksum changes, TCP/IP change, protocol changes, etc. so make use of it… Continue Reading How to set up a monit to monitoring server

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