Skip to content

Instantly share code, notes, and snippets.

View SamuelMaculuve's full-sized avatar

Samuel Maculuve SamuelMaculuve

View GitHub Profile

MySQL Download URL

https://dev.mysql.com/get/Downloads/MySQL-5.5/mysql-5.5.56-linux-glibc2.5-x86_64.tar.gz

Open the terminal and follow along:

  • Uninstall any existing version of MySQL
sudo rm /var/lib/mysql/ -R
@SamuelMaculuve
SamuelMaculuve / pdf-invoice.blade.php
Created July 18, 2023 22:01 — forked from novecentonove/pdf-invoice.blade.php
Template for a invoice render with LAravel DomPDF
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Aloha!</title>
<style type="text/css">
* {
font-family: Verdana, Arial, sans-serif;
}