Uncategorized

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

sohail
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,

sohail
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

sohail
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

sohail
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

sohail
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

sohail
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

sohail
sohail
Learn Bash
install kali linux tools in ubuntu

How To Install Kali Linux Tools In Ubuntu Members Public

Today I am going to do a quick demonstration of how to easily install a suite of security testing tools from Kali Linux onto a Ubuntu machine. For a bit of background information, Kali Linux is a distribution derived from Debian. Its sole purpose is to provide a suite of

sohail
sohail
Linux Tutorials