Skip to content

Instantly share code, notes, and snippets.

0.0.0.0 r1---sn-0ub03g5pox-3c2l.googlevideo.com
0.0.0.0 r1---sn-1gi7zn7e.googlevideo.com
0.0.0.0 r1---sn-1gi7zn7l.googlevideo.com
0.0.0.0 r1---sn-1gi7zn7s.googlevideo.com
0.0.0.0 r1---sn-1gi7zn7y.googlevideo.com
0.0.0.0 r1---sn-1gi7zn7z.googlevideo.com
0.0.0.0 r1---sn-1gi7zne7.googlevideo.com
0.0.0.0 r1---sn-1gi7znee.googlevideo.com
0.0.0.0 r1---sn-1gi7znel.googlevideo.com
0.0.0.0 r1---sn-25ge7n76.googlevideo.com
@ZAZmaster
ZAZmaster / clean-up-boot-partition-ubuntu.md
Created August 21, 2018 04:41 — forked from ipbastola/clean-up-boot-partition-ubuntu.md
Safest way to clean up boot partition - Ubuntu 14.04LTS-x64

Safest way to clean up boot partition - Ubuntu 14.04LTS-x64

Reference

Case I: if /boot is not 100% full and apt is working

1. Check the current kernel version

$ uname -r 
@ZAZmaster
ZAZmaster / PreviewOfUpcomingPackage.php
Created December 18, 2017 11:07 — forked from calebporzio/PreviewOfUpcomingPackage.php
A model trait that allows child models to use parent table names and relationship keys.
<?php
namespace App\Abilities;
use Illuminate\Support\Str;
use ReflectionClass;
/**
* Note: This is a preview of an upcoming package from Tighten.
**/
#!/bin/bash
PROGNAME=${0##*/}
INPUT=''
QUIET='0'
NOSTATS='0'
max_input_size=0
max_output_size=0
usage()
@ZAZmaster
ZAZmaster / dumpchain.pl
Last active August 29, 2015 14:25 — forked from sanmai/dumpchain.pl
Dumps the whole certificate chain for a server in purposes of OCSP stapling
#!/usr/bin/perl
use strict;
use warnings;
# install libio-socket-ssl-perl to get this
use IO::Socket::SSL;
my $hostname = shift or die "Usage: $0 www.example.com\n";
IO::Socket::SSL->new(
PeerHost => "$hostname:443",