Skip to content

Instantly share code, notes, and snippets.

@liefie
liefie / index.htm
Created October 22, 2018 18:54
Basic html template
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="/css/main.css">
@liefie
liefie / install-sql-server-driver.sh
Created April 24, 2016 12:13
SQL Server - Homestead
#!/bin/bash
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php-sybase