Fix This pull request contains merge conflicts that must be resolved error in git or Github. The error is quite terrific looking but has fix. We talked about common terminologies used for revision control softwares and also talked about git. This error is common with Github where you are a user / contributor and project is owned by someone else. First it is important to know why it happens and … [Read more...]
General
Explanation of different terms used for computer hardware, computer software and in the Internet.
Nginx SSL Certificate Incomplete Chain Issues Fix
For the basic SSL/TLS Certificate, New Users Might Get Confused and Face Error. The commonest error which is faced by SSL Labs Test is Chain issues - Incomplete error. Usually it results in " Grade capped to B." Here is Nginx SSL Certificate Incomplete Chain Issues Fix Guide. GeoTrust and Thawte actually sends all the needed stuffs. Usually for Quick SSL Certificates, the server certificate is … [Read more...]
Must Know GNU/Linux Commands For the SSH Users
Here Are Some Must Know GNU/Linux Commands For the SSH Users Who Are Relatively Newer and Primarily Managing Own Servers to Run their Websites. Obviously, they are System Admin; but we guess they need some kind help! Usually we use Nginx, PHP5-FPM, MariaDB/MySQL setup (or LEMP setup) to run WordPress, so basically you need not know huge number of commands at the beginning. Also there are some … [Read more...]
fish Shell : The Friendly Interactive Shell
fish Shell is Really a Friendly Interactive Shell Which Be Used on GNU/Linux, OS X or UNIX Systems. fish is a user-friendly and Exotic Shell. Previously we have talked about UNIX Shell, Terminal and Terminal Emulators for providing the basic idea. On OS X, we usually use oh-my-zsh with iTerm2 and Homebrew as package manager. That oh-my-zsh can be replaced with fish Shell or at least can be tested … [Read more...]
Nginx XenForo Rewrite Rules
By Default, With XenForo, Rewrite Rules For Apache2 is Provided. Here is Nginx Xenforo Rewrite Rules Both For Nginx Plus & Community Edition. Usually with Nginx Plus, the configuration is done with the file /etc/nginx/nginx.conf, whereas for Community Edition of Nginx, we use /etc/nginx/sites-available/default file. This small guide on Nginx XenForo Rewrite Rules will probably help you to … [Read more...]
Non Profit Company & NGO : Basics to Start
Here is the basic details about how to open and run a Non Profit Company & NGO with Indian Citizenship. We have explained the working models. One of our reader after reading the article on Private Limited Company formation, asked us to make the things around Non-Govermental Organization (NGO) easy. We wrote before - there are three methods for any kind of company related registrations - by … [Read more...]
Using NetBSD Package Manager on OS X
OS X is Modified BSD. We Can Use NetBSD Package Manager on OS X for Package Management Just Like We Use Homebrew or Fink or Even apt on OS X. We have previously published guides on install apt on OS X, Homebrew on OS X and this time - NetBSD Package Manager on OS X. Understanding NetBSD Package Manager on OS X As like Homebrew, we need to install/update Xcode Command Line … [Read more...]
Work With root Username on OS X Terminal/iTerm2
If you want to use OS X in a kind of Linux or BSD way, there is way to become the root user. This guide is intended for the advanced users who can understand chmod, chgrp, chown - at minimum. Ordinary users need not to become root for fun only. The title of this article reflects what we want to mean - Work With root Username on OS X Terminal/iTerm2. How To Work With root Username on OS … [Read more...]
Fix WordPress mainContentOfPage Schema Error (Genesis)
The New Google Structured Data Testing Tool Gives Error Against Genesis HTML5 Child Themes. Commenting Out Three Lines Will Fix This Issue. According to IBM , Microdata is a simple way to add structured data on the web page. It defines several attributes, such as item type and itemprop, can be placed in the HTML tag to indicate what the page is about. Microdata was introduced in 2009 by Ian … [Read more...]
Google Scholar Metadata : Guide For WordPress
Here is a Full Guide to Rightly Debug Google Scholar Metadata for WordPress Including Debugging JSON-LD, Dublin Core and Conflicting Meta Tags. If you can not debug rightly, basically you'll never get the Citation Links, Related Articles and other important stuffs which peoples basically seek for. There is a Plugin named Google Scholar Plugin for adding Google Scholar Metadata in WordPress - it is … [Read more...]
What is WebSocket Protocol?
WebSocket protocol is a TCP-based network protocol designed to be a two-way link between a web application and a web server in client server model. We have talked about the Protocols related to Internet of Things, this Protocol; standardized by the IETF as RFC 6455 in 2011 and as WebSocket API in Web IDL by W3C, can be a part of IoT related protocols. Normally, we can use WebSocket Protocol for … [Read more...]