PyPanta

Freelance Developer

In VIM, you can use the find command to search for files in the current working directory path, this is by default. If you want to search in subdirectories also …


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 …


To resize a VirtualBox disk image (VDI), go to the directory where the .vdi file is located, it's usually in ~/VirtualBox VMs, and run the following command:

VBoxManage modifyhd file …

As a Python and Django developer, one of best and fastest ways to deploy my Web aplications is the combination of the Nginx, the high-performance Web server, and uWSGI.

In …


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 …