JJJ's Blog

  • WordPress
  • GitHub
  • Twitter/X
  • PHP is not recommended

    The latest version of macOS makes it pretty clear how Apple feels about open web technologies that aren’t JavaScript:

    JJJ

    November 30, 2020
    Apple, Software, WordPress
    macOS, PHP
  • Easy PHP Upgrade

    I had a few servers that needed upgrading from PHP7.2 to 7.3, so I wrote this little single-line command to help simply things.

    It uses apt list to get the PHP modules that are currently installed with 7.2, and passes them through to apt install for 7.3.

    sudo apt install $(apt list --installed | grep php7.2- | cut -d'/' -f1 | sed -e 's/7.2/7.3/g')

    This can easily be modified for any PHP version later.

    JJJ

    October 22, 2019
    Software, WordPress
    PHP
  • Cheat Sheets, Circa 2005

    CSS Cheat Sheet
    PHP Cheat Sheet

    JJJ

    December 13, 2016
    Software
    CSS, PHP

Proudly Powered by WordPress