How to create a user arch linux
In ArchLinux, we need a normal user, except Root, because using the system with root privileges can be dangerous. this is why we need to create a normal user account. So...
Remove corrupted file linux
If you encounter a file or folder that cannot be deleted on the Linux operating system, or if you receive Permission Denied error when you try to delete the file, just...
Install packages on debian
We can install a DEB package downloaded from Intenet to Debian using a tool called Gdebi. however, this program is not practical to install packages on debian, because it does not...
How to install nordvpn ubuntu
NordVpn is one of the leading vpn providers in the world. If you want to use NordVPN on the Linux operating system, you are in the right place. Just read this...
How to check the version of ubuntu
It may sometimes be necessary to know which version of Ubuntu you are using. So how to check the version of ubuntu? we will give you 3 terminal commands. In fact,...
How to install google chrome on ubuntu
In this article, we will show you how to install google chrome on ubuntu, namely the Google Chrome web browser, on Ubuntu 20.04. The same steps apply to other Debian-based distributions,...
Install node js on ubuntu
What is Node.js?
Node.js is one of the popular web technologies and it is used by developers to enhance the functionality of Web applications. Node.js simply allows javascript code to run without...