How to Install Google Chrome on Ubuntu 18.04 LTS

Install Google Chrome on Ubuntu

Google Chrome happens to be one of the most powerful web browsers these days and naturally many users attempt to install it on their system. This attempt, however, is not fruitful as this popular web browser is not available through any Linux distributor on Ubuntu Software. So how do we install Google Chrome on our … Read more

[SOLVED] “dpkg: error: need an action option”

When you are trying to install Google Chrome on Ubuntu, you may receive the following error: Error Message “dpkg: error: need an action option” Solution This may be because of the command you copied from somewhere and you pasted on the terminal. Instead of -, a _ may have been replaced in the command as … Read more

How to Install Ubuntu 18.04 along with Windows 10

Ubuntu is a popular operating system which is open source and has easy installation. It is quite flexible thanks to its unlimited customization options and it highly secure in nature. For many developers, journey on Linux begins at Ubuntu which is why today we will give you a tutorial on how to install Ubuntu 18.04 along … Read more

How to locate and kill a process with Linux terminal

How to kill process on Linux

Every program that is running at the end of the server is able to generate one or more processes. A single server may have several users that execute many commands that will make processes. These processes may run the foreground as well as the background. If a program is running in the foreground it can … Read more