APT/DPKG error because of fileoverwrite

How to fix “trying to overwrite …, which is also in package …” issue...

Let's see how to solve the problem of apt or dpkg failing to install packages due to errors like the following. This is happening because the new package you are trying to install is...

Install NetBeans with Oracle JDK in Ubuntu / Mint (Easy Way)

Programmers love to code in Linux. For me whether it is Android Studio or NetBeans, I used to get 2-3 times better speed in my Mint than in Windows. However, installing JDK offline in...

UNIX Shell Programming : grep,sed and awk

Contents :- grep:-Operation, grep Family, Searching for File Content. sed:-Scripts, Operation, Addresses, commands, Applications, grep and sed. awk:-Execution, Fields and Records, Scripts, Operations, Patterns, Actions, Associative Arrays, String Functions, Mathematical Functions, User Defined Functions, Using System...