My starting point for Linux

My starting point for Linux
Hello Guys, This is going my favourite blog of all time in tech. For the past few months i fully changed my computer's operating system to Linux.The reason: When I was higher secondary school days, I...
0 Read More

Vim-Editor

1.Basic vim commandsi.vim vim.txt => open file in vim ii. :q => quit iii. :q! => force quit IV. :wq or ZZ => save and exit V. :x => save and exit ,if only changes...
0 Read More

Regex everywhere

Regex has been a constant in nearly every coding project I’ve worked on. And since infrastructure today is also built on code, regex patterns are everywhere—for instance, in the configurations of ...
0 Read More