nixCraft Linux / UNIX Newsletter

Link to [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format

How to Install phpredis on CentOS 8 / RHEL 8

Posted: 15 Feb 2020 12:03 PM PST

How do I install PHP extension called phpredis (php-redis) for interfacing with Redis cluster on CentOS 8 or RHEL 8?

The post How to Install phpredis on CentOS 8 / RHEL 8 appeared first on nixCraft.

Bash For Loop Examples

Posted: 15 Feb 2020 02:04 AM PST


{Updated} Bash for loop is useful for automating repetitive tasks in IT or other stuff. Let us see how to use bash for loop to repeat specific tasks under Linux, *BSD, macOS, and Unix-like systems.

The post Bash For Loop Examples appeared first on nixCraft.

How to use parallel ssh (PSSH) for executing commands in parallel on a number of Linux/Unix/BSD servers

Posted: 14 Feb 2020 08:19 PM PST


Recently I come across a nice little nifty tool called parallel ssh (PSSH) to run a single command on multiple Linux / UNIX / BSD servers. You can easily increase your productive with this SSH IT automation tool.

The post How to use parallel ssh (PSSH) for executing commands in parallel on a number of Linux/Unix/BSD servers appeared first on nixCraft.