February 2023

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

How to install MongoDB in Ubuntu 22.04 [100% Working]

I faced some issues while installing MongoDB on Ubuntu 22.04 lts, as libssl1.1 is now depricated. And after few hacking of here and there I ...

Manish Kumar 11 Feb, 2023