multimon:i:1 screen mode id:2 span monitors:i:1,8
mstsc /l
20190827 | |
moved to https://github.com/RedTahr/RedTahr.github.io/blob/master/notes/piholes-setup-notes.md | |
written in the style of a markdown file, kinda, so # are titles, ## are subtitles etc. | |
run through as-is for a previously unpiholed network, if replacing a prior pi on the same IP | |
then maybe setup pihole before doing the static ip. | |
write raspbian of your choice to micro SD (I'm using the lite version to keep needless processing down on the pi) |
# https://www.powershellmagazine.com/2012/09/10/pstip-preview-powershell-script-files-in-windows-explorer-preview-pane/ | |
Set-ItemProperty Registry::HKEY_CLASSES_ROOT\.xml -Name PerceivedType -Value text |
# https://www.pentestpartners.com/security-blog/docker-for-hackers-a-pen-testers-guide/ | |
# From the Kali linux base image | |
FROM kalilinux/kali-rolling | |
# Update and apt install programs | |
RUN apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y && apt-get install -y \ | |
exploitdb \ | |
exploitdb-bin-sploits \ | |
git \ | |
gdb \ |
multimon:i:1 screen mode id:2 span monitors:i:1,8
mstsc /l
PS D:> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
PS D:> Import-Module NTFSSecurity
PS D:> Get-ChildItem -Path D:\Downloads -Recurse -Force | Clear-NTFSAccess
PS D:> Get-ExecutionPolicy -Scope CurrentUser RemoteSigned
PS D:> Set-ExecutionPolicy -ExecutionPolicy Undefined -Scope CurrentUser