PHP 5.x Security Support Ends In December 2018 Puts 60 Websites On Risk

PHP 5.x Security Support Ends In December 2018 Puts 60%+ Websites On Risk Members Public

Basically, in 10 weeks we will have more than half of the websites exposed to potential security problems if after the new year there is a vulnerability in PHP 5.x.According to statistics from W3Techs, 61.7% of all websites whose server-side programming language we know, currently use PHP

Mohd Sohail
Mohd Sohail
News
Best Open Source Skype Alternatives For Linux

Best Open Source Skype Alternatives For Linux Members Public

Video calls and conferencing have become almost a regular thing. Interviews, business talks, personal calls are all made on video call software like Skype. However, Skype has always given updates and feature upgrades to Linux users very late. It almost feels like Skype doesn’t care about it’s Linux

Mohd Sohail
Mohd Sohail
Reviews
Tags And Sub modules Git Series Part 6

Tags And Sub-modules - Git Series Part 6 Members Public

This is the final guide in the Git series. Here, we will be covering two more major features that Git has to offer: tags and sub-modules. If you have been following the previous guides, and other materials, you should have a clearer understanding of what Git is, what it does,

Mohd Sohail
Mohd Sohail
Learn Git
Rclone Rsync alternative to sync file with online cloud storage

Rclone - An Rsync Alternative To Sync File With Online Cloud Storage Members Public

Backup and Sync are have become essential today and this brings tools like rsync. Rsync is an amazing tool to sync files between 2 computers. But wouldn’t it be cooler if we could sync files from a computer to cloud storage. This is where rclone – a mod of rsync

Mohd Sohail
Mohd Sohail
Linux tools
linux commands for network diagnostics

10 Linux Commands For Network Diagnostics Members Public

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

Mohd Sohail
Mohd Sohail
Linux Tutorials
Installing Vundle The Plugin Manager For Vim

Installing Vundle: The Plugin Manager For Vim Members Public

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 may know, vim is a console-based text editor that has numerous advanced features. One such feature is that

Mohd Sohail
Mohd Sohail
Linux Tutorials
how to install kali linux

How To Install Kali Linux Members Public

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. Today we take a look at installing Kali Linux. We will look at using the entire disk

Mohd Sohail
Mohd Sohail
Linux Distributions
Comments In BASH

BASH Comments [Part 3] Members Public

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 where you read an article or a blog and then post opinions or applaud the author in the comment

Mohd Sohail
Mohd Sohail
Learn Bash