T
  • Home
  • About

Bash your way through!

March 2020

Bash is a command language seen in many unix-like systems, in this writing we are going to do some practicle hack with it by downloading a online stream video...

Code Ethics

October 2019

One thing that I've learnt from past few weeks is the importance of code readability and some other fairly useful fundamentals. The widely ignored factor whilst coding...

Exploring C++

August 2019

My first programming language was The infamous JavaScript. Don't blame me for that. It all started way back in my first semester. I never really developed any interest in C which was being taught at that time...

Why arch?

June 2019

In general Linux Distros do not matter when you usually talk about it but all things considered I think there might be one particular distro that I think is a little special for me atleast and that is...

Introduction to chmod

April 2019

A Unix/Linux command to change the access permissions of Files and Directories, How I learnt about it. How can you use it and where will you use it...