lukepuplett.com
LUKE PUPLETT: Remote PowerShell like SSH
http://www.lukepuplett.com/2012/12/remote-powershell-like-ssh.html
My information super high horse. Remote PowerShell like SSH. Thursday, December 13, 2012 / Posted by Luke Puplett /. Here's a super quick howto for using PowerShell like you Linux dudes use SSH to remotely console into a server. First, make sure Windows Remote Management is setup on the target server. So RDP onto the box and open a command prompt. Run this:. Now that's setup, close RDP and on your client admin dev type box, open PowerShell 2.0. Run the following commands. On Wednesday, March 23, 2016.
lukepuplett.com
LUKE PUPLETT: Note to Self: Raw dump of all my old Azure notes
http://www.lukepuplett.com/2015/02/note-to-self-raw-dump-of-all-my-old.html
My information super high horse. Note to Self: Raw dump of all my old Azure notes. Friday, February 27, 2015 / Posted by Luke Puplett /. This is just a dump from some OneNote pages I took over that last few years. It's completely unstructured and here for my own use, and for anyone else that might find some value in it. Storage: Tables, Blobs, Files, DocumentDB. Traffic: Traffic Manager, Networking. Caching: Redis, AppFabric. Messaging: Service Bus, Queues. Media: Media Services and streaming. Continuous...
rasmuskl.dk
Surviving no media keys on your new keyboard | rasmuskl
http://rasmuskl.dk/2013/03/19/surviving-no-media-keys-on-your-new-keyboard
Surviving no media keys on your new keyboard. I‘ve recently acquired a new keyboard, after using my trusty old Logitech for many years. I’ve come to rely on my media keys and the volume wheel for controlling Spotify or other apps. My solution is to use AutoHotKey. To bind the following combinations after a short conversation with Mark. Although we dont entirely agree on the layout):. Win Numpad 4 - Previous track. Win Numpad 5 - Play / pause. Win Numpad 6 - Next track. Win Numpad 8 - Volume up.
whoknew.dk
Tools
http://whoknew.dk/category/tools
Jacob T. Nielsen. Tips & Tricks. MSBuild Task dll locked by Visual Studio. August 8, 2013. By Jacob T. Nielsen. Through MSBuild we are able to control how we wish to process and build our software. A nice feature of this is the ability to create custom Tasks. A Task is a unit of executable code used by MSBuild to perform atomic build operations. MSDN Creating a custom Tasks allows us to hook into the […]. Filed Under: .NET. Do Git file renaming by itself. July 31, 2013. By Jacob T. Nielsen.
whoknew.dk
Git | Jacob T. Nielsen
http://whoknew.dk/tag/git
Jacob T. Nielsen. Tips & Tricks. Do Git file renaming by itself. July 31, 2013. By Jacob T. Nielsen. Often it would seem that you can throw anything at Git and it will automatically know exactly what you mean. Sometimes, though, Git simply does not have a fighting chance! Git recognizes file content and not names meaning it uses an algorithm to determine when two files with different names are in fact revisions of […]. Return to top of page.
whoknew.dk
Tips & Tricks
http://whoknew.dk/tips-and-tricks
Jacob T. Nielsen. Tips & Tricks. Tips & Tricks. Programmatically opening a new tab/window on Mobile Safari. Avoiding cross-site scripting issues with iframes. How to write a dotless plugin. Dotless dynamic server-side values. Dotless: Base64 encoded SVG gradient backgrounds. Do Git file renaming by itself. MSBuild Task dll locked by Visual Studio. Return to top of page.
whoknew.dk
JavaScript | Jacob T. Nielsen
http://whoknew.dk/tag/javascript
Jacob T. Nielsen. Tips & Tricks. Backbone.js declarative is-key events. December 25, 2015. By Jacob T. Nielsen. You want to hide a dom element when some key triggers “keyup”. This is a fairly simple scenario where your code just might end up looking like this. So what is the problem? The problem is that closeDialog() has two very clear and very different responsibilities. 1. Determine what key triggered the “keyup” event 2. […]. Tagged With: Backbone.js. April 11, 2013. By Jacob T. Nielsen. NOTE: This ar...
lukepuplett.com
LUKE PUPLETT: Ensuring that two PowerShell scripts don't run at the same time
http://www.lukepuplett.com/2013/01/ensuring-that-two-powershell-scripts.html
My information super high horse. Ensuring that two PowerShell scripts don't run at the same time. Tuesday, January 22, 2013 / Posted by Luke Puplett /. This quick PowerShell snippet shows how you can ensure only one instance of a script or section of a script executes at a time on a system, i.e. a server running scheduled tasks. Mutant.WaitOne(); } # # Do Work # # } finally {. Mutant.ReleaseMutex(); $mutant.Dispose(); }. Comment by Luke Puplett. On Tuesday, January 22, 2013. Comment by Paul Sand. You cou...
lukepuplett.com
LUKE PUPLETT: Note to Self: The Windows Store GridView Control, Deconstructed
http://www.lukepuplett.com/2013/07/note-to-self-windows-store-gridview.html
My information super high horse. Note to Self: The Windows Store GridView Control, Deconstructed. Tuesday, July 09, 2013 / Posted by Luke Puplett /. Here’s a diagram of the GridView control for Windows Store apps, deconstructed into its components. This is intended to show all the templates and styles in various places to help customise this complex control. Subscribe to: Post Comments (Atom). Follow me on Twitter. There was an error in this gadget. Can Software Make You Less Racist? Turning on the GoPro.
SOCIAL ENGAGEMENT