nixCraft Linux / UNIX Newsletter

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

How to upload ssh public key to as authorized_key using Ansible

Posted: 29 May 2017 12:53 PM PDT

How do I use Ansible to upload ssh public key to as authorized_key to multiple Linux or Unix servers saved in an inventory file?

How to count total number of word occurrences using grep on Linux or Unix

Posted: 29 May 2017 08:37 AM PDT

I want to find out how many times a word (say foo or an IP address) occurs in a text file using the grep command on Linux or Unix-like system?

How To Install Nginx web server on Alpine Linux

Posted: 29 May 2017 05:23 AM PDT

I am a new user of Alpine Linux. How do I install nginx web server on Alpine Linux?

How to disable ssh motd welcome message on Ubuntu Linux

Posted: 29 May 2017 02:46 AM PDT

I want to disable the message of the day (motd) welcome message after I login over ssh on Ubuntu Linux. How do I disable motd on Ubuntu Linux 17.04?