Skip to main content

Posts

Steps to Install Latest Node.js and NPM on Ubuntu with PPA and Quasar CLI Installation to start Quasar Framework Development

Step 1 – Add Node.js PPA Node.js package is available in LTS release and the current release. It’s your choice to select which version you want to install on the system as per your requirements. Let’s add the PPA to your system to install Nodejs on Ubuntu. Use Current Release:  At te last update of this tutorial, Node.js 12 is the current Node.js release available. sudo apt-get install curl curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - Use LTS Release :  At the last update of this tutorial, Node.js 10.15.3 is the LTS release available. sudo apt-get install curl curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - For this tutorial,  I am using the latest current release  and added their PPA to my system. Step 2 – Install Node.js on Ubuntu You can successfully add Node.js PPA to Ubuntu system. Now execute the below command install Node on and Ubuntu using apt-get. This will also install NPM with node.js. This command al...

Xampp htdocs folder, sub folders and all files permission in Ubuntu

Simply follow this commands : You need to change permissions or ownership of htdocs directory. To change the permissions use the  chmod  command, for example: $sudo chmod -R 755 /opt/lampp/htdocs To see who is currently logged user, run: $whoami To change the owner use the  chown  command: $sudo chown -R username:username /opt/lampp/htdocs THANK YOU!

TEKKEN 7

Credit : To the Owner of this Photo. THE BEST FIGHTS ARE PERSONAL TEKKEN 7 is a fighting game developed and published by Bandai Namco Entertainment. The game is the seventh installment in the Tekken series, and the first to make use of Unreal Engine 4. Tekken 7 had a limited arcade release in Japan in March 2015. Download ISO File  Here ENJOY!!!!! THANK YOU :)

Setup New Domain Name Server and Pointing your Domain Name to different Hosting Provider

How to change Domain Name Server  (Point to other Hosting Provider) ? Credit:  To the owner of this video. In this tutorial, you will learn how to change the domain nameservers, also known as  pointing  the domain to a new hosting provider. We will use Hostinger platform as an example but the steps can be applied to any domain/hosting provider, only the graphical interface and/or navigation should differ. In short, to change a domain’s nameservers, you will have to follow these steps: Step 1 — Get the New Nameserver Values Step 2 — Apply the New Nameservers Values Step 3 — Wait for DNS Propagation Before you begin this guide we assume that you already have: Access to the  control panel of your domain  (the place where you  purchased your domain ). Access to your  new hosting account . Step 1 — Get the New Nameserver Values The first thing you’ll need to do is to find out the list of name servers provided fo...

How to add Facebook like page on your website?

Add Facebook like page on your website. The Page plugin lets you easily embed and promote any public Facebook Page on your website. Just like on Facebook, your visitors can like and share the Page without leaving your site. You can use the Page plugin for any Page that is not restricted, for example, by country or age. Adding the Page Plugin to a Website The standard configuration of the Page plugin includes only the header and a cover photo. This size is ideal for promoting your Page in a small space, such as the top of a sidebar. Link :  https://developers.facebook.com/docs/plugins/page-plugin/ Credits: Facebook

How to Add Your WordPress Site to Google Webmaster Tools

What is a Google Webmaster Tools? Google’s Webmaster tools is a set of tools offered by Google to give publishers a look at how their website is seen by the search engine. It provides reports and data that can help you understand how different pages on your website are appearing in search results. It shows you the search queries where a page from your website appears in the results and how often it is clicked. This data can help you improve your older articles, write new content, and formulate a content strategy for your website. Google webmaster tools also allows you to submit XML sitemap of your website, exclude URLs, and help Google display the most important content of your website. It also notifies you if there is a problem with your site which is stopping Google from crawling and indexing your pages. Credit :  www.wpbeginner.com

Increase 512MB Upload Limit for All-in-One WP Migration Plugin

IMPORTANT UPDATE (08/29/2018) For the instructions outlined in this tutorial to work, you must use version 6.77 or earlier of the All-in-one WP Migration Plugin. You need to use the old version of All-in-One WP Migration Plugin 6.77  here . There are 7 steps in this tutorial: 1. Activate Plugin 2. Open Plugin Editor 3. Select Plugin 4. Open Constants.php File 5. Edit Constants.php File 6. Save Changes 7. Test Settings 1. Activate Plugin Make sure that your All-in-One WP Migration plugin is activated. 2. Open Plugin Editor From your WordPress sidebar menu, click on  Editor  under the Plugins column. 3. Select Plugin In the upper right-hand corner of the Editor page, select the All-in-One WP Migration plugin. 4. Open constants.php File After selecting the All-in-One WP Migration plugin, select  constants.php  from the list of plugin files. 5. Edit constants.php File Scroll down to line 249 of the  con...