<< < 6 7 8 9 10 11 12 13 > >>   ∑:297  Sort:Date

SquirrelMail Configuration for IMAPS Port 993
This section provides a tutorial example on how to configure a SquirrelMail Webmail site to use the secure IMAPS port 993 to retrieve emails from a mail server on the local network.
2023-05-27, 107🔥, 0💬

Publish Home Page index.html
This section provides a tutorial example on how to publish a simple 'Home Page' on Apache HTTP Server 'httpd' on Linux systems.
2023-05-26, 107🔥, 0💬

SquirrelMail Configuration for QQ Mail
This section provides a tutorial example on how to clone and configure a SquirrelMail Webmail site to access QQ mail server with secure protocols: IMAPS and SMTPS.
2023-05-27, 106🔥, 0💬

Thunderbird Installation on macOS
This section provides a tutorial example on how to install Thunderbird on macOS computers as an email client tool, also called MUA (Mail User Agent).
2022-10-01, 106🔥, 0💬

"g++ -shared" to Build Dynamic Library
This section provides a tutorial example on how to use 'g++ -shared' commands to compile your code and to build dynamic library file on Linux systems.
2022-10-01, 103🔥, 0💬

Running MySQL Database Server on Linux Systems
This chapter provides introductions and tutorial examples about MySQL database server on CentOS systems. Topics include installing MySQL 8.0 on CentOS 8; starting and stoping 'mysqld' as a system service; setting MySQL 'root' password; MySQL file and data locations; MySQL log files; backing up MySQL...
2022-10-01, 100🔥, 0💬

Install MySQL Database Server on CentOS
This section provides a tutorial example on how to install MySQL 8.0 server on CentOS 8 systems using 'dnf/yum' as the package manager.
2022-10-01, 100🔥, 0💬

Manage MySQL Server 'mysqld' on CentOS
This section provides a tutorial example on how to start and stop MySQL server program 'mysqld' as a system service on CentOS 8 systems using the 'systemctl' command.
2022-10-01, 100🔥, 0💬

Set MySQL Server "root" Password on CentOS
This section provides a tutorial example on how to set or reset 'root' password, in case it has no password or you can not remember the password, for MySQL 8.0 server on CentOS 8 systems.
2022-10-01, 100🔥, 0💬

MySQL Server File Locations on CentOS
This section provides a tutorial example on how to find and view MySQL Server file locations for MySQL 8.0 server on CentOS 8 systems.
2022-10-01, 100🔥, 0💬

MySQL Server Data Backups on CentOS
This section provides a tutorial example on how to create backups of MySQL databases and load it back to another MySQL server for MySQL 8.0 server on CentOS 8 systems.
2022-10-01, 100🔥, 0💬

MySQL Server Log Files on CentOS
This section provides a tutorial example on how to review log file settings and locations for MySQL 8.0 server on CentOS 8 systems.
2022-10-01, 100🔥, 0💬

MySQL Server Socket Connection on CentOS
This section provides a tutorial example on how to use the Socket Connection for client programs from the same host as the MySQL 8 Server on CentOS 8 systems.
2022-10-01, 100🔥, 0💬

MySQL Server TCP/IP Connection on CentOS
This section provides a tutorial example on how to use the TCP/IP Connection for client programs from any hosts to connect to the MySQL 8 Server on CentOS 8 systems.
2022-10-01, 100🔥, 0💬

Open Firewall for MySQL Server on CentOS
This section provides a tutorial example on how to setup MySQL server and firewall to client computers to use TCP/IP connections on CentOS 8 systems.
2022-10-01, 100🔥, 0💬

"Server sent charset unknown to the client" Error
This section provides a tutorial example on how to resolve the 'Server sent charset unknown to the client' error received in PHP mysqli_connect() call to MySQL 8.0 running on CentOS 8 systems.
2022-10-01, 100🔥, 0💬

Performance of Inserting Integers to MySQL Database
This section provides a tutorial example on how to test the performance of inserting integers into MySQL server database using PHP 'mysqli' functions. MySQL server is 100 times slower on my CentOS computer and macOS computer.
2022-10-01, 100🔥, 0💬

Performance Comparison of Inserting Integers vs. Strings
This section provides a tutorial example on how to check performance comparison between inserting integers and inserting strings to MySQL database.
2022-10-01, 100🔥, 0💬

Running Apache Web Server (httpd) on Linux Systems
This chapter provides introductions and tutorial on Apache Web server (httpd) on Linux systems. Topics include installing Apache web server (httpd).
2022-10-01, 100🔥, 0💬

Running PHP Scripts on Linux Systems
This chapter provides introductions and tutorial examples about running PHP scripts on Linux systems. Topics include installing PHP engine on CentOS Linux systems; installing missing PHP modules; dumping PHP environment info; 'include' statements.
2022-10-01, 100🔥, 0💬

"php -i" - Dump PHP Environment Information
This section provides a tutorial example on how to dump PHP environment information using the 'php -i' command. The output tells me where to go find different types of PHP program files.
2022-10-01, 100🔥, 0💬

Files Used in PHP "include" Statements
This section provides a tutorial example on how to the PHP engine search for files given in the 'include' statements.
2022-10-01, 100🔥, 0💬

Publish PHP Scripts on Apache Web Server
This section provides a tutorial example on how to publish PHP scripts on Apache Web Server on CentOS Linux systems.
2022-10-01, 100🔥, 0💬

Dump PHP/Apache Environment Information
This section provides a tutorial example on how to dump Apache/PHP environment information on CentOS Linux systems.
2022-10-01, 100🔥, 0💬

<< < 6 7 8 9 10 11 12 13 > >>   ∑:297  Sort:Date