Tag: Linux

  • MySQL CLI Quick Reference

    Connecting to MySQL Prompts for a password. Basic Commands CRUD Operations Loading .sql Files To load and execute an SQL file that contains queries or database structure (e.g., schema.sql or data.sql): Method…

  • Linux Commands Cheat Sheet

    Here’s a list of common commands along with their descriptions and usage examples: This is just a basic set of commands, and there are many more commands and options in Linux. For…

    Linux Commands Cheat Sheet
  • 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…

    Crontab
  • LAMP Stack Setup

    Setup for Ubuntu 20.04 LTS or 22.04 LTS

    LAMP Stack Setup
  • PDF to HTML

    WSL, Ubuntu 20.05, command line, for “PDF to HTML.” Step by step. Here are the short instructions to convert a PDF to HTML using WSL with Ubuntu 20.04: That’s it!

    PDF to HTML