<< < 56 57 58 59 60 61 62 63 64 65 66 > >>   ∑:9086  Sort:Date

CFB (Cipher FeedBack) as a Stream Cipher
This section describes how DES CFB (Cipher FeedBack) operation mode can be modified as a 1-bit stream cipher or a 1-byte stream cipher.
2022-03-10, ∼947🔥, 2💬

Android 4.0.3 Emulator File Systems
This section describes file systems used by the Android 4.0.3 emulator system. 8 file systems are supported in the Android emulator: /dev, /mnt/asec, /mnt/obb, /system, /data, /cache, /mnt/sdcard, and /mnt/secure/asec.
2016-03-08, ∼946🔥, 1💬

XML Files with Embedded DTD Statements
This section provides a tutorial example on how to include DTD statements inside XML files. Embedded DTD statements should appear after the 'xml' process instruction and before the root element.
2020-12-05, ∼945🔥, 2💬

4E00: CJK Unified Ideographs
This section provides a quick summary of the Unicode code point block: 'CJK Unified Ideographs', which contains 20992 code points to represent Chinese characters used in CJK (Chinese, Japanese, and Korean) languages.
2024-01-23, ∼943🔥, 0💬

Closing AWT Frame and Terminating Application
This section provides solutions and sample program on how to close an AWT frame and terminate the application.
2022-10-01, ∼943🔥, 0💬

LVM (Logical Volume Manager)
This chapter provides introductions and tutorial on LVM (Logical Volume Manager). Topics include introduction to LVM components: PV (Physical Volume), VG (Volume Group), LV (Logical Volume); creating and managing PV, VG, LV; extending file systems on LVs on the fly.
2022-10-01, ∼943🔥, 0💬

bitcoin-qt - Debug Window Console
This section describes how to use the debug window console on Bitcoin-Qt - Bitcoin Core GUI
2022-10-01, ∼942🔥, 0💬

GC Log Message Format for Serial Collector
This section provides explanations on GC log messages generated from the Serial Collector.
2022-10-01, ∼942🔥, 0💬

Introduction to JavaScript
This chapter provides a quick introduction of JavaScript. Topics include what is JavaScript; writing JavaScript code inside HTML documents; running JavaScript code in Web browser; browser built-in JavaScript object 'document'.
2016-04-04, ∼942🔥, 2💬

💬 2016-04-04 Raymond Poston: Thanks for this opportunity

1E00: Latin Extended Additional
This section provides a quick summary of the Unicode code point block: 'Latin Extended Additional', which contains 256 code points to represent additional Latin alphabets used in Latin languages.
2024-01-23, ∼941🔥, 0💬

Using CertificateFactory Class to Read in Certificates
This section provides a tutorial example on how to write a sample program to read in certificate files with the java.security.cert.Certificate Factoryclass.
2022-10-01, ∼940🔥, 0💬

Installing Apache Ant 1.9 on Windows System
This chapter provides tutorial notes on installing Apache Ant on Windows systems. Topics include downloading and installing Apache Ant 1.9.5; Ant build process preparation; creating an example Ant build file.
2023-08-08, ∼938🔥, 3💬

💬 2023-08-08 foadtul bahari: bagaimana nak install

💬 2021-06-14 yuguangzhou: use ant

Use OpenLDAP Client Tools
This section provides a tutorial example on how to install OpenLDAP client tools and use them to access and manage LDAP server remotely.
2022-10-01, ∼938🔥, 0💬

14400: Anatolian Hieroglyphs
This section provides a quick summary of the Unicode code point block: 'Anatolian Hieroglyphs', which contains 583 code points to represent the Anatolian Hieroglyphs script which appeared on personal seals, monumental inscriptions, and other objects in the second and first millennia BCE in present-d...
2024-01-23, ∼937🔥, 0💬

jstack - Stack Tracer to Generate Thread Dump
This section provides a tutorial example on how to use the 'jstack' tool to generate a thread dump (print all running threads and their stack traces).
2017-01-23, ∼936🔥, 1💬

Java Exception: "java.lang.OutOfMemoryError: Java heap space"
This section provides a tutorial example on how JVM expands the Heap space to allocate more objects and leads to the 'java.lang.OutOfMemoryError: Java heap space' Java exception, if it is not allowed to expand any more.
2025-12-31, ∼935🔥, 1💬

Page Footer with 3 Parts
This section provides a tutorial example on how to generate page footers with 3 parts aligned to left, center and right separately. A table of one row and three cells is used.
2022-10-01, ∼935🔥, 0💬

Installing Apache 2.4.37 on Windows Systems
This section describes how to install Apache 2.4.37 binary distribution on Windows systems. The server root directory setting needs to be changed to match the installation directory.
2016-05-15, ∼934🔥, 1💬

💬 2016-05-15 : 不知道

1F100: Enclosed Alphanumeric Supplement
This section provides a quick summary of the Unicode code point block: 'Enclosed Alphanumeric Supplement', which contains 256 code points to represent additional enclosed alphanumeric characters.
2024-01-23, ∼933🔥, 0💬

1DF00: Latin Extended-G
This section provides a quick summary of the Unicode code point block: 'Latin Extended-G', which contains 256 code points to represent Latin Extended-G alphabets used in the Latin Extended-G language.
2024-05-15, ∼932🔥, 1💬

💬 2024-05-15 Adrian rock field: It’s A Letter That Doesn’t Exist In keyboard

Viewing Components of Certificate Signing Request
This section provides a tutorial example on how to view different components of a CSR (Certificate Signing Request) for your public key with OpenSSL.
2023-12-17, ∼931🔥, 5💬

💬 2023-12-17 Herong: NB, Thanks for your comments. I see the value of signing the CSR now and will update the book accordingly.

💬 2023-12-15 NB: Your CSR does not contain your private key. It contains your public key and information about the domain(s) for which it should ...

💬 2014-03-29 Herong: Hi Mike, Sorry for the inconvenience. HTML tags are supported, but they are limited to admin users only to reduce spamming and h...

💬 2014-03-23 Mike: Wow. What a waste of time trying to make a legible comment post. No instructions on how to get a paragraph break, include a angl...

💬 2014-03-23 Mike: You made a note in "Viewing Components of Certificate Signing Request" where you said, "The request is signed with my private ke...

Creating and Deploying a Servlet on Tomcat
This section provides a tutorial example on how to create a simple Servlet class, compile it and deploy it on the Tomcat server.
2022-10-01, ∼927🔥, 0💬

"Web console" Login Welcome Message
This section provides a tutorial example on how to remove the 'Web console' Cockpit message displayed after logging in to a CentOS 8 system.
2022-10-01, ∼927🔥, 0💬

Installing Apache 2.4.37 on Windows Systems
This section describes how to install Apache 2.4.37 binary distribution on Windows systems. The server root directory setting needs to be changed to match the installation directory.
2016-05-28, ∼927🔥, 2💬

💬 2016-05-28 Herong: Сергей, you are welcome!

💬 2016-05-23 Сергей: Спасибо!

<< < 56 57 58 59 60 61 62 63 64 65 66 > >>   ∑:9086  Sort:Date