PyPanta

Freelance Developer

How to center Div element in CSS?

Centering elements in CSS is a common task, and there are multiple ways to\nachieve it depending on the layout and desired behavior. In this guide, we'll\ncover different techniques to center a <div> both horizontally and\nvertically....

How to search files recursively in VIM?

In VIM, you can use the find command to search for files in the current\nworking directory path, this is by default. If you want to search in\nsubdirectories also, you need to add them in the searching path, for example:...

How to install Oracle Java 8 on Linux

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

How to resize a VirtualBox disk image?

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