Category: Tools
-
Mouse and Keyboard sharing across Computers
We use multiple computers in workspace or in home. Often need to share same mouse and keyboard for all because you probably have a wireless/wired keyboard mouse set. here arises the issue that how to share same set of input controllers for both machines. Below are a few free and paid options for you to…
-
How to switch your DNS to Google DNS or Cloudflare DNS on Windows 10?
So, this is the scenario. You are using some local ISP which has its own DNS server fulfilling your DNS requests but to speed things up and not rely upon a DNS server which is updated less frequently. For that purpose,we can switch our computer’s DNS to some other public DNS like Google’s or Cloudflare…
-
Testing Configuration for Paytm Gateway Plugin India
Paytm Payment Gateway Testing Data Online payment solutions for all your transactions by Paytm Woocommerce Plugin Download the plugin here: https://github.com/Paytm-Payments/Paytm_Woocommerce_Kit Enable/Disable Enable/Disable Enable Paytm Payments. Title Title Paytm This controls the title which the user sees during checkout. Description Description The best payment gateway provider in India for e-payment through credit card, debit card…
-
What are Customer Relationship Management (CRM) Software?
What Is CRM? CRM, also known as Customer Relationship Management can be understand as the software which was developed to improve the customer services and to make the customer services much more efficient. CRM Software act as the single tools which has the ability to bring your sales, marketing, customer support services at one place…
-
How to push into master or any other branch after removing last n commits in git?
git log to find out the commit you want to revert git push origin +daee17:master while daee17 is the commit before the wrongly pushed commit.+ was for force push Finally use git push origin master to sync your local with your git repo And that’s it. Below is my log aka example. One of the…
-
5 ways to redirect your Web page?
Hi Everyone! In this post we will be learning about redirects. And see how you can redirect your web-page. We will see two ways to redirect web-pages: Through your registrars’ Cpanel. Right into your code. Through cPanel redirect feature You can easily redirect your visitors from one page to another with the help of the Redirects feature. …
-
How to learn Git in 15 minutes? List of most basic git commands
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn and has a tiny footprint with lightning fast performance. Every dev has a working copy of the code and full change history on their local machine Here are…
-
Programming Paradigm.
Hi Everyone! Today we are going to talk about programming paradigm. And in pronounces, the ‘g‘ is silent in ‘paradigm’. So, in layman’s language programming paradigm is just the style of programming. Their are various styles of programming. Every developer is different, hence is the style. Here we are about to talk about the most…
-
How to increase EBS storage block size on a running spot instance in AWS?
So, you created a aws group with a small ebs storage size and now that the site is in production, storage disk is full and it was mounted as root storage, now you are asking “MY AWS INSTANCE STORAGE IS FULL, WHAT TO DO?”or “How do I increase the EBS volume size of a running…
-
The most difficult CS subjects.
Hi Everyone! Let’s talk about the most difficult CS subjects and why these subjects are considered difficult. These are the subjects that really need an astonishing amount of hard work to excel and master them. So, without any further due, let’s just dive into this. The hardest CS subjects: 1.ARTIFICIAL INTELLIGENCE: Giving consciousness to machines,…