Menu
Mohd Sohail
AUTHOR

Mohd Sohail

965
Posts
Raspberry Pi 4 Is Here - Buy Now
3 min read

Raspberry Pi 4 Is Here - Buy Now

Raspberry Pi 4 was released today with amazing new features and upgrades. Let us find out what is new and how we can buy Raspberry Pi 4 right now. Raspberry Pi Series We have written a series on Raspberry Pi. So if you want to read in detail about Raspberry Pi, a great $35 computer, then visit the series page. Raspberry Pi 4 features at a glance * * * * * * * * * * * 1.5GHz quad-core 64-bit ARM Cortex-A72 CPU * Up to 4GB of LPDDR4 SDRAM * G

#raspberrypiNewUncategorized
Basic Calculator Program - BASH Example Project [Part 8]
Learn Bash 4 min read

Basic Calculator Program - BASH Example Project [Part 8]

We will build a bash example project, calculator program and at the same time reinforce all the concepts already taught. In a quick summary, we’ve explored the fundamental topics on variables, decisions, control statements, and arguments. There were minor subtopics including using comments in bash programs and operator types. Make sure to refer to previous articles in case you need to relearn any topic. * Algorithm or procedure * Coding * Some clarification * infi

Learn BashUncategorizedtutorial
Arguments | Another way to work with user inputs - Part 7
Learn Bash 4 min read

Arguments | Another way to work with user inputs - Part 7

Welcome to the Arguments chapter of the BASH scripting series. This chapter will introduce you to another new method of getting user inputs for your script. In the previous chapter, we’ve used the read command to get user inputs. Our bash interpreter invokes the read command works after our bash program, i.e., user input is prompted after the program is run. Still, we are interested in getting input parameters or arguments, so our program will process them later. What are arguments

Learn BashUncategorizedtutorial
For Loop - Python Programming
Learn Python 2 min read

For Loop - Python Programming

We have already discussed the while loop in our previous article. In this article, we will be covering the for loop. The for loop is one of the most widely used loops in programming. As you begin writing real code, you will find that you will almost always use for loop instead of while loop. Let us now have a look at it. Printing numbers up to 10 We are going to solve the same old problem, let us see how for loop can be used to print numbers from 1 to 10. You know the drill, re-cre

Learn PythonNewUncategorized
Control Raspberry Pi & IOT Devices From Cloud Using Cloud4RPi
Linux Tutorials 3 min read

Control Raspberry Pi & IOT Devices From Cloud Using Cloud4RPi

Raspberry Pi is one of the best inventions of our times. We can use this low-cost device to make something really cool and useful. In this article, I will show you how you can control your Raspberry Pi and send instructions to the devices connected to your RPi from anywhere in the world. What is Cloud4RPi? Cloud4RPi is a very simple web control panel for accessing your Raspberry Pi devices. Configuring it takes not more than 2 minutes and you can access your Raspberry Pi anywhere i

Linux TutorialsNewUncategorized
How To Install & Setup Nagios Core On Raspberry PI
Linux Tutorials 3 min read

How To Install & Setup Nagios Core On Raspberry PI

Have you ever thought about how some of the World’s biggest companies monitor hundreds of devices? If not, then do it now because, in this tutorial, I am going to introduce you to Nagios. Nagios is a monitoring solution that can monitor a few devices in your house or hundreds of devices, services, network protocols in a multi-billion company. First of all, why do we need Nagios or any monitoring tool at all? It should not be difficult to understand why we need a monitoring tool. A m

Linux TutorialsSystem AdministrationUncategorized
Create New MySQL User With Password And Grant Permissions
MySQL series 3 min read

Create New MySQL User With Password And Grant Permissions

MySQL databases handle all the data for websites and apps. Security is of extreme importance when it comes to handling data. So far we have been using the root user for everything. But in real websites, the root user is never used as it has access to all databases. This means that if the root user is compromised, it could result in damage to all databases. So for the security purposes, we should create a new user with password in MySQL. Also Read Import & Export databases

MySQL seriesUncategorizedhow-to
Number Systems Used In Computing
news 3 min read

Number Systems Used In Computing

What are the numbers? Are they some physical entity? Some phenomena? No, they are just objects used for measuring a quantity. You must already be aware of the decimal number system that we use. It has the digits from 0-9(0,1,2,3,4,5,6,7,8,9). But this isn’t the only number system use in the computing world. Computers often have requirements different from us human and they may require a different number system. So let us have a look at some of the number systems used in computing.  

newsUncategorizedtutorial
Shoot Spaceships In Another Classic Arcade Hyperspace Drifter
Games 2 min read

Shoot Spaceships In Another Classic Arcade Hyperspace Drifter

Hyperspace Drifter is a classic arcade space shooter game. The game features beautiful 3D-like environment settings and cool flat-like spaceship art. It is lightweight too so the game does not require much computing resources unless you are playing it in maximized window mode. Installation Hyperspace Drifter is available on itch.io. itch.io full review is here. Click the Download button and choose the Linux build version to start downloading the game’s zip file package. Aft

GamesUncategorizednews
While Loop, Break & Continue - Python Programming
Learn Python 4 min read

While Loop, Break & Continue - Python Programming

Looping is one of the most important core concepts when learning to program. I often see a lot of people get confused with looping. So let us quickly have a look at how loops work. There are various types of loops like the while, do while and for loops. However, we will only focus on the While loop in this article. We will learn about the other loops later in this series. Follow full series – Learn Linux What is a Loop A loop is something that repeats itself. In computer prog

Learn PythonUncategorizedtutorial
What Is Server Side Rendering? Is It Still Useful?
Linux Tutorials 2 min read

What Is Server Side Rendering? Is It Still Useful?

The past few years have seen a hoard of new JavaScript frameworks taking over web development. Skills with Single Page Applications and Progressive Web Apps are the new things that every new developer wants on their resume. Most of the web services are migrating towards Client Side Rendering with JavaScript frameworks. However, Server-side rendering has not lost its charm. What is Server Side Rendering? In modern JavaScript frameworks like angular, react and vue, JavaScript code is

Linux TutorialsUncategorizedtutorial
UberWriter Markdown Text Editor For GNOME
Reviews 3 min read

UberWriter Markdown Text Editor For GNOME

UberWriter is a markdown text editor for GNOME. The app works with other desktop environments too since it is available only on flathub repository. All you have to do is install the app on your KDE, Cinnamon desktop while flatpak takes care of all the required dependencies to run UberWriter. Read on below to learn more about this awesome cool markdown text editor. Install UberWriter For GUI-savvy users, launch Software Center app and search UberWriter. Select the app and click the

ReviewsUncategorizedreview