Homepage mkbhru

Featured Post

make dnf faster

lets jump right into sudo nano /etc/dnf/dnf.conf #added for speed #fastestmirror=True max_parallel_downloads=10 defaultyes=True keepcache=True

Manish Kumar 25 Nov, 2023

Latest Posts

make dnf faster

lets jump right into sudo nano /etc/dnf/dnf.conf #added for speed #fastestmirror=True max_parallel_downloads=10 defaultyes=True keepcache=True

Manish Kumar 25 Nov, 2023

Install Docker in Linux [2023] Ubuntu, LinuxMint

Introduction Docker so First of all what docker is:  have you ever wonder why some code or application works on only your pc and not on some...

Manish Kumar 16 Aug, 2023

Node.js Tutorial Linux

Introduction Node.js® is an open-source, cross-platform JavaScript runtime environment. currently I am running the latest version for right ...

Manish Kumar 14 Aug, 2023

MySql Tutorial using terminal

1. start sql shell 2. show databases 3. create databases: - create database Manish; or - create schema Manish; 4. show databases;  5. chang...

Manish Kumar 26 Jul, 2023

MySql Linux intallation [terminal + workbench] setup

1. Set apt repos for mysql 8.0 from this package here https://dev.mysql.com/downloads/repo/apt/ 2. install the downloaded package 3. update...

Manish Kumar 26 Jul, 2023

Grep command in Linux

Grep stands for: Global Regular Expression Print its a filter command in linux. search for patterns Here I have clubbed it with ls using pi...

Manish Kumar 10 May, 2023

Docker Tutorial for Beginners (Programming with Mosh)

Introduction Docker so First of all what docker is:  have you ever wonder why some code or application works on only your pc and not on som...

Manish Kumar 9 Apr, 2023