How to
-
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 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 » -
Creating Python Virtual Environment in Different Ways
Python Virtual Environment We should all know about virtualization in the field of computers. A virtual environment makes an isolated clone of a certain system or installation of a package…
Read More » -
Install Opera Web Browser On Linux Mint 19.x
Opera is one of the most popular and stable web browser available for both Desktop and smartphone. It is also a cross-platform browser that is supported on the most popular…
Read More » -
Python Jinja Tutorial Part-I
Jinja is a template engine for creating templates in python. Jinja is purely written in python and very similar to Django and Python templates. Using Jinja you can create very…
Read More » -
How to Install and Use Python Jinja Template Engine
Jinja is a python module purely written in python. It is a template engine used by Python web frameworks like Django, Flask, etc. So if you want to learn web…
Read More » -
How to use Logical and Bitwise not Operator in Python
In this tutorial, we will learn how to use the logical not and bitwise not operator in Python program and also we will learn how they work and what they…
Read More » -
Write a C console app that does not exit on Ctrl+C press
Ctrl+C in the command line and GUI Ctrl+C is a common shortcut used by most popular operating systems for copying a portion of selected text and files in the graphical…
Read More » -
How to compare two files using command prompt in Windows
If you work on a lot of text-based files, then sometimes you modify a specific file and get a new version of the old version. Sometimes you need to compare…
Read More » -
How to Create .htaccess File on Windows Computer
Avoid the Error, "You must type a filename" while creating the .htaccess file Apache webserver. Follow these simple 5 steps to create the .htaccess file.
Read More »