2023

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

Anaconda Tutorial for Beginners ( + installation)

First of all basic difference between the anaconda and miniconda is only that anaconda comes prebloated with alot of data science, machine ...

Manish Kumar 7 Apr, 2023 1

Common bash commands you should know right now

1. ls : lists the content of current directory. 2. ls -a : list all files of current directory including hidden files. 3. ls - l: displays ...

Manish Kumar 15 Feb, 2023

how to add environment variables linux

Here I am listing few methods to add programs and shell scripts to your path 1. this is the easiest one     temporarily, you can go to the ...

Manish Kumar 15 Feb, 2023

Optimize gif using command line [linux gifsicle tool]

Run the following command in your directory where image is located. Command: gifsicle -i anim.gif -O3 --colors 256 -o anim-opt.gif my gif...

Manish Kumar 11 Feb, 2023