These are just notes ive made on my exact installation process here are some basic details
Device - Asus Nexus 7 (2013 WIFI)
Codename - Flo
The Nexus 7 (2012) tablet is no longer supported by Offensive Security; I didn't have any luck with kernel/kali distributions, so attempted upgrading.
I hereby claim:
To claim this, I am signing this object:
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Smapping!</title> | |
<link rel="stylesheet" type="text/css" href="/stylesheet.css"></link> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> | |
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> | |
<script type="text/javascript" src="/scripts/jquery-1.5.1.min.js"></script> | |
<script type="text/javascript" src="/scripts/mxn/mxn.js?(googlev3,[geocoder],[extras])"></script> | |
<script type="text/javascript"> |
l2tp { | |
remote-access { | |
authentication { | |
local-users { | |
username TheUserName { | |
password ThePassword | |
} | |
} | |
mode local | |
require mschap-v2 |
# http://boxstarter.org/package/url? | |
# It's nice to be able to browse NuGet files if necessary | |
cinst NugetPackageExplorer | |
# If we're doing web development, we need a few browsers | |
cinst GoogleChrome | |
cinst Firefox | |
cinst Opera | |
if (Test-PendingReboot) { Invoke-Reboot } |
# http://boxstarter.org/package/url? | |
# Source Control | |
cinst git.install | |
cinst msysgit | |
cinst poshgit | |
cinst git-credential-winstore -Version 1.2.0.0 | |
cinst gitextensions | |
cinst tortoisegit | |
cinst tortoisehg |
# http://boxstarter.org/package/url? | |
# It's nice to be able to browse NuGet files if necessary | |
cinst NugetPackageExplorer | |
# If we're doing web development, we need a few browsers | |
cinst GoogleChrome | |
cinst Firefox | |
cinst Opera | |
if (Test-PendingReboot) { Invoke-Reboot } |
# http://boxstarter.org/package/url? | |
# Boxstarter options | |
$Boxstarter.RebootOk=$true # Allow reboots? | |
$Boxstarter.NoPassword=$false # Is this a machine with no login password? | |
$Boxstarter.AutoLogin=$true # Save my password securely and auto-login after a reboot | |
##################### | |
# BEGIN CONFIGURATION | |
##################### |