MENU
X-ToolZ
Code Snippets,
HowTo's & Reviews
  • Home
  • About
  • Contact
  • Imprint


windows, security

Windows: Get saved WiFi Passwords

—  Published 14 Feb by MemphiZ  —

To get a list of currently saved profiles run: netsh wlan show profile After noting the profiles name use the following to show al…

Read Me
linux, misc, server

apt-fast: concurrent apt downloads

—  Published 16 Nov by MemphiZ  —

After setting up a local apt-mirror I noticed that even though the files are right around the corner now and bandwidth shouldn't b…

Read Me
linux, windows, misc

rmate, rsub, ..rcode?

—  Published 08 Nov by MemphiZ  —

A tool I first discovered in my early days on Mac OS X, which would prove useful to me for years was called "rmate". rmate allows…

Read Me
c#, src, windows

Surpress MSBuild Architecture Mismatch Warning

—  Published 17 Sep by MemphiZ  —

When using MSBuild.exe to compile a project, I got the following warning in some cases: There was a mismatch between the proces…

Read Me
src, windows, c#

C# Compiler fuckup

—  Published 13 Sep by MemphiZ  —

The following code compiles fine but throws an Exception at runtime. Microsoft is aware of this issue but decided not to fix it as…

Read Me
linux

Linux and its *bin folders

—  Published 09 Sep by MemphiZ  —

/bin (and /sbin) were intended for programs that needed to be on a small / partition before the larger /usr, etc. partitions were…

Read Me
windows, security

Windows 10: Reset Password

—  Published 28 Aug by MemphiZ  —

Boot Window Installation Media (CD or USB). Once the setup is loaded and asks for language, keyboard, etc. hit Shift+F10 to open…

Read Me
server, misc, security

IPv6 Cheatsheet

—  Published 28 Aug by MemphiZ  —

IPv6 128 Bits vs IPv4 32 Bits IPv6 Addresses are broken down into 8 groups of 4 digits (16 bits), separated by colons. Shortenin…

Read Me
linux, src

CMake: Autotools replacement

—  Published 28 Jul by MemphiZ  —

Most linux users nowadays are used to compiling with autotools, specifially using the ./configure command before building with mak…

Read Me
windows

Windows CheatSheet

—  Published 28 Jun by MemphiZ  —

List all services: ´sc queryex type= service state= all´…

Read Me
Page 1 of 4 →
Killin' it with Ghost