Search For:
- Home
- Search For:
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 ?
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:
This article covers how to add a new language to the Google Chrome browser while using a Linux Mint 20 system.
How to Change the language of your Chrome browser ?
You can set Chrome to show all settings and menus in the language you want. This option is only available on Windows computers.
On Mac or Linux? Chrome will automatically display in the default system language for your computer.
This article covers how to install Skype on openSUSE Linux System. In fact, you can also look at some alternatives of Skype such as Slack, Microsoft Teams, Zoom, Zimbra, Nextcloud, etc.
This article covers how you can enable SSH on your openSUSE system. In fact, after enabling the SSH server, it is important to secure your SSH server to avoid various security risks.
How to install and enable FirewallD on openSUSE system ?
Run the following zypper command:
$ sudo zypper ref
$ sudo zypper update
$ sudo zypper install firewalld
Enable the firewall at boot time using the systemctl command:
$ sudo systemctl enable firewalld
Start the firewall on OpenSUSE Linux:
$ sudo systemctl start firewalld
Get status of your firewall:
$ sudo systemctl status firewalld
This article covers the usage of the partition() method in Python. In fact, Python partition() function is used to partition a string at the first occurrence of the given string and return a tuple that includes 3 parts – the part before the separator, the argument string (separator itself), and the part after the separator.
Python partition() function partition() Parameters
The partition() function accepts a single parameter: