Skip to content

Instantly share code, notes, and snippets.

# Wildcard blocking
# The domains below need to beed added to your program as wildcard domains
# ( without the # )
#
# 6.googlevideo.com
# 7.googlevideo.com
# d.googlevideo.com
# e.googlevideo.com

Keybase proof

I hereby claim:

  • I am murac on github.
  • I am nillnullman (https://keybase.io/nillnullman) on keybase.
  • I have a public key ASBOQGGOqQyuThQAVH10Es1otljM3u1fmk6bn3f8T_OGgwo

To claim this, I am signing this object:

########## SMART status report for da0 drive (Western Digital Red: WD-WCC4E4LL9PKN) ##########
smartctl 6.5 2016-05-07 r4318 [FreeBSD 11.1-STABLE amd64] (local build)
SMART overall-health self-assessment test result: PASSED
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 0
3 Spin_Up_Time 0x0027 182 178 021 Pre-fail Always - 7875
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 85
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0
mps0: <Avago Technologies (LSI) SAS2008> port 0xe000-0xe0ff mem 0xfaf3c000-0xfaf3ffff,0xfaf40000-0xfaf7ffff irq 28 at device 0.0 on pci1
mps0: Firmware: 20.00.07.00, Driver: 21.02.00.00-fbsd
mps0: IOCCapabilities: 1285c<ScsiTaskFull,DiagTrace,SnapBuf,EEDP,TransRetry,EventReplay,HostDisc>
mps0: SAS Address for SATA device = 49665d61e0aed28b
mps0: SAS Address for SATA device = 4965655aeda8b793
mps0: SAS Address for SATA device = 4966636df996d385
mps0: SAS Address for SATA device = 4965655aeda1d195
mps0: SAS Address for SATA device = 4966636df9b1c88d
mps0: SAS Address for SATA device = 4966525de0a9d16e
mps0: SAS Address for SATA device = 4976666eed95bc92
import {Injectable} from '@angular/core';
import {AuthHttp} from "angular2-jwt";
import {Headers} from "@angular/http";
import {Observable, Subject} from "rxjs";
import {User} from "./user";
@Injectable()
export class UserService {
private profile;
Startup configuration:
; J4903A Configuration Editor; Created on release #I.10.77
hostname "ProCurve Switch 2824"
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 7,9,23-24
ProCurve Switch 2824# show ip route
IP Route Entries
Destination Gateway VLAN Type Sub-Type Metric Dist.
------------------ --------------- ---- --------- ---------- ---------- -----
0.0.0.0/0 192.168.1.1 1 static 1 1
127.0.0.0/8 reject static 0 250
127.0.0.1/32 lo0 connected 0 0
192.168.1.0/24 DEFAULT_VLAN 1 connected 0 0
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
<head>
<meta charset="utf-8">
<title>Detoxify</title>
<base href="/angular/detox2/">
<!--<base href="/">-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="./css/materialize.min.css">
@murac
murac / README.md
Last active August 9, 2016 21:00 — forked from amcdnl/README.md
angular2-data-table paging data won't render

angular2-data-table paging example