<< < 44 45 46 47 48 49 50 51 52 53 54 > >>   Sort: Date

Test Python Hello Website Container
How to test the Python Hello Website Container? I have it running now. If you have the Python Hello Website Container running as shown in the last tutorial, you continue to test it. 1. Check the container status: fyicenter$ docker container list CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS 7da8f1...
2020-08-25, 1108🔥, 0💬

Relation between HTML and URL
What Is the relation between HTML and URL? URL (Uniform Resource Locator) is a compact string representation of the location for a Web document or other resource that is available on the Internet. The URL of an HTML document is usually the document file name prefixed with the domain name of your Web...
2024-02-09, 1107🔥, 0💬

Issue to Install "npm 5.x" on Ubuntu 18
Why I can only install "npm 3.5.2" on Ubuntu 18? If you are running Ubuntu 18, the default "apt install npm" command will only insatlle "npm 3.5.2: $ sudo apt install npm ... installing the "npm" package $ sudo apt install npm Reading package lists... Done Building dependency tree Reading state info...
2021-04-04, 1106🔥, 0💬

Google OpenID Connect Authentication Request
What is the Google OpenID Connect Authentication Request? Before deciding which authentication flow you want to implement in your Web application, you need to have a good understanding of the Google OpenID Connect authentication request, which is the first call you have to make in any authentication...
2021-03-07, 1106🔥, 0💬

Watch Chaincode Container Log
How to watch the log file of chaincode Container Log? You can follow this tutorial to watch the log file of a chaincode container: 1. Set up new terminal on the hosting system to follow the log file of the chaincode container linked to "peer0.org1": $ docker ps --all | grep dev-peer0.org1 cc7aeb60bb...
2020-06-08, 1105🔥, 0💬

commercial-paper Sample Network
Where to find tutorials on Hyperledger Fabric commercial-paper Sample Network? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Hyperledger Fabric commercial-paper Sample Network. Objectives of commercial-paper Tutorials Start basic-network for ...
2019-12-19, 1104🔥, 0💬

What Is Distributed Ledger
What Is distributed ledger? A distributed ledger, also called Distributed Ledger Technology (DLT), is a consensus of replicated, shared, and synchronized data storage based the blockchain technology. The Distributed Ledger Technology can be used to change the way we do business today in many areas. ...
2023-03-28, 1103🔥, 0💬

Process Azure AD v1 Authentication Request
How to the Azure AD v1.0 Sign-On Authentication Request is process by Azure AD service? When Azure AD v1.0 service receives a Sign-On Authentication Request from an end user's Web browser, it will: Verify if the "client_id" value in the request is valid. If not, display an error message page to the ...
2022-05-01, 1103🔥, 0💬

Required Sub-elements in HTML
What Is a Required Sub-element? A required sub-element is a sub-element that you must included in the parent element. Most sub-elements are optional. But there are some sub-elements that are required by their parent elements. Here are two good examples: &lt;!-- Valid: "head" requires "title" --&...
2024-02-28, 1102🔥, 0💬

papercontract.js - PaperNet Chaincode (Smart Contract)
What is the PaperNet Chaincode (Smart Contract), papercontract.js? papercontract.js is the chaincode (or smart contract) for the PaperNet written in Node.js language. 1. View papercontract.js source code: (magnetocorp admin)$ cd ~/hyperledger-binaries/fabric- samples(magnetocorp admin)$ cd commercia...
2019-12-02, 1102🔥, 0💬

What Is Docker Client (or CLI)
What is Docker Client, or CLI (Command Line Interface)? Docker Client, or CLI (Command Line Interface), is a command line tool that allows you to manage the Docker environment, including the Docker Engine, Containers, Images, and Registries. When you install Docker, make sure that you have Docker CE...
2019-04-06, 1101🔥, 0💬

