Fedora 32 is released. You might be looking to upgrade your system to get latest features. Fedora is giving two methods to upgrade your system Graphical upgrade method Command line upgrade method Here we are going to use graphical method for Fedora 32 system upgrade. Before proceeding to the further steps, be sure to take […]
Upgrade from Fedora 31 to Fedora 32 Using Command Line Method
Here we are going to see about Command line upgrade method for Fedora 32 system upgrade. Before proceeding to the further steps, be sure to take backup of the important files. It is highly recommended. Click here to view about Fedora 32 Graphical upgrade method. Command line upgrade method First thing update your current system […]
How to Install IntelliJ IDEA IDE in Fedora 31
What is IntelliJ IDEA? IntelliJ IDEA is a programming environment or IDE. It is widely used for developement of Java programs. It is developed by JetBrains. It also supports PHP, HTML, Javascripts, CSS and Android and many more. Prerequisites RAM – Minimum 2 GBDisk Space – Minimum 3.5 GBNeed the non-root user account with privilege […]
How to exclude files and folders when creating zip archive
How to exclude files and folders when creating zip archive using linux commands? Explained the solutions with multiple examples. Exclude files from zip Refer the follwing examples for different cases. Example 1: To exclude all the files(e.g: .pdf, .git, .svn) in the specific folder only when zipping. Example 2: To exclude all the files in […]
How to edit files using vi editor easily in linux
What is Vi Editor? Vi editor is also known as Visual Editor. It is widely installed in most of the linux systems. Since it is a Terminal based editor, it is most preferred by the linux users those who are working in command line mode. Vim Editor is the advanced version of Vi editor. Every […]
How to view log file in Linux dynamically using tail command?
Recently I have observed that this is one of the most frequently used linux command. But I realized most of the linux developers not aware of this command. It is the “tail” command. It is the right time to explain the usage of this. I am about to explain, how to view log file dynamically? […]
Wayland detected Warning in Teamviewer 14 – Fedora 31.
Objective Wayland detected warning found in Teamviewer. Due to this Issue Incoming connections will be failed. Our goal is to fix this issue and allow the incoming connections Instructions Open Terminal We have to perform edit custom configuration file /etc/gdm/custom.conf of GDM. To edit the file you can use vi editor in terminal. Uncomment the […]