<< < 17 18 19 20 21 22 23 24 25 26 27 > >>   ∑:9022  Sort:Date

Setting Up a Gopher Server on Linux Systems
This section provides a quick introduction of setting a Gopher server on a Linux system.
2023-06-22, ∼3746🔥, 6💬

💬 2023-06-22 Herong: Supratim, thank you for sharing the information!

💬 2023-06-22 Supratim Sanyal: Amazing - still works in 2023 with gcc 9.4.0. All it needs is commenting out the "extern char *sys_errlist[];" scattered around ...

💬 2022-08-02 Herong: Mark, yes. You need to setup fort forwarding on your router to provide access to the Gopher server on a local network.

💬 2022-07-26 Mark: Does a Gopher server need to have port forwarding configured to be accessible outside the local network?

💬 2016-12-07 Herong: Gopher does not support any form submission. You need to use HTTP, the Web page protocol.

(More comments ...)

Exporting a List of Root CA Certificates
This section provides a tutorial example on how to export a list of trusted root CA certificates with the certificates console on a Windows system.
2022-06-28, ∼3745🔥, 3💬

💬 2022-06-28 confused: ?????????????????

💬 2018-03-13 Michael Knoy: Finally someone who knows their shit! Over 20 years on the net and you have some of the best straight forward info. Thank You Ve...

💬 2017-03-28 Josh: Just what I needed. Thank you!

Opening UTF-8 Text Files
This section provides a tutorial example on how to open a UTF-8 text file with Nodepad correctly by selecting the UTF-8 encoding option on the open file dialog box.
2022-03-22, ∼3736🔥, 3💬

printenv.pl - Testing Perl CGI Environment
This section provides a tutorial on how to modify the Perl CGI test script, printenv.pl, and run it to verify Apache 2 Perl CGI configuration.
2020-12-14, ∼3732🔥, 2💬

💬 2020-12-13 Herong: Alan, yes. You can run a similar Perl CGI script on a Linux server and you will get a different set of environment variables.

💬 2020-12-12 Alan: Under Linux/unix at least you can also do a chmod +x on the program and run it from a command line to test. The CGI environment ...

Running VBScript Code Files
This section provides a tutorial example on how to run a VBScript file with or without 'cscript/wscript' command.
2015-08-09, ∼3729🔥, 1💬

💬 2015-08-09 mll: p

Encryption using RSA Public Key with SoapUI
This section provides a tutorial example on how to encryption the SOAP body element content with a RSA public key certificate using SoapUI.
2016-11-04, ∼3702🔥, 3💬

💬 2016-11-04 kalasba: hi, please can you share online training & video ?

💬 2016-07-14 Herong: Hi Sejai, please share SoapUI tutorials here, not ads.Thanks.

💬 2016-07-09 sejal: hi,we provide online training & video tutorial for soapui for free videos refer [URL removed]

Introduction of HTTPS (Hypertext Transfer Protocol Secure)
This chapter provides a quick introduction of HTTPS (Hypertext Transfer Protocol Secure). Topics include what is HTTPS; Web server authentication; communication data encryption.
2017-11-15, ∼3698🔥, 3💬

💬 2017-11-15 amal: third visit

💬 2016-04-29 amal: second visit

💬 2016-04-29 amal: first visit

DriverManager - Loading JDBC Driver
This section describes how to load a JDBC driver and register it with DriverManager.
2022-07-29, ∼3660🔥, 1💬

💬 2022-07-29 Sonu: Load driver

Saving Files in "Unicode (UTF-8)" Option
This section provides a tutorial example on how to save text files with Nodepad by selecting the 'Unicode (UTF-8)' encoding option on the file conversion dialog box.
2018-07-17, ∼3642🔥, 2💬

💬 2018-07-17 Me: Very good, but Unicode (nothing else) worked for me!

💬 2016-10-08 shital p: it's works fine for me thank u

Chinese Horoscopes - The Sheep/Goat Personality
It is lucky that the sheep is ranked eighth in the series of Chinese zodiac animals, for the number "eight" in China is an auspicious one, symbolizing peace and prosperity. Generally speaking, people born in the year of sheep are generous, just and kind, and easily touched by other people's misfortu...
2021-08-07, ∼3639🔥, 0💬

"Hello_REST" - REST Web Service
"Hello_REST" is an REST Web service for test purpose only. High level information about this "Hello_REST" Web service: WADL Document: Hello_REST.wadl . Web service endpoint: http://www.herongyang.com/Serv iceRepresentations of resources: Hello_REST.php Operations: GET and POST Operation parameters: ...
2021-02-18, ∼3626🔥, 0💬

2600: Miscellaneous Symbols
This section provides a quick summary of the Unicode code point block: 'Miscellaneous Symbols', which contains 160 code points to represent more miscellaneous symbols.
2024-01-23, ∼3624🔥, 0💬

