Linux Tutorials Herong S Tutorial Examples

DOWNLOAD
Download Linux Tutorials Herong S Tutorial Examples PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Linux Tutorials Herong S Tutorial Examples book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages. If the content not found or just blank you must refresh this page
Linux Tutorials Herong S Tutorial Examples
DOWNLOAD
Author : Herong Yang
language : en
Publisher: HerongYang.com
Release Date : 2009-01-01
Linux Tutorials Herong S Tutorial Examples written by Herong Yang and has been published by HerongYang.com this book supported file pdf, txt, epub, kindle and other format this book has been release on 2009-01-01 with Computers categories.
This book is a collection of notes and sample codes written by the author while he was learning Linux systems. Topics include using Cockpit Web portal for admin tasks; managing users and groups; managing files and directories; managing NTFS, CIFS, EXT4, LBA, LVM file systems; using network tools and security firewall; installing CentOS systems; using SELinux (Security-Enhanced Linux) system; DNF/YUM software package manager; SSH Server configuration and client tools; managing vsftpd - Very Secure FTP daemon; managing directory service with OpenLDAP; Updated in 2024 (Version v5.44) with email topics moved to 'Email Tutorials' book. For latest updates and free sample chapters, visit https://www.herongyang.com/Linux.
Python Tutorials Herong S Tutorial Examples
DOWNLOAD
Author : Herong Yang
language : en
Publisher: HerongYang.com
Release Date : 2011-04-01
Python Tutorials Herong S Tutorial Examples written by Herong Yang and has been published by HerongYang.com this book supported file pdf, txt, epub, kindle and other format this book has been release on 2011-04-01 with Computers categories.
This Python tutorial book is a collection of notes and sample codes written by the author while he was learning Python language himself. Topics include: installing Python environments on Windows, macOS and Linux computer; Python built-in data types; variables, operations, expressions and statements; user-defined functions; iterators, generators and list/set/dictionary comprehensions; modules and packages; sys, os, and pathlib modules; Anaconda Python environment manager; Jupyter Notebooks; NumPy, SciPy libraries. Updated in 2024 (Version v2.15) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/Python.
Email Tutorials Herong S Tutorial Examples
DOWNLOAD
Author :
language : en
Publisher: HerongYang.com
Release Date : 2019-01-01
Email Tutorials Herong S Tutorial Examples written by and has been published by HerongYang.com this book supported file pdf, txt, epub, kindle and other format this book has been release on 2019-01-01 with Computers categories.
This book is a collection of notes and sample codes written by the author while he was learning email systems. Topics include email message transmission protocols: SMTP, IMAP, POP3; secure connections with SSL/TLS protocols; managing Postfix server as MSA, MTA and MDA agents; managing Dovecot server for email retrieval with IMAP and POP3 protocols; Thunderbird and other email client tools. Updated in 2024 (Version v1.03) with minor updates. For latest updates and free sample chapters, visit https://www.herongyang.com/Email.
Mac Tutorials Herong S Tutorial Examples
DOWNLOAD
Author : Herong Yang
language : en
Publisher: HerongYang.com
Release Date : 2022-01-01
Mac Tutorials Herong S Tutorial Examples written by Herong Yang and has been published by HerongYang.com this book supported file pdf, txt, epub, kindle and other format this book has been release on 2022-01-01 with Computers categories.
This book is a collection of notes and sample codes written by the author while he was learning macOS. Topics include Macintosh OS history; macOS basic functionalities; storage file systems; reviewing resource usage on running processes; installing productivity and programming tools; installing Java and related tools; installing Apache Web server and MySQL database server; using Keychain Access to manage passwords and certificates. Updated in 2023 (Version v3.07) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/Mac.
Mysql Tutorials Herong S Tutorial Examples
DOWNLOAD
Author : Herong Yang
language : en
Publisher: HerongYang.com
Release Date : 1999-01-01
Mysql Tutorials Herong S Tutorial Examples written by Herong Yang and has been published by HerongYang.com this book supported file pdf, txt, epub, kindle and other format this book has been release on 1999-01-01 with Computers categories.
This MySQL tutorial book is a collection of notes and sample codes written by the author while he was learning MySQL himself, an ideal tutorial guide for beginners. Topics include introduction of Structured Query Language (SQL); installation of MySQL server on Windows, Linux, and macOS; using MySQL client program; accessing MySQL server from PHP, Java and Perl programs; SQL data types, literals, operations, expressions, and functions; Statements of Data Definition Language (DDL), Data Manipulation Language (DML), and Query Language; creating and using indexes; using window functions; stored procedures; transaction management; locks and deadlocks; InnoDB and other storage engines. Updated in 2023 (Version v4.46) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/MySQL.
Jdbc Tutorials Herong S Tutorial Examples
DOWNLOAD
Author : Herong Yang
language : en
Publisher: HerongYang.com
Release Date : 2020-10-10
Jdbc Tutorials Herong S Tutorial Examples written by Herong Yang and has been published by HerongYang.com this book supported file pdf, txt, epub, kindle and other format this book has been release on 2020-10-10 with Computers categories.
This JDBC tutorial book is a collection of notes and sample codes written by the author while he was learning JDBC technology himself. Topics include installing JDK and Derby database server; using Derby JDBC driver; database connection URLs; introduction to Result Set; Meta Data, Prepared Statement, CLOB, and BLOB; connection pooling with DBCP and C3P0. Updated in 2024 (Version v3.13) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/JDBC.
Php Tutorials Herong S Tutorial Examples
DOWNLOAD
Author : Herong Yang
language : en
Publisher: HerongYang.com
Release Date : 2019-01-01
Php Tutorials Herong S Tutorial Examples written by Herong Yang and has been published by HerongYang.com this book supported file pdf, txt, epub, kindle and other format this book has been release on 2019-01-01 with Computers categories.
This PHP tutorial book is a collection of notes and sample codes written by the author while he was learning PHP himself. Topics include PHP script syntax; data types, variables, array, expressions, statements and functions; Web server integration; HTTP requests and controlling HTTP responses; sessions, cookies, and file uploads/downloads; MySQL database server access; files, directories, and ZIP archives; parsing HTML Documents; processing image files; SOAP extension; managing non-ASCII characters; classes and objects; using PHP on Windows, macOS and Linux; executing external programs on operating system. Updated in 2022 (Version v5.16) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/PHP.
Data Encoding Tutorials Herong S Tutorial Examples
DOWNLOAD
Author : Herong Yang
language : en
Publisher: HerongYang.com
Release Date : 2023-01-01
Data Encoding Tutorials Herong S Tutorial Examples written by Herong Yang and has been published by HerongYang.com this book supported file pdf, txt, epub, kindle and other format this book has been release on 2023-01-01 with Computers categories.
This book is a collection of tutorial notes and example codes written by the author while he was learning different data encoding algorithms. Topics include introduction of data encoding algorithms: Base32, Base64, UUEncode; Base64 Encoding Algorithm with W3C Implementation; Base64 Encoding tools and API in Java, Python, PHP and Perl; Base67URL Encoding to be URL and Filename safe; Base32 Encoding Algorithm with Java, PHP and C++ Implementations; URI/URL encoding with Java and PHP example programs; application/x-www-form-urlencoded encoding with Java and PHP example programs; UUEncode Encoding Algorithm with Sun Implementation. Updated in 2023 (Version v5.23) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/Encoding.
Perl Tutorials Herong S Tutorial Examples
DOWNLOAD
Author : Herong Yang
language : en
Publisher: HerongYang.com
Release Date : 1995-01-01
Perl Tutorials Herong S Tutorial Examples written by Herong Yang and has been published by HerongYang.com this book supported file pdf, txt, epub, kindle and other format this book has been release on 1995-01-01 with Computers categories.
This Perl tutorial book is a collection of notes and sample codes written by the author while he was learning Perl language himself. Topics include introduction of ActivePerl; data types, variables and expressions; scalars, arrays, hash maps, and references; input/output and file systems; DBM files and MySQL access; socket communication; generating executables; XML::Simple and RPC:XML modules; LWP::UserAgent, HTTP::Request and SOAP::Lite modules; CGI, and IIS/Apache integrations. Updated in 2024 (Version v6.02) with minor updates. For latest updates and free sample chapters, visit https://www.herongyang.com/Perl.
Java Tutorials Herong S Tutorial Examples
DOWNLOAD
Author : Herong Yang
language : en
Publisher: HerongYang.com
Release Date : 2020-10-10
Java Tutorials Herong S Tutorial Examples written by Herong Yang and has been published by HerongYang.com this book supported file pdf, txt, epub, kindle and other format this book has been release on 2020-10-10 with Computers categories.
This tutorial book is a collection of notes and sample codes written by the author while he was learning Java himself. Topics covered in the book include: Java language basics; execution environment; generic classes and parameterized type; generic methods and type argument inferences; enum types and constants; lambda expressions; annotation types and invocations; Java modules; execution threads and synchronization; memory management and garbage collection. Updated in 2024 (Version v8.22) with JDK 20. For latest updates and free sample chapters, visit https://www.herongyang.com/Java.