Common Errors in Reported by EpubCheck
Where to find tutorials on Common Errors Reported by EpubCheck? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Common Errors Reported by EpubCheck. ERROR(PKG-006) - Mimetype Not the First ERROR(PKG-005) - Mimetype Has Extra Field ERROR(OPF-030...
2022-02-09, 1100🔥, 0💬

Switch OS Type on Docker Desktop for Windows
How to Switch OS Type on Docker Desktop for Windows? One nice feature Docker Desktop for Windows is the ability to support 2 OS types: Linux and Windows. You can follow this tutorial to switch between Windows and Linux OS types on Docker Desktop. 1. Make sure "Docker Desktop" is running. 2. Right-cl...
2021-11-13, 1097🔥, 0💬

Build Implicit Flow with Google OpenID Connect
How to implement the OpenID Implicit Flow with Google OpenID Connect service? If you want to implement the OpenID Implicit Flow in your Web application to use Google OpenID Connect service, you should follow these steps: 1. Building the Google OpenID Connect Sign-on authentication request: Register ...
2022-02-04, 1096🔥, 0💬

Images in HTML 'pre' Elements
Can Images Be Included in "pre" Elements? Yes. In-line elements can be included pre elements. So images can be included in pre elements with img elements. Here is a good example of img elements in pre elements: &lt;?xml version="1.0" ?&gt; &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 ...
2023-08-03, 1094🔥, 0💬

Authentication Response Received from Azure AD v1
How to process the authentication response received from Azure AD v1.0 service after sending a sign-on authentication request? After Azure AD v1.0 service receives a sign-on authentication request from the end user's Web browser, it will process the request and redirect the Web browser to the "redir...
2022-05-01, 1094🔥, 0💬

Hyperledger Composer Tutorials
Where to find tutorials on Hyperledger Composer? I want to know how to create Hyperledger Composer business networks. Here is a large collection of tutorials to answer many frequently asked questions compiled by FYIcenter.com team about Hyperledger Composer: Introduction of Hyperledger Composer Hype...
2021-02-04, 1094🔥, 0💬

HTML 'body' Sub-Elements
What Elements Are Allowed as Body Sub-Elements? The content model of the body element is sub-element only. Character data is not allowed as body element's content. You can only enter sub elements inside the body element. But not all elements can be entered inside the body element. Strict HTML docume...
2023-08-09, 1091🔥, 0💬

Requirements to Python Hello Website Image
What are the requirements to build a Hello Website Docker image using the Python base image? If you want to build simple Hello Website Docker image using a Python script, you need to prepare the following required files. 1. Create the Hello Website Python script. fyicenter$ mkdir python fyicenter$ c...
2020-08-25, 1090🔥, 0💬

evaluate-transaction.js - Evaluate Chaincode Transaction
How to write a Node.js script to evaluate a transaction defined in the Invoke method of a chaincode? Here is sample Node.js script, evaluate-transaction.js, that uses a given user identity from the local wallet to evaluate a transaction on chaincode. /* Copyright (c) FYIcenter.com */ 'use strict'; c...
2019-04-22, 1090🔥, 0💬

Types of Hyperledger Fabric Docker Containers
How many types of Hyperledger Fabric Docker Containers are there? In a typical Hyperledger Fabric network (using goleveldb instead of couchdb), you will have 4 types containers running on the Docker Engine: 1. Orderer container - In a simple Hyperledger Fabric network, there is only one Orderer cont...
2020-07-07, 1089🔥, 0💬

OpenID Connect Authorization Code Flow
What is the authentication code flow specified in OpenID Connect? The Authorization Code Flow is most secure authentication flow specified in OpenID Connect. Here are the steps of the Authorization Code flow given in the OpenID Connect 1.0 specification: Rely Party prepares an authentication request...
2021-08-11, 1088🔥, 0💬

HTML 'head' Tag/Element
What Is the HTML "head" Tag/Element? The "head" element is the second element you need to learn. The "head" element is used to provide information about the XHTML document. The "head" element should not be used to contain any contents of the XHTML document. Here are some rules about the "head" tag/e...
2024-01-19, 1086🔥, 0💬

Create Identity Wallet for Balaji
How to Create Identity Wallet for Balaji at DigiBank? Like Isabella at MagnetoCorp, Balaji at DigiBank needs prepare his system with a wallet to store his identity. He also needs to install Node.js dependencies to run applications written with Hyperledger Fabric Node.js SDK. 1. Install Node.js depen...
2019-11-08, 1083🔥, 0💬

<< < 44 45 46 47 48 49 50 51 52 53 54 > >>   Sort: Date