How to Create Symbolic or soft Link in Linux?
A symbolic link (or symlink) is a special type of file in Linux that contains a path to another file or directory. Basically, it is similar to a shortcut and…
A symbolic link (or symlink) is a special type of file in Linux that contains a path to another file or directory. Basically, it is similar to a shortcut and…
In Linux, if you were working on networking, you may be came to a point when you need to assign static IP to your system over the local network. There…
This is quite common for Dual Boot users who use Windows and Linux simultaneously for their work. You can easily mount Windows partitions through File Manager. When you try to…
When you access a specific web page or any text file which is written in a different language or use an ASCII message, then your system will not be able…
For my project, I want to install Python 3.6 on my Ubuntu machine that was not available in the Ubuntu Official Repository. So, I have decided to follow my own…
One of our readers wrote to me, "I have installed CentOS on my System, and I'm facing difficulty to minimize and maximize Windows because the Default button to Maximize and…
Many times we face issues while starting the MYSQL server or on installation on Linux System. There may be a couple of reasons for this issue. Sometimes configuration file already…
Sometimes we stuck in a situation where we just have access to the terminal and need to delete partition, or you have stepped down in Linux, and your logical mind…
You are anxious what happen to your pen drive why it is just showing limited storage (Oh holy!) I have tried to format USB drive still the USB Drive is…
I was trying to build an application through which users can share complete screenshots of the current screen and share through the various apps. While developing, I Stuck at the…