configuration

How to add printer in raspberry pi or raspberry desktop ? 2

How to add printer in raspberry pi or raspberry desktop ?

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 package which will detect your printer. At the terminal, enter this command apt-get install cups Second Step Give permission to your

How to add printer in raspberry pi or raspberry desktop ? Read More »

How to install and configure php7 , nginx on centos 7 6

How to install and configure php7 , nginx on centos 7

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 services systemctl start nginx Enable the nginx so that when ever server restart , it should automatically start systemctl enable nginx

How to install and configure php7 , nginx on centos 7 Read More »

How To Connect Facebook to Your WordPress Site 10

How To Connect Facebook to Your WordPress Site

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 usefull. List of plugins available 1. Addtoany Details: https://www.addtoany.com/ Download : https://wordpress.org/plugins/add-to-any/ 2. Rating-widget Details : http://rating-widget.com/wordpress-plugin/ Downloads : https://wordpress.org/plugins/rating-widget/ 3.

How To Connect Facebook to Your WordPress Site Read More »

note editor linux

How to create swap in Linux ?

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 600 /swapfile ls -lh /swapfile Now that our file is more secure, we can tell our system to set up the

How to create swap in Linux ? Read More »