TLDR
Enter a command. For example: sysctl, aura, terminator, fuser.

phpenmod

 
Enable PHP extensions on Debian-based OSes. More information: https://salsa.debian.org/php-team/php-defaults.
 
  • Enable the JSON extension for every SAPI of every PHP version:
     
    sudo phpenmod {{json}}
     
  • Enable the JSON extension for PHP 7.3 with the cli SAPI:
     
    sudo phpenmod -v {{7.3}} -s {{cli}} {{json}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.