nvm install v18.15.0Downloading and installing node v18.15.0…Downloading https://nodejs.org/dist/v18.15.0/node-v18.15.0-linux-x64.tar.xz… ################################################################################################################################# 100.0% Computing checksum with sha256sumChecksums matched!Now using node v18.15.0 (npm v9.5.0)Creating…
Read More
configure: error: Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+. Try the –with-gmp, –with-mpfr and/or –with-mpc options to…
Read More
Sometimes we want to work in detached mode to prevent connection loss during long running processes. The ‘screen‘ command detach…
Read More
I am upgrading from 2.4 to 3.3.3 Pre-requisite: JDK 1.5 or above, JAVA_HOME set in environment variable Step 1) Download…
Read More
Here my requirement is: 1) I have to read my file line by line. 2) For each line read I…
Read More
Instead of seeing a plain output after a git command we can have the display in color. like when we…
Read More
To go to last state after a conflicted merge: git reset –merge ORIG_HEAD To know the current active branch git…
Read More
Sometimes we find png image is now showing properly on IE. i.e its transparent property do not get apply. To…
Read More
Problem statement: I want to redirect only the home or main page only and at the same time do not…
Read More
A Gearman powered application consists of three parts: Client: The client is responsible for creating a job to be run…
Read More