LinuxLinux Linux | Anglehit
Linux

Linux

Ubuntu vs Fedora Linux.

So now, here I don't care where you've landed(into the Tux World of course!) but this thing is mostly questioned …

7 years ago

Simple way to upgrade Ubuntu 16.04 to 18.04 LTS

All the Ubuntu fans out there who wanna upgrade LTS to LTS directly. Here is by far the most simple…

7 years ago

Install Flatpak(Flathub) apps in Linux(any distro).

Flatpak (formerly xdg-app) is a software utility for software deployment, package management, and application virtualization for Linux desktop computers. It…

7 years ago

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

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