×


Linux Resources


Different methods to Open a File in Linux

This article covers the different methods to open a file in Linux via a terminal. In fact, In Linux, we can display various file formats such as text file, audio files, video, image, doc, pdf, or any other file contents.


How to Open File Using gnome-open Command ?

For the GNOME-based Linux environment, we can use the gnome-open command to open a file.

If the gnome utility is not installed on our machine, we can install it by using the following command:

$ sudo apt install libgnome2-bin  

Execute the above command and provide the system administrator password to install the GNOME utility.

Now, to display the file content, execute the command as follows:

$ gnome-open Test.txt  

The above command will open the file with the default file system.

There are some other popular Linux environments, such as KDE DESKTOP, OS X UNIX, and more.

For KDE Desktop, execute the command as follows:

$ kde-open <file name>  

or,

$ xdg-open <file name>  

For OS X UNIX, execute the command as follows:

$ open <file name> 


Different Ways to Install Software on Ubuntu Linux

This article covers the different ways of installing any software on Ubuntu Linux. In fact, When it comes to installing software on Linux, you are not restricted to one single method.


Most Effective GUI Tools to Free Up Space on Ubuntu and Linux Mint

This article covers the best GUI Tools to Free Up Space on Ubuntu and Linux Mint . In fact, you can use these tools to regularly keep your Ubuntu / Linux Mint system free of junk files.


How to Remove old kernels from the Ubuntu / Linux Mint system  ?

1. As we should know, the Linux Kernel is the heart of the system, but it is also known that it is updated every so often, so they are released new versions which are installed in the system displacing the old versions which remain stored without being eliminated.

For this we must type the following command:

$ sudo dpkg 'linux-image *' --list

2. Next, they must identify their oldest kernels and execute the following command to remove the previous versions.

Just replace xxxxx with the version of Linux you want to delete:

$ sudo apt-get remove linux-image-xxxxx

3. As an alternative, an easier way to clean up these old kernels is to use 'autoremove':

$ sudo apt-get autoremove  --purge


Export Bookmarks in Google Chrome - Step by step guide ?

This article covers the steps of exporting the bookmarks in Google Chrome on a Linux Mint 20 system. In fact, You can also follow these steps whenever you want to view all of your Google Chrome bookmarks in one glance.


How to Add bookmarks to Google Chrome ?

To import bookmarks from most browsers, like Firefox, Internet Explorer, and Safari:

  • On your computer, open Chrome.
  • At the top right, click More More.
  • Select Bookmarks and then Import Bookmarks and Settings.
  • Select the program that contains the bookmarks you'd like to import.
  • Click Import.
  • Click Done.


Change the Location Settings on Google Chrome - Step by step guide ?

This article covers how you can conveniently change the location settings of your Google Chrome browser. In fact, you can easily control whether your location would be visible to the different websites that you visit or not. 


How to Change your default location settings on Google Chrome ?

  • On your computer, open Chrome Chrome.
  • At the top right, click More More and then Settings.
  • Click Privacy and security and then Site Settings.
  • Click Location.
  • Choose the option you want as your default setting.


Block Dangerous Websites on Google Chrome - Step by step guide ?

This article covers how to block the potentially dangerous websites on Google Chrome while using Linux Mint 20. In fact, you can prevent yourself from all the harms associated with visiting such websites.


Use the URL blocklist and allowlist to:

  • Allow access to all URLs except the ones you block—Use the blocklist to prevent users from visiting certain websites, while allowing them access to the rest of the web.
  • Block access to all URLs except the ones you allow—Use the blocklist to block access to all URLs. Then, use the allowlist to allow access to a limited list of URLs. 
  • Define exceptions to very restrictive blocklists—Use the blocklist to block access to all URLs. Then, use the allowlist to let users access certain schemes, subdomains of other domains, ports, or specific paths.
  • Allow Chrome browser to open apps—Allow specific external protocol handlers so that Chrome browser can automatically open certain apps.

Search by typing a one letter Word Term Here