1 2 3 4 5 6 > >>   Sort: Rank

"g++ -I..." and CPATH Environment Variable
This section provides a tutorial example on how to use 'g++ -I...' option and/or CPATH environment variable to specify paths of include header files for GCC compiler.
2023-04-01, 3226🔥, 1💬

"g++ -c" and "ar src" to Build Static Library
This section provides a tutorial example on how to use 'g++ -c' and 'ar src' commands to compile your code and to build static library file on Linux systems.
2022-12-17, 1526🔥, 1💬

💬 2022-12-17 kimi no na wa: meaningful comments.

"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-02, 3070🔥, 2💬

💬 2022-10-02 Herong: Bergshoeff, you are welcome!

💬 2022-10-01 Bergshoeff: Thank you for including alternative methods and showing some common error messages and their fixes.

Manage DNF Package Repositories
This section provides a tutorial example on how to manage DNF Package Repositories on CentOS systems.
2022-10-01, 7383🔥, 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, 3918🔥, 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, 3266🔥, 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, 3039🔥, 0💬

"g++ --verbose" - GCC Compiler Steps and Settings
This section provides a tutorial example on how to dump GCC compiler steps and settings using the 'g++ --verbose' command option.
2022-10-01, 1861🔥, 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, 1461🔥, 0💬

W95 Ext'd (LBA) Partition
This section provides a quick introduction on W95 Ext'd LBA (Windows 95 Extended Logical Block Addressing) Partition, which is actually a container to hold sub-partitions.
2022-10-01, 1366🔥, 0💬

Install CentOS by Deleting Existing Partition
This section provides a tutorial example on how to delete existing hard disk partition to free up space to install CentOS system on Lenovo computers.
2022-10-01, 1335🔥, 0💬

Apache PHP file_put_contents() Permission Denied
This section provides a tutorial example on 'write' permissions in Apache HTML directory from PHP script file_put_contents() function call using the PHP-FPM module on CentOS systems.
2022-10-01, 1257🔥, 0💬

Delete or Modify LDAP Entries
This section provides a tutorial example on how to delete or modify LDAP entries remotely.
2022-10-01, 1176🔥, 0💬

Setup Ethernet Connection on CentOS
This section provides a tutorial example on how to review and troubleshoot Ethernet connection on CentOS 8 systems.
2022-10-01, 1008🔥, 0💬

"nftables" and "nft" on CentOS
This section provides a tutorial example on how to use 'nftables' daemon and 'nft' CLI to manage network firewall on CentOS 8 systems.
2022-10-01, 954🔥, 0💬

Configure Mozilla Thunderbird to Use LDAP
This section provides a tutorial example on how to configure and use LDAP server to provide email addresses in Mozilla Thunderbird.
2022-10-01, 898🔥, 0💬

Linux Tutorials - Herong's Tutorial Examples
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; using network configuration and security firewall; managing users and groups; managing files and directories; managing NTFS, CIFS, E...
2022-10-01, 817🔥, 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, 816🔥, 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, 795🔥, 0💬

SELinux Security Context on /var/www/html
This section provides a tutorial example on how to change the SELinux security context type on sub directories inside /var/www/html to allow new files to be created by PHP scripts running on the Apache Web server on CentOS systems.
2022-10-01, 722🔥, 0💬

"mailx" Command - Send and Read Emails
This section provides a tutorial example on how to install and use 'mailx' on CentOS computers to read and send emails locally or remotely via IMAP/POP and SMTP protocols.
2022-10-01, 708🔥, 0💬

Mount Windows NTFS File System
This section provides a tutorial example on how to mount Windows NTFS (New Technology File System) file systems on Linux systems. 'ntfs-3g' device driver is needed.
2022-10-01, 707🔥, 0💬

Configure Apple iPhone to Use LDAP
This section provides a tutorial example on how to configure and use LDAP server to provide email addresses in Apple iPhone.
2022-10-01, 652🔥, 0💬

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

1 2 3 4 5 6 > >>   Sort: Rank