How to install the latest version of Cmake via command line.
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…
Tech Chores, Angle adores
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…
We shall see both the options the CLI way and the Graphical way ! Just for your information there is not an easy way or a single command to tell…
Question Is there a proper way to clean up old PackageKit caches without resorting to low level sudo rm -rf /var/cache/PackageKit/2 etc. Answer The man pkcon, and PackageKit does not…