OUR SPONSOR

MassiveGRID Banner

Recent Posts

linux commands for network diagnostics

10 Linux Commands For Network Diagnostics

BySohailNov 15, 20188 min read

It is difficult to find a Linux computer that is not connected to the network, be it server or workstation. From time to time it becomes necessary to diagnose faults, intermittence or slowness in the network. In this article, we will review some of the Linux commands most used for network diagnostics. Diagnose Network In Linux With These Commands 1. ping One of the first commands, if not the first one,…

Installing Vundle The Plugin Manager For Vim

Installing Vundle: The Plugin Manager For Vim

BySohailNov 12, 20183 min read

Today, this guide will present a step-by-step guide of how to install and configure Vundle (Vim Bundle) from GitHub, and what issues you may face when installing Vundle. As many of you…

how to install kali linux

How To Install Kali Linux

BySohailNov 11, 20184 min read

​When it comes to penetration testing, hacking and offensive distros, one of the first to be mentioned is Kali Linux. It is based on Debian and is available in 32-bit and 64-bit editions.…

Comments In BASH

BASH Comments [Part 3]

BySohailNov 10, 20183 min read

Welcome to third article of BASH scripting series. Today we’ll dive into a very important topic, BASH comments. Comment, in programming, is different from the online world of the Internet…