Phone :  +370 (5) 204-1903
Email :  sales@1gbits.com

Mery

author

Member Since Dec, 2017 21 posts on site

Written by Mery

How to Secure Apache from Clickjacking Attack

How to Secure Apache from Clickjacking Attack

05

Feb, 18

Clickjacking is a kind of attack that deceives a web user into interacting (in most cases by clicking) with something different to what the user wants. This attack could send unauthorized commands or reveal user confidential information while the victim interacts with the web pages that the user thinks are not harmful. To secure yourself against Clickjacking attacks on your Apache web server, you can use X-FRAME-OPTIONS. This option will help prevent your website from being attacked by...

How to Install SearchSploit on Kali Linux? [User SearchSploit]

How to Install SearchSploit on Kali Linux? [User SearchSploit]

04

Feb, 18

When we want to hack a system, we need a specific exploit to take advantage of a certain operating system, service, or application vulnerabilities. There are many exploits available in the world. Remember that no specific exploit will allow you to exploit all systems. You need to find an exploit that will suit your target system. In such cases, the Exploit Database will help us. This article will guide you on installing SearchSploit in kali Linux and performing your task. EDB is a project of...

Vi Linux Text Editor

Vi Linux Text Editor

28

Jan, 18

There are various tools and methods in Linux operating systems to edit text files. Linux's most popular text editor tools are Vi, Nano, and VIM. Vi Linux is one of the most commonly used text editors in Linux because:  It is available on all the Linux operating systems. Users can easily install and use it in their system. It needs a few resources to work properly.  This tutorial will guide you on how to use Vim Linux text editor. You can use it to create a new file, edit an...

Install LEMP on CentOS 7

Install LEMP on CentOS 7

27

Jan, 18

Have trouble installing LEMP on your system? Don’t worry; we got you covered. This tutorial will go through the steps needed to set up LEMP on your CentOS server. LEMP combines software to serve dynamic web pages and web applications. LEMP is an acronym for: A Linux operating system Nginx (Engine X) webserver MySQL database PHP In this guide, we’ll get a LEMP stack with PHP 7.4 installed on a CentOS 7 server, using MariaDB as the database management system. MariaDB...

CentOS 7 xrdp install & configuration

CentOS 7 xrdp install & configuration

23

Jan, 18

xRDP is an open-source remote desktop protocol application that allows remote sessions of Linux Server through Windows remote desktop connection. It can accept remote connections from rdesktop, freerdp and other remote desktop clients. This article will show you how to install the xrdp server on CentOS 7. Note that the following tutorial is suitable for CentOS 8 machines as well. Before we get started: Prerequisites A root user account or a user account with root privileges A CentOS 7...

Install OpenVAS in Kali Linux

Install OpenVAS in Kali Linux

07

Jan, 18

This article explains how to install OpenVAS on Kali Linux. OpenVAS (GVM) is an open-source vulnerability scanner that performs network vulnerability tests in Linux. This scanner plays a vital role in penetration testing. You can handle more than one target host at a time using OpenVAS. OpenVAS, or Open Vulnerability Assessment System, is a pen-testing framework that uses a database to scan and test systems for vulnerabilities. The database is constantly updated and comprises a collection of...

How to install IIS server on Windows Server 2019, 2016 & 2012

How to install IIS server on Windows Server 2019, 2016 & 2012

02

Jan, 18

This tutorial will explain how to install the Microsoft IIS server on Windows Server 2019, Windows Server 2016 and Windows Server 2012 R2. Internet Information Services or IIS are unavailable on a default installation of Microsoft Server versions. Therefore you will need to set it up manually and activate the service. IIS on a Windows Server OS supports multiple programming languages like HTML, CSS, Asp.net and more. To use Microsoft IIS, you must install it on the server and configure...

Install DNS (Bind) on CentOS 7

Install DNS (Bind) on CentOS 7

01

Jan, 18

Bind is a DNS service that can be installed on most Linux distributions, and its high popularity is for its high and free performance. Like other DNS servers, BIND has a standardized and integrated architecture and the ability to add multiple domains. This tutorial will go through the steps to Install Bind on CentOS 7. Install Bind on CentOS 7 Update your CentOS using the below command: yum update –y Reboot your server after updating CentOS: reboot Now, Install bind and its tools...

Install LAMP stack on CentOS 7

Have trouble installing the LAMP stack on your system? Don’t worry; we got you covered. This tutorial will follow the steps needed to set up LAMP on your CentOS server. The LAMP stack is a bundle of software used to serve dynamic web pages and web applications. LAMP stands for: A Linux operating system (CentOS 7) An Apache server A MySQL (MariaDB) database server The PHP programming language Each layer in the LAMP stack represents open-source software required for developing web...

Installing FAMP on FreeBSD

Installing FAMP on FreeBSD

27

Dec, 17

FreeBSD is a UNIX-like operating system that has attracted popularity among people. This operating system is light and makes it a perfect solution for hosting websites/applications. This tutorial will go through the steps to install the FAMP stack on FreeBSD 12. FAMP stack will turn your FreeBSD server into a web server. FAMP is an acronym for FreeBSD, Apache, MySQL, and PHP that will be installed on your server. The FAMP stack, akin to a LAMP stack on Linux, is a collection of...