Skip to content

Instantly share code, notes, and snippets.

View jinwood's full-sized avatar

Julian Inwood jinwood

  • Bristol
  • 03:46 (UTC -12:00)
View GitHub Profile
@jinwood
jinwood / Client.cs
Created March 15, 2018 13:56 — forked from robertripoll/README.md
Telnet Server C#
using System;
using System.Net;
namespace TelnetServer
{
public enum EClientStatus
{
/// <summary>
/// The client has not been
/// authenticated yet.
@jinwood
jinwood / boxstarter.ps1
Last active October 3, 2017 15:05 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <[email protected]>
# Last Updated: 2017-09-11
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt: