Skip to content

Instantly share code, notes, and snippets.

Adam Culp adamculp

View GitHub Profile
@adamculp
adamculp / free-space-on-boot-disk.md
Created September 18, 2017 15:34 — forked from jbgo/free-space-on-boot-disk.md
Free up space on /boot disk (ubuntu)

Free disk space when /boot is full (Ubuntu)

TL;DR

dpkg -l linux-image*
uname -r
sudo apt-get remove linux-image-2.6.32-{21,37,38,39,40,41,42,43,44}-server
sudo apt-get autoremove
@adamculp
adamculp / Bank.php
Last active November 20, 2018 15:28 — forked from jwage/Banks.php
Working example of PHP Doctrine 2 ManyToOne with corresponding OneToMany association.
<?php
declare(strict_types=1);
namespace Banks\Entity;
use Doctrine\ORM\Mapping as ORM;
use Doctrine\Common\Collections\ArrayCollection;
use Doctrine\Common\Collections\Collection;
use Branches\Entity\Branch;
@adamculp
adamculp / beachcasts_project_ideas_2020.md
Last active January 7, 2020 19:28
Brainstorming on ideas for projects on Beachcasts

Project ideas for Beachcasts 2020

  • Laravel
  • Upgrade to v6+
  • ACL
  • Chartjs
  • Doctrine migrations
  • Laminas - Mezzio Swoole
  • QA testing
  • code quality