Menu
Mohd Sohail
AUTHOR

Mohd Sohail

965
Posts
Notepad++ Snap App Review
Reviews 3 min read

Notepad++ Snap App Review

Notepad++ is a lightweight and popular programmer’s text editor, originally developed for MS Windows Operating System, and now available on Snap Store for Linux users.   The program is developed using C++, hence, the name Notepad++. Its official website claims to save more CO2 emission by utilizing fewer resources and CPU. Nonetheless, Notepad++ comes equipped with many useful features like syntax highlighting, buffer restoring, automatic code indentation, etc.   Install Notepad++ I

ReviewsUncategorizedreview
Data Types & Data Modelling In MySQL - MySQL Series Part 2
MySQL series 3 min read

Data Types & Data Modelling In MySQL - MySQL Series Part 2

In this article, we will be learning about the various data types in MySQL and also how data modeling is done. I am assuming you have a working instance of MySQL on your computer. If not, you can read the step by step installation instructions. Data Types in MySQL MySQL is very rich when it comes to data types. There are a wide variety of options available to efficiently store and retrieve data. The following data types are most commonly available. * INT– For storing integ

MySQL seriesUncategorizedtutorial
What Are Various Debian Installation Discs
Debian 2 min read

What Are Various Debian Installation Discs

Ever got confused by the amount of disc made available for downloading on Debian servers? Worry not, if this is your approach looking around the Internet for an explanation of why and what are those various discs for installing Debian on your beloved computer, you are at the right place. I’ll try to be quick and concise so you can get on with Debian installation within 2 minutes read 🙂   What are those discs? Debian disc 1, disc 2, disc 3, etc are all installation discs but on

DebianUncategorizedtutorial
Upgrading Debian From Stable To Testing
Debian 5 min read

Upgrading Debian From Stable To Testing

I reckon you’ve been a long time user of Debian stable and now wants to change some few aspects of your computer….oh wait! I mean huge aspects of your computer operating system. Now you want to upgrade to Debian testing because you’d like new features, get access to cool software, and important test that newly updated software too 😉 Well, in that case, lucky you! I am happy to guide you on how to accomplish that on your computer. Moreover, if you are a total newbie to Debian operating system

DebianUncategorizedhow-to
Debian Enters Freeze State For Buster Release
news 1 min read

Debian Enters Freeze State For Buster Release

Debian testing enters freeze state for the release of the next Debian stable version called Buster. The current stable version of Debian is Stretch which is versioned 9. So you can correctly guess Buster version is gonna be the number 10. If you aren’t a Debian testing user, worry not, there are tons of exciting new stuff to expect in the next stable Debian version. Schedule Below is the schedule of freezes Debian testing will undergo before the successful release of Debian bus

newsUncategorized#Import 2024-11-04 15:59
How to Create Shortcuts in Linux: A Beginner's Guide
Linux Tutorials 4 min read

How to Create Shortcuts in Linux: A Beginner's Guide

Linux is a powerful operating system used by millions of people worldwide. It is renowned for its flexibility, customizability, and vast features, making it the go-to choice for developers and power users. One of the most valuable features is to create shortcuts in Linux, which can help you save time and boost your productivity. * How to create Shortcuts in Linux * How to Create Proxy Server * A lil’ tad bit advanced * Technical detail * An advantage * What about GNO

Linux TutorialsUncategorizedhow-to
Web Server Setup Series - Fix CWP Errors & Warnings To Improve Server Security
Setup web server 6 min read

Web Server Setup Series - Fix CWP Errors & Warnings To Improve Server Security

Welcome to the second part of the web server setup series. In this part, I’ll show you how to fix CWP (CentOS web panel) errors and warnings, create new user accounts, create hosting packages, and create an FTP account. So let’s start. In the last part, I installed CentOS web panel on my virtual private server. If you’ve not installed it, read the first part to install CWP on your server. Fix errors and warnings on the control panel Set root email When you login to the

Setup web serverUncategorizedhow-to
How to Install MySQL in Ubuntu
MySQL series 4 min read

How to Install MySQL in Ubuntu

The Internet is a wild animal. Hungry enough to consume all the data in the world, and still be left wanting for more. Internet was very different earlier. The demand and supply for data was fulfilled in mostly using files that were often manually created. But once enough people were on the internet, the need for data was getting out of manual control. This led to the usage of database systems in websites and application. One of the oldest, most popular and widely used database syst

MySQL seriesUncategorizedhow-to
Debian Popularity-Contest Program To Collect System Packages Data
Debian 6 min read

Debian Popularity-Contest Program To Collect System Packages Data

In the following article, we will see how we can provide data on the use of our .deb packages to the Debian team through popularity-contest. Obviously, the fact of providing the data of the packages that we use the most will be optional and totally anonymous. WHAT CAN BE USEFUL FOR THE PACKAGES WE USE THE MOST? Some of the utilities that Debian knows the most used packages are: 1. Use the collected data to determine the package that will be installed by default in the Debia

DebianUncategorizednews
BASH Operators [Part 5]
Learn Bash 4 min read

BASH Operators [Part 5]

In the previous decisions article, we came across many new bash operators while learning the if, if-else, and elif statements. This article will provide deep insight to bash operators and their various types in computer programming. * Types of BASH operators * Assignment * Relational * -eq and -ne * -gt and -lt * Logical * && * || * Conclusion Types of BASH operators There are many types of BASH operators but for the sake of this seri

Learn BashUncategorizedtutorial
UFW Firewall Configuration In Linux
Uncategorized 4 min read

UFW Firewall Configuration In Linux

When administering servers, one of the first things that must be configured to increase the security of them is to configure a Firewall, Luckily in Linux is included a default called Iptables but this firewall many see it a bit complex to configure and manage. There are simpler alternatives to use, such as UFW. UFW is actually a CLI or command-line interface for the Iptables Firewall that includes Linux, this interface provides us with a slightly easier way to manage and configure Iptabl

Uncategorizedtutorial#Import 2024-11-04 15:59
Setting Up Boot Animation And Proprietary Drivers - Part 2
Debian 5 min read

Setting Up Boot Animation And Proprietary Drivers - Part 2

Welcome to the second part of Setting up Debian series. Today, you will be guided on how to install Plymouth, firmware drivers, and enable non-free software components to get maximum benefits from the Debian OS you recently installed in the first part of the series. Part 1 – Debian Installation Though Debian is an awesome choice for day to day use, it has a pretty quirky method for letting users do the extra work after installation, which I would like to call it as post-install

DebianDebian installationUncategorized