HomeHome Home | Anglehit
Home

Home

How to Reset a WordPress Password from phpMyAdmin !

As we all know that in today's world handling and management of passwords for each and every services on the…

7 years ago

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…

7 years ago

How to apply transparent background in Gimp.

GIMP (GNU Image Manipulation Program) is a free and open-source raster graphics editor used for image retouching and editing, free-form…

7 years ago

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,…

7 years ago

How to install CUDA in Ubuntu.

TensorFlow is an open-source software library for dataflow programming across a range of tasks. It is a symbolic math library,…

7 years ago

Create an exact root user in Linux !

Today we shall see, how to make an exact replica of a root user which shall behave and control what…

7 years ago

How do I get the parent process ID of a given child process in Linux.

Use ps -o ppid=   e.g. ps -o ppid= 2076 returns 2054, which you can easily use in a script etc. ps -o ppid=…

7 years ago

HPLIP or CUPS cannot Find Network Printers on Ubuntu Linux !

If at any given point of time there is HPLIP error as shown below for connection of network shared printers…

7 years ago

How do I check in Linux whether my system is working properly !

We shall see both the options the CLI way and the Graphical way ! Just for your information there is…

7 years ago

How to clean up PackageKit in Fedora OS the right way !

Question Is there a proper way to clean up old PackageKit caches without resorting to low level sudo rm -rf…

7 years ago