Linux

General Topics

Which Shell Am I Using?

Which shell am I using?

Shell is a command interpreter. It interprets the commands entered by you, runs against Unix/Linux Kernel, and provides the result on the standard output device. There are many shells developed since Unix came into existence. Below is the list, Bourne Shell – sh C Shell – csh T Shell – tcsh Korn Shell – ksh …

Which shell am I using? Read More »

phpmyadmin create database and user

How to use PHPMyAdmin to Create Database, User

phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute …

How to use PHPMyAdmin to Create Database, User Read More »

Scroll to Top