/ Linux
There are lots of people that love using Vim in command line. I prefer Nano and this is a quick guide to changing your system to use Nano.
EDITOR=nano crontab -e
To save permanently you can run the following command to set Nano as the default editor.
export VISUAL=nano; crontab -e
To revert to Vim run the following if you prefer Vim is better.
export VISUAL=vim

Clive Walkden
Latest Articles

Linux —
Terraform InstallationA quick installation guide for Terraform on Ubuntu 18.04

Clive Walkden
Author

Bitcoin —
RollerCoin IntroAn introduction to the RollerCoin site and how you can use it to mine your own coins

Clive Walkden
Author

Magento 2.4.x Writing to a Log File
How to log to information to a file in different Magento 2.4.x versions

Clive Walkden
Author