How to open a pdf file from terminal.
This is perhaps the most asked and searched questions by people using FOSS software and the one’s who breathe inside the terminal. Well your mileage might vary depending on which…
Tech Chores, Angle adores
This is perhaps the most asked and searched questions by people using FOSS software and the one’s who breathe inside the terminal. Well your mileage might vary depending on which…
GIMP (GNU Image Manipulation Program) is a free and open-source raster graphics editor used for image retouching and editing, free-form drawing, converting between different image formats, and for more specialized…
Build, Test, and package your software with Cmake ! CMake is an open-source, cross-platform family of tools designed to build, test and package software. CMake is used to control the…
TensorFlow is an open-source software library for dataflow programming across a range of tasks. It is a symbolic math library, and also used for machine learning applications such as neural…
Today we shall see, how to make an exact replica of a root user which shall behave and control what all the different functions that a normal sudo or a…
Use ps -o ppid= e.g. ps -o ppid= 2076 returns 2054, which you can easily use in a script etc. ps -o ppid= -C foo gives the PPID of process…
If at any given point of time there is HPLIP error as shown below for connection of network shared printers in Ubuntu and Windows ! Connecting Ubuntu systems print to…