Skip to content

Instantly share code, notes, and snippets.

@vinodpandey
vinodpandey / MySql-5.6-installation guide.md
Last active April 29, 2025 08:20
Install MySQL 5.6.xx on Ubuntu 18.04 & Ubuntu 20.04

MySQL Download URL

https://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.46-linux-glibc2.12-x86_64.tar.gz

Open the terminal and follow along:

  • Uninstall any existing version of MySQL
sudo rm /var/lib/mysql/ -R
@bmaupin
bmaupin / free-database-hosting.md
Last active July 23, 2025 14:42
Free database hosting
@kevinluo201
kevinluo201 / tlen.lsp
Created April 28, 2018 14:23
tlen.lsp
;|
TLEN.LSP - Total LENgth of selected objects
(c) 1998 Tee Square Graphics
|;
(defun C:TLEN (/ ss tl n ent itm obj l)
(setq ss (ssget)
tl 0