This is Tanishq...!!!!

I am a Senior Software Engineer in Testing I am a crazy person, always running behind the latest techie things going on, around in the world.  I like to mess up with things(computers) and then fixing them back.(Not always 😉).   This blog is basically a carbon-copy of my mind.  Some...

How to download a Youtube Video on CentOS??

To download a youtube video on Centos Follow these commands  1) First of all run the "su" command to get access as a administrator. tchander@localhost>#su password: Enter your admin password here root@localhost downloads> 2) Install the youtube Package by running the following command root@localhost downloads># yum install youtube-dl 3) Then run the following command root@localhost...

How to mount other partitions of the Hard disk when you are using CentOS ??

Well, when I installed CentOS, I was not able to access my other partitions on the hard disk. Here's the solution 1) Just Open up the terminal. 2) You need to root, that is, have to become admin to install any RPM (RPM is a Redhat package manager which is used on most of the unix/linux environments to install various packages/softwares) 3) Run su 4)Type in your admin password 5)Run yum...