<< < 5 6 7 8 9 10 11 12 > >>   ∑:283  Sort:Rank

"free" - Display Free and Used Memory
This section provides a tutorial example on how to display free and used memory information using the 'free' command on Linux systems.
2022-10-01, 141🔥, 0💬

"xz/unxz" - Compressed *.xz or *.lzma Files
This section provides a tutorial example on how to use 'xz' and 'unxz' commands to compress large files and restore them later. Compressed files will have the *.xz file name extension.
2022-10-01, 141🔥, 0💬

"sudo" Command and Privilege
This section provides a tutorial example on how to grant 'sudo' privilege to a user to allow him/her to run 'sudo' command to gain 'root' permission without login as 'root'.
2022-10-01, 140🔥, 0💬

Move All Users to a New System
This section provides a tutorial example on how to move all users to a new Linux system.
2022-10-01, 138🔥, 0💬

Install and Manage PHP Packages on CentOS
This section provides a tutorial example on how to install PHP 7.2 on CentOS 8 systems using 'dnf/yum' as the package manager.
2022-10-01, 130🔥, 0💬

Install and Manage PHP Modules on CentOS
This section provides a tutorial example on how to search and install additional PHP modules on CentOS 8 systems using 'dnf/yum' as the package manager.
2022-10-01, 122🔥, 0💬

Verify Apache Web Server "httpd"
This section provides a tutorial example on how to manage Apache Web Server 'httpd' on CentOS 8 systems, and how to publish HTML documents and PHP scripts..
2022-10-01, 116🔥, 0💬

Install and Manage Python Engine on CentOS
This section provides a tutorial example on how to install Python 3.6 on CentOS 8 systems using 'dnf/yum' as the package manager.
2022-10-01, 111🔥, 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💬

Dovecot - IMAP and POP3 Server
This chapter provides introductions and tutorial examples about Dovecot - IMAP and POP3 Server. Topics include installing, configuring, and starting Dovecot; testing Dovecot server using POP3 and IMAP commands with 'telnet'.
2022-10-01, 103🔥, 0💬

Thunderbird Configuratin for SMTPS Service
This section provides a tutorial example on how to configure Thunderbird use SMTPS (SMTP with SSL/TLS) service to securely sending out new emails.
2022-10-01, 103🔥, 0💬

Postfix - Mail Transport Agent (MTA)
This chapter provides introductions and tutorial examples about Postfix - Mail Transport Agent (MTA). Topics include installing, configuring, and starting Postfix; testing Postfix using STMP commands with 'telnet'; turn on 'SMTP Submission' and 'SMTPS' services; using 'postconf' command.
2022-10-01, 102🔥, 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💬

<< < 5 6 7 8 9 10 11 12 > >>   ∑:283  Sort:Rank