• Google business profiles will be turned off soon…

    There are reasons why I don’t like using these free 3rd party services.

    Google business profiles will be turned off soon…
  • OKWX travel advisory

    Grateful I don’t have to travel this morning. 🥶

    OKWX travel advisory
  • Edinburg Emu Saga… cont.

    Not a Harambe-tier headline…but, still odd.

    Edinburg Emu Saga… cont.
  • Reblog: Site Editor Tools

    The Site Editor gives you a powerful way to visually create every part of your site and tell your story.

    Reblog: Site Editor Tools
  • Refining for microblog

    I’ve recently revamped the website to embrace a more microblog-centric design compared to its previous layout. The navigation has been streamlined to three essential sections: ‘About,’ ‘Blog,’ and ‘Contact.’ The primary aim of this blog is to serve as the main channel for sharing my public thoughts and notes on topics I’m passionate about. While…

    Refining for microblog
  • Collateral

    I finally got to watch the movie, Collateral, starring Tom Cruise and Jamie Foxx, and I thoroughly enjoyed it. When describing the film to my son, however, I told him it was like playing a campaign on GTA V.

  • How-to Backup a WordPress Website Using WP-CLI

    Backing up a WordPress website using WP-CLI (WordPress Command Line Interface) involves several steps. Here’s a general guide on how to do it: 1. Install WP-CLI If you haven’t already installed WP-CLI, you’ll need to do so. You can find the installation instructions on the WP-CLI’s official website. 2. Access Your Server You’ll need SSH…

    How-to Backup a WordPress Website Using WP-CLI
  • The principle of least privilege

    The principle of least privilege is a key concept in computer security and information security. It refers to the practice of limiting access rights for users to the bare minimum necessary to perform their job functions. This principle is applied to every part of a system, including systems, processes, users, and programs. Here are the…

    The principle of least privilege
  • Crontab

    Issue: How to setup cron jobs in Ubuntu (and Linux)? Solution: Setting up cron jobs on a Linux system like Ubuntu is a straightforward process. Cron jobs are scheduled tasks that your system runs at specified times or intervals. Here’s how you can set them up: Accessing the Cron Table: Special Syntax: Instead of the…

    Crontab