Google chrome stopped working windows 7

Running Chrome on Windows 7, 8.1 in early 2023

When Google Chrome stops working in Windows 7, there are three areas you need to troubleshoot: in the browser, in other software, and in Windows 7 settings. For example, you should investigate your browser’s extensions…

263 Likes comments off
Wordpress Business Website for free

SSL working wordpress with infinityfree and cloudflare

This tutorial is very useful for new beginners that want to build a rich content website without any fee except a domain name fee. This means you could start a business website with around $10/year…

242 Likes comments off
full-strict-cloudflare-config

ERR_TOO_MANY_REDIRECTS wordpress on self-hosted server

If you’re running dns on cloudflare and SSL on your VPS, you’ll meet this message sometimes. Today I’ll tell you how to fix it easily. On Cloudflare , go SSL/TLS option: Switch the Flexible (…

247 Likes comments off

Activate Astra Pro License

As far as I know Astra theme with Elementor will help any low tech admin to build a professional website with some clicks. You can purchase the license from the official site And you just…

257 Likes comments off
Automation Tool

Automation Tool with bash shell

Linux command for remove duplicate lines in a file Repeat a loop to solve the list Crawl the url list with http response code Remove blank lines in file Delete lines match pattern in text…

252 Likes comments off

Useful Commands work with Github SCM

Install git on Macbook via Homebrew: Verify the installation: Connect to the github account. By using github username and personal access tokens To create the personal access tokens as github password : From github.com page,…

238 Likes comments off
Inaccessible Boot Device

Windows 11 Green Screen Problem: Inaccessible_Boot_Device

If you’re a fan of Windows OS, It’s time to update the latest Windows 11. But there’s some problem with your device ( laptop PC ) while upgrading from windows 10 to windows 11. And…

234 Likes comments off

zsh: no matches found workaround ?

Solving “zsh: no matches found” error when running youtube-dl mp3 extract task. Here is my bash script on my Macbook : Usage: getaudio youtube-url and I met the error message: zsh: no matches found I…

242 Likes comments off

Fix x509 certificate signed by unknown authority

This error will appear when you’re trying to update/download files from https resources Solution is running the following command

226 Likes comments off
Dad Jokes

Code an ERC 20 Token on Ethereum/Polygon or Matic chain

How to create your own crypto coin, ERC 20 token, based on ETH/Polygon or Matic chain. Here is the simple code of standard ERC 20 token, follow the Token Standard (technical spec) EIP-20. // SPDX-License-Identifier:…

257 Likes comments off