Install MySQL Connector/Python on CentOS
This section provides a tutorial example on how to install MySQL Connector/Python on CentOS systems.
2022-10-01, ∼3624🔥, 0💬

中国生物新冠疫苗 - 深度解答
中国生物新冠疫苗究竟是怎样研发出来的?有效吗?够用吗? 下面我们对这些问题进行深入的解答: 中国生物新冠疫苗 - 研发时刻表 中国生物新冠疫苗 - 接种人次 中国生物新冠疫苗 - 接种年龄 中国生物新冠疫苗 - 保护效力 中国生物新冠疫苗 - 抗体保护期 中国生物新冠疫苗 - 变异株效力 中国生物新冠疫苗 - 生产能力 参考文献: 中国新冠疫苗安全吗、有效吗、够用吗? 中国生物董事长杨晓明回应, htt...
2021-03-21, ∼3616🔥, 0💬

Where Is Session Data Stored
This section provides a tutorial example on how to find out where the PHP engine stores session data. The session.save_path setting specifies the directory name for session data.
2016-01-23, ∼3611🔥, 3💬

💬 2016-01-23 Herong: Venki, PHP engine only provides mechanism to cache session data. You need an application server to manage userid and user profil...

💬 2016-01-21 venki: how to get current session userid

💬 2015-11-18 ' OR '1'='1' ({: ' OR '1'='1' ({

xml.dom.minidom for Building XML Document
This section provides a tutorial example on how to build a new XML document with Python xml.dom.minidom package.
2022-10-01, ∼3610🔥, 0💬

Zodiac - Encyclopedia
zodiac (zo´deak) [Gr. zoion=animal], in astronomy, zone of the sky that includes about 8° on either side of the ecliptic. The apparent paths of the sun, the moon, and the major planets all fall within this zone. The zodiac is divided into 12 equal parts of 30° each, each part being named for a cons...
2021-12-08, ∼3606🔥, 0💬

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2017-07-01, ∼3597🔥, 12💬

💬 2017-04-21 Herong: Dzung, you should have it in your email box now. Thanks.

💬 2017-04-20 Dzung Nguyen: Dr. Herong; I really enjoy your books. I donated $5 through PayPal. Would you let me know where I can download this PKI Tutorial...

💬 2016-12-06 zhaojie: thanks,i'm learning http ,so to know https !

💬 2016-10-18 ItslSteven: thanks

💬 2016-08-17 Herong: billm, please send me an email. Thanks.

(More comments ...)

GB2312 vs. Unicode
A quick introduction of GB2312 is provided. Topics include GB2312 character set; Location Codes; Native Codes; Unicode; GBK encoding and Unicode character set.
2024-05-14, ∼3587🔥, 14💬

💬 2024-05-14 jimmy wu: GB2312 convert to unicode

💬 2023-06-26 Rastus Zhang: Thanks

💬 2021-09-01 liq: study

💬 2021-05-12 grant: Thanks

💬 2020-04-25 yola: Yes!! Thanks!!

(More comments ...)

Installing and Running Derby (Java DB)
This chapter provides tutorial notes on downloading, installing and setting up Derby (Java DB) server. Topics include downloading and installing Java DB 10.5.3; verifying Java DB execution environment; running Java DB in Network Server mode; using 'ij' to create database and tables.
2020-10-08, ∼3583🔥, 4💬

💬 2020-10-08 Raji: Nice

💬 2015-08-09 a: g

"jar --update" - Updating Class Files in JAR
This section provides a tutorial example on how to 'jar --update' to update class files in JAR files.
2022-10-01, ∼3582🔥, 0💬

Unicode Tutorials - Herong's Tutorial Examples
This Unicode tutorial book is a collection of notes and sample codes written by the author while he was learning Unicode himself. Topics include Character Sets and Encodings; GB2312/GB18030 Character Set and Encodings; JIS X0208 Character Set and Encodings; Unicode Character Set; Basic Multilingual ...
2015-09-14, ∼3561🔥, 1💬

"brainpoolP256r1"“ - For 256-Bit ECC Keys
This section describes 'brainpoolP256r1' elliptic curve domain parameters for generating 256-Bit ECC Keys as specified by RFC 5639.
2022-10-01, ∼3556🔥, 0💬

Cryptography Terminology
This section provides descriptions on some commonly used cryptography terminologies
2019-02-18, ∼3542🔥, 2💬

💬 2019-02-18 Hh: &lt;body bgcolor="red">

💬 2015-10-24 dexter aparicio: this site is my favorite reference on cryptography topics

<< < 17 18 19 20 21 22 23 24 25 26 27 > >>   ∑:9022  Sort:Date