Related Articles
How to Get/Create Google Analytics HeatMap Plugin on Websites or Blogs
If you have a website or blog then using Heat Map analytics you can know more details of your website like how many users visited, Page Views, Unique Pageviews, Time Spent on the website etc., and there is a free Heat Map tool from Google which you can create/implement or use on your websites. Google […]
Funny HTML Jokes
What do you call a game where touching the person makes them NOT it? Alt tag. What did the SEO do on his honeymoon? A: He put a ânofollowâ outside the door. What do you call a dating service that only collects a fee when two people hit it off? Pay per click. A SEO […]
How to see configuration of a Linux system
All configuration files are located in proc files on Linux. To see CPU Info on Linux, see below command cat proc/cpuinfo To see Memory Info on Linux, see below command cat proc/meminfo or free -m or free -g