Raspberry PI Installation in Virtual Machine
How to download and install Raspberry PI? We will be installing Raspberry pi into the virtual machine. First we need to download raspberry pi Operating System. As we are going to test it for...
How to download and install Raspberry PI? We will be installing Raspberry pi into the virtual machine. First we need to download raspberry pi Operating System. As we are going to test it for...
What is ACL? Access control list (ACL), It is a more flexible permission mechanism for file systems. It allows you to give permissions for any users and groups. It is used to defined permission...
Install FTP in 2 minutes. Warning:- if you don’t have Linux experience. Please don’t mess with live servers. What is FTP? How to setup FTP(configure FTP) on your server? How to use FTP? What is FTP?...
FFMPEG Installation in linux How to convert your videos using FFmpeg? How to make ffmpeg run as ffmpeg command? How to check ffmpeg is installed or not ? The final step to install ffmpeg?...
How to create swap in Linux CREATE SWAP PARTITION LINUX We can create a 8 Gigabyte Swap Partition —————————————– sudo fallocate -l 8G /swapfile ls -lh /swapfile Enabling the Swap File ————————- sudo chmod...
UPDATE WORDPRESS MANUALLY Update Old wordpress version to the Latest WordPress version Follow the below steps to update wordpress to the latest version. 1. Download the zip file from – https://wordpress.org/news/ wget https://wordpress.org/news/
How to mount ISO file in linux ~mount -o loop path/to/iso/file/YOUR_ISO_FILE.ISO /media/iso How to mount USB Drives on your linux system using terminal commands. First List up all the drives connected to your system....
How do I start coding with Python Python in Linux Check version python -V How to use the python 3.5 version as default rm /usr/bin/python cd /usr/bin ln -s python3.2 python