tutorial

Host Website On Our Own Server

Host Website On Our Own Server - Web Server Setup Series Members Public

Today we’ll continue our web server setup series. In this series, we’ve already installed and setup our web server, configured & secured cPanel and point domain name to the server. At any time if you’ve trouble setting something up something, let me know in the comment section

sohail
sohail
Setup web server
Inserting Data Into Tables – MySQL Series Part 4

Inserting Data Into Tables - MySQL Series Part 4 Members Public

Data insertion is very important in understanding MySQL databases. If the right data is not inserted in the right columns, we may get a lot of errors. Let us quickly create a small employee table by running the following command. create table employee(name varchar(20), city varchar(10), salary

sohail
sohail
MySQL series
Creating and Modifying Tables – MySQL Series Part 3

Creating and Modifying Tables - MySQL Series Part 3 Members Public

Today we’ll continue our MySQL series and learn how to create and modify tables. MySQL tables are the containers that actually hold data. A table with multiple columns and records can be seen as an excel sheet. In this article, we will try to create some tables that can

sohail
sohail
MySQL series
shortcuts for navigating command line history

Shortcuts For Navigating Terminal History Members Public

Today I’ll highlight some tips and tricks on how to get more proficient on a terminal program. You must have at least once typed in a long command on your terminal program and then forget it the next day. Navigating terminal history commands come in handy in such a

sohail
sohail
Linux Tutorials
Data Types Data Modelling In MySQL – MySQL Series Part 2

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

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

sohail
sohail
MySQL series
debian installation disks

What Are Various Debian Installation Discs Members Public

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.

sohail
sohail
Debian
Operators In BASH

BASH Operators [Part 5] Members Public

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 * &

sohail
sohail
Learn Bash
Basic UFW Firewall Configuration in Linux

UFW Firewall Configuration In Linux Members Public

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

sohail
sohail
Uncategorized