Linux

Linux, a well developed open-source operating system loved by many professionals. It’s developed by Linus Torvalds in 1991. Basically we use Linux for creating and managing as a server architecture.

Even though, Linux has gained much popularity in the software development industry as It’s more secure and fast compared to other operating systems.  Apart from all of these Linux is a completely open-source project.

As an operating system, it provides many features to the user. One of the best I would say it’s terminal. It’s the most powerful yet easier to approach to manage a computer.

Here in this category, we’ll talk about installing packages, solving bugs and many more.

linux file system

Explained Linux file system and Directory structure

Overview A file system is a way In which the operating system’s files are organised, stored, retrieved and updated on a system’s hard disk partition. Here In this guide, I’ll explain the Linux file system and why It is imperative to understand them. Linux file system is completely different from the windows file system as …

Explained Linux file system and Directory structure Read More »

ERROR 2002 (HY000): Can’t connect to local MySQL server through socket

Mysql is no doubt one of the best relational database management system available today. This oracle developed RDBMS is used by millions of users worldwide for their small and large scale application purposes. So chances are there most of the time you’ll find these types of errors while trying to access mysql from a terminal. …

ERROR 2002 (HY000): Can’t connect to local MySQL server through socket Read More »

How to install mysql-server on ubuntu 18.04 | Codehacks

Mysql is widely used relational database management system usually installed with LAMP – Linux,Apache,MySql & PHP. Mysql is pretty much popular in the field of web development as well as other small and large scale applications. Features: 1.Mysql uses standard SQL to interact with the databases. 2.Mysql is suitable for both small and large scale …

How to install mysql-server on ubuntu 18.04 | Codehacks Read More »