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...
Adding printer and configuring in Raspberry PI and Desktop Here we will be learning how to add printer to your raspberry pi in 5 steps only. First Step Install the Common Unix Printing System cups...
Install nodejs on linux Install nodejs on ubuntu Install nodejs on centos 7 Install nodejs and npm What is Nodejs Node.js is an open-source which runs on server-side and also a cross-platform JavaScript run-time...
How to install nginx in centos 7 Update your server yum update Add epel repo as nginx is not available in Default repo yum install epel-release Install nginx yum install nginx Start the nginx...
Breaking password in centos 7 Root the system and stay on grub screen grub2 Press e (to edit) Goto line which starts with Linux16 Edit Linux 16 Add – rd.break in last rd.break If...
Connect Facebook to Your WordPress Hello Everyone, Today I am going to show you different methods to connect your website to facebook page. Method 1 : Using different plugins . Wordpress plugins are every...
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...