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

BYFN crypto-config.yaml Configuration File
What is the crypto-config.yaml Configuration File used in BYFN (Build Your First Network)? The crypto-config.yaml Configuration File provides settings on how to generate private keys and public certificates for network entities: order and peer organizations. Here is the default copy of crypto-config...
2020-10-26, 1146🔥, 0💬

"docker container create image_name" Command
How to create a new container from an image with "docker container create image_name" command? You can create a new container from an image with "docker container create image_name" command by giving the image name. 1. Get the image name with the "docker image list" command. fyicenter$ docker image ...
2019-04-06, 1146🔥, 0💬

Understanding Data Values as Objects
Where to find tutorials on Understanding Data Values as Objects? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Understanding Data Values as Objects: 'int' Values are Objects 'bool' Values are Objects 'float' Values are Objects 'str' Values ar...
2023-07-01, 1145🔥, 0💬

Requirements for Google OpenID Connect Integration
What are requirements for OpenID Connect Integration? If you want to integrate your application with Google OpenID Connect interface, you need to prepare the following: You need a Google account. A Gmail account is good enough. Register your application as a client application project in your Google...
2021-03-21, 1145🔥, 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, 1143🔥, 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, 1142🔥, 0💬

Build and Run Python Hello Website Image
How to build a Hello Website Docker image using the Python base image? I have the Dockerfile ready. If you have the Dockerfile ready as shown in the last tutorial, you continue to build a new Docker image and run it. 1. Build the new image. fyicenter$ docker image build --tag python-web . Step 1/7 :...
2020-08-25, 1141🔥, 0💬

Default orderer.yaml in Orderer Docker Image
What is the Default orderer.yaml file in Orderer Docker Image? The default orderer.yaml file in the Orderer Docker Image is the default version of orderer.yaml, which provides settings to control the behavior of the Orderer peer. If you deploy the Orderer Docker container without your own version of...
2019-08-23, 1141🔥, 0💬

Hyperledger Composer Playground
Where to find tutorials on Hyperledger Composer Playground. Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Hyperledger Composer Playground. What Is Hyperledger Composer Playground Start Hyperledger Composer Playground What Is Basic Sample Busi...
2019-04-13, 1141🔥, 0💬

HTML 'p' Tag/Element
What Is an HTML "p" Tag/Element? A "p" element is a block level element that can be used directly as a sub-element in the body element. You can use "p" elements to specify paragraphs of text and in-line elements. Here are basic rules about p elements: "p" elements are mixed content elements. "p" ele...
2023-08-09, 1139🔥, 0💬

Install PaperNet Chaincode (Smart Contract)
How to install the PaperNet Chaincode (Smart Contract), papercontract.js? If you are the MagnetoCorp administrator, you need to use the peer chaincode install command to copy the papercontract chaincode from their local machine’s file system to the file system within the target peer’s docker contain...
2019-12-02, 1138🔥, 0💬

Run Simple EPUB Reader
How to run Simple EPUB Reader to view an EPUB book? I want to use it to read "The Geography of Bliss" EPUB book. If you have download "The Geography of Bliss" EPUB book, GeographyofBliss_oneChapter.ep ub,as shown in earlier tutorial, you can follow this tutorial to view the EPUB book in "Simple EPUB...
2019-01-01, 1138🔥, 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, 1137🔥, 0💬

HTML 'body' Element Attributes
What Attributes Are Allowed in the HTML Body Element? XHTML 1.0 strict version does not allow some attributes that were commonly used in early versions of HTML specification. For example: "background" can be used to specify a background image, and "bgcolor" can be used to specify the background colo...
2023-08-09, 1137🔥, 0💬

"docker container stop/kill" - Stop/Kill Container
What is the difference between "docker container stop" and "docker container kill" commands? There is not much difference between "docker container stop" and "docker container kill" commands. Both commands will send the KILL signal to the running command on the container. Here is a list of options s...
2023-03-28, 1137🔥, 0💬

'import' Module Loading Statement
How to use "import" statement to load Python modules? If you created a Python module file called "firstModule.py" as described in the previous tutorial, you can load it into your Python execution session using the "import" statement: 1. Make sure the module file is in the current directory: \fyicent...
2022-08-26, 1134🔥, 0💬

Run and Register Kindle for PC
How to Run and Register Kindle for PC? You can follow this tutorial to run and register Kindle for PC on your Windows computer. 1. Search and run "Kindle for PC" on your computer. You see the Amazon sign screen. This is needed to register your Kindle for PC with an Amazon account. 2. Sign in with yo...
2022-07-01, 1134🔥, 0💬

Components Involved in OpenID Connect Authentication
What are components involved in OpenID Connect authentication flows? There are 4 components involved in a typical OpenID Connect authentication flow: 1. OpenID Provider (OP) - The OpenID Connect authentication service provider, who provides services to authenticate the end user. For example, Microso...
2021-08-11, 1134🔥, 0💬

BYFN Chaincode - chaincode_example02.go
What is the chaincode in Golang used in BYFN (Build Your First Network)? The chaincode in Golang used in BYFN (Build Your First Network) is located in the chaincode_example02.go file and located in hyperledger-binaries/fabric-sa mples/chaincode/chaincode_exam ple02/go/directory: $ cd hyperledger-bina...
2019-04-13, 1134🔥, 0💬

BYFN Root CA Certificates
Where are BYFN root CA (Certificate Authority) certificates are located? Like all Hyperledger Fabric networks, BYFN is a private and permission based hyperledger network. Access to the network are control PKI (Public Key Infrastructure) technology. In BYFN, each organization who manages peer nodes a...
2023-07-20, 1133🔥, 1💬

💬 2023-07-20 mohsin: How can i register ad enroll user usig msp and ca

HTML Element Attributes
What Is an HTML Element Attribute? An element attribute is a predefined property about this element. Element attributes allows you to provide additional information to the element. Most HTML elements have some common attributes. But many HTML elements have their own specific attributes. Here are som...
2024-04-07, 1131🔥, 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, 1130🔥, 0💬

Nested HTML 'blockquote' Elements
Can XHTML "blockquote" Elements Be Nested? Yes. Blockquote elements can be directly nested. This allows you to include one quote inside another quote. Below is a good example of nested blockquote elements: &lt;?xml version="1.0" ?&gt; &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Stric...
2023-08-03, 1129🔥, 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, 1129🔥, 0💬

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