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

"tar -c" and "tar -x" - Create and Extract Archive Files
This section provides a tutorial example on how to use 'tar -c' command to compress multiple file and sub-directories into an archive file and use 'tar -x' command to extract files out of an archive file.
2022-10-01, 159🔥, 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, 159🔥, 0💬

Access Persmissions on "ntfs-3g" File System
This section provides a tutorial example on how to control access permissions on mounted Windows NTFS partitions with the 'ntfs-3g' device driver.
2022-10-01, 158🔥, 0💬

"uname" - Display System Information
This section provides a tutorial example on how to display operating system information using the 'uname' command on Linux systems.
2022-10-01, 158🔥, 0💬

"jobs" - Manage Background Jobs
This section provides a tutorial example on how to use 'jobs' command to display background jobs, which are processes with input detached the keyboard. You can start a background job by adding the 'ampersand' sign to the end of the commmad.
2022-10-01, 157🔥, 0💬

"ps" - Display Current Processes
This section provides a tutorial example on how to use 'ps' command to display current process on the system.
2022-10-01, 156🔥, 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, 154🔥, 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, 154🔥, 0💬

Change PHP Configuration Settings
This section provides a tutorial example on how to change PHP configuration settings, like increasing upload_max_filesize and post_max_size to upload large files with PHP scripts.
2022-10-01, 153🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, 153🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, 152🔥, 0💬

Manage User Groups
This section provides a tutorial example on how to manage user groups. Use 'groupadd' to add new groups. Use 'usermod -g' to change user's primary group. Use 'gpasswd -a' assign supplementary group membership.
2022-10-01, 152🔥, 0💬

Migrate Old Scripts to New PHP Release
This section provides a tutorial example on how to migrate old PHP scripts to PHP new releases.
2022-10-01, 152🔥, 0💬

"find" - Search for Files
This section provides a tutorial example on how to use 'find' command to search for files in a directory tree. '-name' and '-size' are 2 commonly used search conditions.
2022-10-01, 151🔥, 0💬

"df" - Display Free Space of File System
This section provides a tutorial example on how to use 'df' command to display free spaces of mounted file systems on Linux systems.
2022-10-01, 150🔥, 0💬

"jobs" - Manage Background Jobs
This section provides a tutorial example on how to use 'jobs' command to display background jobs, which are processes with input detached the keyboard. You can start a background job by adding the 'ampersand' sign to the end of the commmad.
2022-10-01, 150🔥, 0💬

"ps" - Display Current Processes
This section provides a tutorial example on how to use 'ps' command to display current process on the system.
2022-10-01, 149🔥, 0💬

Cron Daemon, Table and Jobs
This section describes what is cron daemon and its related cron tables/jobs.
2022-10-01, 149🔥, 0💬

"split" and "cat" - Split and Join Files
This section provides a tutorial example on how to use 'split' command to split it into chunks and use 'cat' command to join chunks back into a single file.
2022-10-01, 149🔥, 0💬

"more", "head" and "cat" - Read Files
This section provides a tutorial example on how to use 'more', 'head' or 'tail' commands to read text files one screen at a time, to read the first 10 lines, or to read the last 10 lines.
2022-10-01, 147🔥, 0💬

Add Users and Groups Manually
This section provides a tutorial example on how to add users and groups manually on Linux computers.
2022-10-01, 145🔥, 0💬

"more", "head" and "cat" - Read Files
This section provides a tutorial example on how to use 'more', 'head' or 'tail' commands to read text files one screen at a time, to read the first 10 lines, or to read the last 10 lines.
2022-10-01, 144🔥, 0💬

Group Access Permissions on Files
This section provides a tutorial example on how to control group access permissions on files. Use 'chgrp' to change group ownership. Use 'chmod g=' to change group access permission.
2022-10-01, 143🔥, 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, 142🔥, 0💬

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