Mehrab Mohul
-
C Program to Read Two Integer and Find Which is Greater
In this article, we will learn how to find the large number between two numbers asked from the user. To write this program, we will need some basic concept of…
Read More » -
C Program to Check if Two Input Integers are Same or Not
In this article, we will learn how to determine/check if two input integers are the same or not using the C programming language. To write this program we will need…
Read More » -
C Program to Check if a Character is Vowel or Constant
In this article, we will learn How to determine or check if a character is vowel or constant or number or a special character using the C programming language. To…
Read More » -
C Program to Take Operator as Input and Perform Arithmetic
In this article, we will learn How to take operator as input and perform arithmetic operations on two asked numbers (Integer or float) from the users. To write this program,…
Read More » -
C program to find the area and perimeter of a circle
In this tutorial, we will learn, how to find the area and perimeter of a circle. We know the formulas for calculating the perimeter and area of a circle. For…
Read More » -
C Program to Read Integer from User and Print It
In this article, we will learn to write a very simple program in C that will ask for an integer number from the user’s console. After hitting enter, The number…
Read More » -
Delete Specific Directories Recursively in Ubuntu 20.04
In this tutorial, we will learn how to delete specific directories recursively in Linux, and the used machine is Ubuntu 20.04 LTS.
Read More » -
Install Git on Ubuntu 20.04 LTS
Git is command-line based software application developed for tracking changes of source codes and files and management of version control system. In this tutorial, we will learn How to Install…
Read More » -
Install pgAdmin4 on Ubuntu 20.04 LTS
pgAdmin4 is a GUI application for managing PostgreSQL databases graphically. It is a very powerful tool for managing Postgres databases written in python along with the flask framework. In this…
Read More » -
Access PostgreSQL Database From Local Computer
In this tutorial, We will learn How to access PostgreSQL database from the local computer.
Read More » -
How to Install PostgreSQL Latest Version on Ubuntu 20.04 LTS
In this tutorial, we will learn how to Install PostgreSQL Latest Version on Ubuntu 20.04 LTS. PostgreSQL is a fully open-source, very powerful RDBMS (Relational Database Management System) for managing…
Read More » -
Create a New Role in PostgreSQL
In PostgreSQL you must have a role for accessing the databases. In this tutorial we will learn how to create a new role in PostgreSQL.
Read More » -
How to use Lodash in Browser with HTML and Javascript
Lodash is a javascript library that provides a very useful and cool handy function that helps to automate your web development process. It is a widely used javascript library out…
Read More » -
How to Track Linux User Activity using Log Accounting
If you want to keep track and monitor details of user activity in the Linux operating system and get a file of the log then you can use the accton…
Read More » -
Linux accton Command
Linux accton Command is used to turn on or turn off the accounting logging of a Linux machine. This Linux command ensures an additional security level for the system administrators.…
Read More »