|
You are here |
www.patrickxchong.com | ||
| | | | |
www.alkanesolutions.co.uk
|
|
| | | | | This post contains a PowerShell Active Directory people picker, which is useful when we develop PowerShell forms that require searching for Active Directory | |
| | | | |
mariocarrion.com
|
|
| | | | | I'm starting the Mono POSIX shared memory wrapping, decided to begin dllimporting shm_open, however doesn't seems to be easy at all, my current effort is: using System; using System.Runtime.InteropServices; namespace Mono.Posix { public class SharedMemory { public SharedMemory () { } [DllImport ("librt", EntryPoint="shm_open", CharSet=CharSet.Ansi, CallingConvention=CallingConvention.StdCall)] public static extern IntPtr Open ( [MarshalAs (UnmanagedType.LPStr)] string name, int oflag, int mode_t); public... | |
| | | | |
www.williamjbowman.com
|
|
| | | | | In a fit of nostalgia, I wanted to play some Runescape this weekend. I discovered that Runescape forbids copy and pasting your password into the client, for bogus security reasons. This poses a problem for me, since my password is a very long randomly gen... | |
| | | | |
unit42.paloaltonetworks.com
|
|
| | | Hildegard is a new malware campaign believed to originate from TeamTNT. It targets Kubernetes clusters and launches cryptojacking operations. | ||