PyPanta

Freelance Developer

The default Python 3 version on Debian is 3.7, and the latest Python release is 3.8.

To install the latest Python version, you need to compile it from …


To remove items from places sidebar in Nautilus, open the ~/.config/user-dirs.dirs file and remove lines that refer to items you don't want.

XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads …

Recently I wrote a post How to install Oracle Java on Fedora Linux. In this tutorial I will explain you how to install the latest version of Oracle Java on …


To install Oracle Java on Fedora/CentOS Linux, open the Terminal and follow the next steps:

First, change to root user:

su

or

sudo su

Next, Download Oracle Java jdk …


The file to change DNS nameservers in Linux is /etc/resolv.conf:

cat /etc/resolv.conf

For example, if you want to set up Google public DNS, open the file …