Menu
Mohd Sohail
AUTHOR

Mohd Sohail

965
Posts
Best Projects Created With Raspberry Pi - Part 10
Raspberry Pi Series 3 min read

Best Projects Created With Raspberry Pi - Part 10

Raspberry Pi is rated as one of the best computing devices for the dynamic world of prototype experimentation and Do-It-Yourself projects. The PI is a very versatile computer praised for its ability to enhance computing activities in any niche from astronomy, computer science to environmental science. From the start of this series, we have been reviewing the PI and offering information ranging from the best Raspberry operating systems, how to use python with the PI  to ten things lists r

Raspberry Pi SeriesUncategorizedreview
Various Features In Git - Git Series Part 5
Learn Git 6 min read

Various Features In Git - Git Series Part 5

Now that we have seen how you can use a GUI or IDE to interact with a repository, let’s look at the many features that git offers to make life easier. I will demonstrate how to amend the previous commit message, how to see what files were changed in a commit, rebasing, and tools to help with troubleshooting. Follow complete Git series here. Revision Let’s look at the man page again to see what we have to work with. We have already discussed committing, pushing, pulling and merging c

Learn GitUncategorizedtutorial
Difference Between Malware, Viruses, Worms, Spyware, Trojans And Ransomware
Linux Tutorials 6 min read

Difference Between Malware, Viruses, Worms, Spyware, Trojans And Ransomware

The latest attack of a worldwide malware, the already famous WannCrypt, has not only made clear the security of hundreds of companies in the world but also how much we sometimes get involved in handling the terminology of these threats. Is a virus the same as a malware? And what is ransomware and how is it different from other threats? In general, we always call this a computer virus and that’s it. But today we will go a little further and we will explain what is the meaning of terms suc

Linux TutorialsUncategorizedtutorial
MongoDB Vs. MySQL
Linux Tutorials 4 min read

MongoDB Vs. MySQL

The past few years have seen a  huge spike in the number of websites and apps using NoSQL databases. With MongoDB topping the charts everywhere. It is indeed fascinating how the modern web has drifted away from traditional SQL based databases.  MongoDB and other NoSQL databases have a new approach in storing and retrieving data. So let us have a look at some of the key factors in which MongoDB differs from MySQL. Data Modelling With a traditional SQL database like MySQL, we ne

Linux TutorialsUncategorizedreview
Variables in BASH - Learn BASH
Learn Bash 6 min read

Variables in BASH - Learn BASH

Welcome to the second chapter of BASH scripting series in which we will discuss variables in bash. Did you know that every programming language has a way to let programmers declare variables in their programs? But what exactly are they and why do we need variables in programming? Please read on below to learn more about variables. * What is a variable? * Variables in BASH * Rules to follow * Purpose of variable * Examples * Simply store * Compute and stor

Learn BashUncategorizedtutorial
Colibri - A Browser Without Tabs
Reviews 2 min read

Colibri - A Browser Without Tabs

Almost all browsers are competing with each other in terms of functionality, speed, and performance. Though I did recently settle for Firefox as my default browser, I am still looking for better options. And this quest of mine took me to Colibri – A Browser without Tabs. I was really interested in finding out what this meant. How could a browser be without tabs? It’s like a car without wheels. So here is a review of Colibri. Availability and Installation Colibri is available f

ReviewsUncategorizedreview
Is New Ubuntu 18.10 Worth Installing?
Linux Distributions 4 min read

Is New Ubuntu 18.10 Worth Installing?

The new Ubuntu release “Cosmic Cuttlefish” has hit the OS market after 6 months of development. I’ve been using it since it came out and now here is what I have to say about it. In this article, I’ll talk about the new things it brings in and also if it’s the release worth upgrading to. So let’s go. Before I start the review, let me first mention the Ubuntu 18.10 comes with 9 months of support. So anyone who doesn’t like to change the primary system every 9 months, should install this

Linux DistributionsUncategorizedreview
Introduction To BASH Scripting - Learn BASH | Part 1
Learn Bash 4 min read

Introduction To BASH Scripting - Learn BASH | Part 1

Welcome to the introductory series on BASH scripting. This series will cover a complete guide on BASH scripting starting from the foundation of computer programming then progressing on to the basic constructs of this scripting language and finally, you will also create a simple mini-project using this scripting language. BASH is short for Bourne-again Shell, a superset (as in updated version) of Shell scripting language developed by Brian Fox in the mid-1980s. Ever since it has been wide

Learn BashUncategorizedtutorial
What Is Tor? Is Tor Safe?
Linux Tutorials 6 min read

What Is Tor? Is Tor Safe?

In this time where everybody is attempting to ensure their information and protection, we hear a considerable measure about the TOR network. Some sing acclaim while others think of it as an apparatus for crooks.  In this article, we give you the working standards of TOR by portraying likewise its preferences and drawbacks. WHAT IS THE TOR NETWORK? TOR remains for The Onion Router, and it’s a non-profit association that spotlights on securing the protection and obscurity of Inte

Linux TutorialsUncategorizednews
How To Improve Typing Speed For Free
Linux Tutorials 2 min read

How To Improve Typing Speed For Free

Ever met a friend who could type 50+ Words Per Minute easily? Surely you must have already met one or many ? And if we ask them how they were able to do it, their response would vary because some would mention a very cool proprietary program while others would mention some random cool web apps on the internet. But if you are still stuck searching for a cool program or looking for free and alternative ways to enjoy typing practice then lucky you. You are at the right place and below are t

Linux TutorialsUncategorizedhow-to
Mounting And Optimizing A Linux Gamer Computer
Games 11 min read

Mounting And Optimizing A Linux Gamer Computer

We have had a lot of news about games in the Linux world coming out in recent weeks. We already have an interesting performance for games like Grand Theft Auto V,  and the trend is for the compatibility level to improve every day, with Valve’s recent announcement of Proton as announced here! This even was the head behind the development of DXVK which brought a new step in the compatibility of Windows games on Linux. It is already becoming difficult to ignore the possibility that in the

GamesUncategorizedtutorial
Git GUI Front-Ends And IDE Support - Git Series Part 4
Learn Git 5 min read

Git GUI Front-Ends And IDE Support - Git Series Part 4

Developers have created third-party software (free or otherwise) that gives users a GUI to use for interacting with a repository. Here is an overview of a few programs that you can use. This is so you can have an idea of what you can expect from a GUI git client. I, personally, prefer the command-line; however, there are times where GUIs can be extremely useful for more complicated stuff. In addition to standalone apps, many IDEs have tools that interact with the repository that you

Learn GitUncategorizedtutorial