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 …
How to install Python from source on Debian GNU/Linux
Posted on: by PantaHow to remove items from Places sidebar in Nautilus file manager?
Posted on: by PantaHow to install Oracle Java 8 on Linux
Posted on: by PantaRecently 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 …
How to install Oracle Java on Fedora Linux
Posted on: by PantaTo 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 …
How to resize a VirtualBox disk image?
Posted on: by PantaHow to install and configure Nginx, uWSGI and Django on Ubuntu?
Posted on: by PantaHow to change DNS Name Servers in Linux?
Posted on: by PantaThe 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 …