Virif

Best and Workable Solution: Stop/Disable Windows 10 Auto Updates by group policy

In Windows 10 (any version), the Local Group Policy Editor allows you to disable automatic updates permanently or change the Windows Update policies to decide when updates should be installed on the device. Let’s See How can you Disable Windows 10 updates To disable automatic updates on Windows 10 permanently, use the following steps: Click…

Explore More

WP Admin Account Create from MySQL PHPMYADMIN

If you experience an issue in which your administrator account is blocked from accessing the WordPress dashboard, one way to resolve the problem is to create a new administrator account. As you are unable to do this from the dashboard, the alternative is to manually create the account in your WordPress database. Log in to…

Explore More

A complete step by step Angular 6 HttpClient guide on consuming RESTful API from the remote server

The following tools, frameworks, and modules are required to complete this Angular 6 tutorial: Node.js (Recommended version) Angular 6 Angular-CLI Terminal (Mac/Linux) or Node Command Line (Windows) IDE or Text Editor We assume that you have downloaded and installed Node.js environment. Now, let’s check the above requirement by open the terminal or Node command line then…

Explore More

Solved issue: SSL (https://) Secured URL Redirection

After intalling free or paid SSL certificate with your domain. If still showing your web address insecure. You need to redirect the http://(insecured) URL to https://(secured) protocol. It is very simple to do with htaccess file. First check your public_html (root directory) of your site. If you found any .htaccess file, then open it in…

Explore More

[Solved Issue] Codeigniter .htaccess in IIS (Windows Server) not working

404 – File or directory not found. when use codeigniter in windows IIS I am Facing error message when deploy codeigniter php site to windows server 2013 (iis8) Error Showing when click in link of sub page: 404 – File or directory not found. The resource you are looking for might have been removed, had…

Explore More

Basic linux commands list

Now we’ll discus about some basic linux commands with examples, you’re almost always going to need those commands, so better to remember them. However from my experience, it’s much easier to remember if you write them with pen on paper, rather than just typing on terminal. 1. pwd command This command prints the location of your…

Explore More