lockshi.blogspot.com lockshi.blogspot.com

lockshi.blogspot.com

linux kernel

Usefull linux kernel commands. Monday, April 28, 2008. Http:/ msdn2.microsoft.com/en-us/vcsharp/aa336746.aspx. Wednesday, March 19, 2008. MSMQ Multicast with .net. Msmq 3.0 and above supports multicast with PGM. 1 Create a non transactional queue and set the multicast address. 2 Create a publisher. MessageQueue msq = new MessageQueue("formatname:MULTICAST=234.1.1.1:1234");. MsqFormatter = new BinaryMessageFormatter();. 3 Create a consumer. MessageQueue q = new MessageQueue(@". private$ myqueue");. Ret = ...

http://lockshi.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR LOCKSHI.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

March

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Tuesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.8 out of 5 with 10 reviews
5 star
3
4 star
4
3 star
2
2 star
0
1 star
1

Hey there! Start your review of lockshi.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.5 seconds

FAVICON PREVIEW

  • lockshi.blogspot.com

    16x16

  • lockshi.blogspot.com

    32x32

  • lockshi.blogspot.com

    64x64

  • lockshi.blogspot.com

    128x128

CONTACTS AT LOCKSHI.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
linux kernel | lockshi.blogspot.com Reviews
<META>
DESCRIPTION
Usefull linux kernel commands. Monday, April 28, 2008. Http:/ msdn2.microsoft.com/en-us/vcsharp/aa336746.aspx. Wednesday, March 19, 2008. MSMQ Multicast with .net. Msmq 3.0 and above supports multicast with PGM. 1 Create a non transactional queue and set the multicast address. 2 Create a publisher. MessageQueue msq = new MessageQueue(formatname:MULTICAST=234.1.1.1:1234);. MsqFormatter = new BinaryMessageFormatter();. 3 Create a consumer. MessageQueue q = new MessageQueue(@. private$ myqueue);. Ret = ...
<META>
KEYWORDS
1 skip to main
2 skip to sidebar
3 linux kernel
4 linq by example
5 posted by
6 wally
7 no comments
8 msqsend hello world ;
9 msqclose ;
10 console readline ;
CONTENT
Page content here
KEYWORDS ON
PAGE
skip to main,skip to sidebar,linux kernel,linq by example,posted by,wally,no comments,msqsend hello world ;,msqclose ;,console readline ;,qclose ;,2 comments,using system;,namespace binarysearchtree,internal class node,where t icomparable,private node
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

linux kernel | lockshi.blogspot.com Reviews

https://lockshi.blogspot.com

Usefull linux kernel commands. Monday, April 28, 2008. Http:/ msdn2.microsoft.com/en-us/vcsharp/aa336746.aspx. Wednesday, March 19, 2008. MSMQ Multicast with .net. Msmq 3.0 and above supports multicast with PGM. 1 Create a non transactional queue and set the multicast address. 2 Create a publisher. MessageQueue msq = new MessageQueue("formatname:MULTICAST=234.1.1.1:1234");. MsqFormatter = new BinaryMessageFormatter();. 3 Create a consumer. MessageQueue q = new MessageQueue(@". private$ myqueue");. Ret = ...

INTERNAL PAGES

lockshi.blogspot.com lockshi.blogspot.com
1

linux kernel: LINQ by example

http://www.lockshi.blogspot.com/2008/04/linq-by-example.html

Usefull linux kernel commands. Monday, April 28, 2008. Http:/ msdn2.microsoft.com/en-us/vcsharp/aa336746.aspx. Subscribe to: Post Comments (Atom). Steve's kernel driver blog. View my complete profile.

2

linux kernel: Simple .net BST

http://www.lockshi.blogspot.com/2008/02/simple-net-bst.html

Usefull linux kernel commands. Tuesday, February 12, 2008. Simple .net BST. Using System.Collections.Generic;. Using System.Text;. Private T data;. LeftNode = null;. RightNode = null;. Data = data;. LeftNode = value;. RightNode = value;. Internal int CompareTo(T val). Return data.CompareTo(val);. Using System.Collections.Generic;. Using System.Text;. Where T : IComparable. RootNode = null;. Public void Insert(T val). RootNode = Insert(rootNode, val);. Node, T val). If (node = null). Node = new Node.

3

linux kernel: January 2008

http://www.lockshi.blogspot.com/2008_01_01_archive.html

Usefull linux kernel commands. Friday, January 25, 2008. ASP Net Ajax for VS 2005. This section discuss the basic steps to add ajax to your existing asp .net page for VS 2005. Three basic steps to follow:. Download and install ASP .net AJAX extension. Go to http:/ www.asp.net/ajax/downloads/. In the toolbox of VS2005 you should have the AJAX Extensions added. So let's see how to simple ajax behavior to an existing web asp .net page. 2 Add Scriptmanager to the page. Subscribe to: Posts (Atom).

4

linux kernel: October 2007

http://www.lockshi.blogspot.com/2007_10_01_archive.html

Usefull linux kernel commands. Wednesday, October 24, 2007. A nice way to trace a system call is to use the strace command. And: strace -c ls. To get some statistics. Really nice debugging tool for filesystem writer. Monday, October 22, 2007. This is an important topic to discuss the issue of debugging with Linux Kernel. What is the best way to debug the kernel? When facing with a race condition, crash, or freeze that we have no control of? Step through the kernel code using gdb debugger. Using gdb is ha...

5

linux kernel: ASP .Net Ajax for VS 2005

http://www.lockshi.blogspot.com/2008/01/asp-net-ajax-for-vs-2005.html

Usefull linux kernel commands. Friday, January 25, 2008. ASP Net Ajax for VS 2005. This section discuss the basic steps to add ajax to your existing asp .net page for VS 2005. Three basic steps to follow:. Download and install ASP .net AJAX extension. Go to http:/ www.asp.net/ajax/downloads/. In the toolbox of VS2005 you should have the AJAX Extensions added. So let's see how to simple ajax behavior to an existing web asp .net page. 2 Add Scriptmanager to the page. Subscribe to: Post Comments (Atom).

UPGRADE TO PREMIUM TO VIEW 7 MORE

TOTAL PAGES IN THIS WEBSITE

12

LINKS TO THIS WEBSITE

kerneldrivers.blogspot.com kerneldrivers.blogspot.com

Kernel Drivers Ahoy!: February 2011

http://kerneldrivers.blogspot.com/2011_02_01_archive.html

Friday, February 11, 2011. Cscript, or why life is dull. I'm busy doing WMI stuff these days, and I've had to play with js code within the microsoft command prompt. It's fun, but it can be a hassle to try and understand the code that's there. One thing that is usefull, is to make sure that all js output goes to the command prompt, so it makes it easier to read. To do that, type this in a command prompt! Subscribe to: Posts (Atom). Filesysems and other demons. Cscript, or why life is dull.

kerneldrivers.blogspot.com kerneldrivers.blogspot.com

Kernel Drivers Ahoy!: June 2009

http://kerneldrivers.blogspot.com/2009_06_01_archive.html

Friday, June 19, 2009. Finding a leaked tag quickly! Recently, I've been working on a file system driver, and unfortunatly something in it is increasing the memory foot print on every directory query. Now I wanted to see what was the call that was increasing the memory, but unfortunatly the tag that was leaking was not in my code. So here comes microsoft to the rescue! In fact there is a nice global variable that you can set, and it will break when that tag is allocated. You just do "ed nt!

kerneldrivers.blogspot.com kerneldrivers.blogspot.com

Kernel Drivers Ahoy!: January 2011

http://kerneldrivers.blogspot.com/2011_01_01_archive.html

Wednesday, January 26, 2011. Cmd, my best friend after all. Isn't it interesting that after all that GUI we are being thrown, we just end up going back to command prompts to get interesting stuff quickly? Just recently, I've had to figure out the ip address of my laptop to be able to add a route, and the easiest way to figure it out? Here's how to get the ip address of a machine easily (all of them):. You can also get this into a variable, and specify the actual config you want. Del %temp% TEMPIP.txt.

kerneldrivers.blogspot.com kerneldrivers.blogspot.com

Kernel Drivers Ahoy!: November 2007

http://kerneldrivers.blogspot.com/2007_11_01_archive.html

Friday, November 16, 2007. Hi Friends and Family. I know this blog is mostly about work related things, and for the forseable future it will stay that way. Note that I will create a family and friends oriented blog in the near future, and I will update that regularly ;). In the mean time, don't hesitate to post comments on the posts available here! Subscribe to: Posts (Atom). Filesysems and other demons. I'm just this dude you know? View my complete profile. Do you have a next gen gaming console?

kerneldrivers.blogspot.com kerneldrivers.blogspot.com

Kernel Drivers Ahoy!: November 2012

http://kerneldrivers.blogspot.com/2012_11_01_archive.html

Saturday, November 17, 2012. WinDbg the one we use. Using WinDbg is one of those things we have to live with, even if we don't always enjoy using it! Driveinfo c: and you can iterate until it fits the volume you are looking for! Have fun, and stay safe! Subscribe to: Posts (Atom). Filesysems and other demons. WinDbg the one we use. I'm just this dude you know? View my complete profile. Do you have a next gen gaming console?

kerneldrivers.blogspot.com kerneldrivers.blogspot.com

Kernel Drivers Ahoy!: Enable Kernel Debugging on vista and better

http://kerneldrivers.blogspot.com/2009/05/enable-kernel-debugging-on-vista-and.html

Friday, May 15, 2009. Enable Kernel Debugging on vista and better. Somehow, I always forget this, and have to google it. Http:/ www.microsoft.com/whdc/driver/tips/Debug Vista.mspx. 1- bcdedit /copy {current} /d DebugEntry. This will give you the {ID} of your new entry, important for later). 2- bcdedit /debug {ID} ON. This sets the entry to be debug enabled with default settings - com1/115200). 3- bcdedit /default {ID}. This sets the newly created entry as being the default now). Now, stop googling for it!

kerneldrivers.blogspot.com kerneldrivers.blogspot.com

Kernel Drivers Ahoy!: cscript, or why life is dull

http://kerneldrivers.blogspot.com/2011/02/cscript-or-why-life-is-dull.html

Friday, February 11, 2011. Cscript, or why life is dull. I'm busy doing WMI stuff these days, and I've had to play with js code within the microsoft command prompt. It's fun, but it can be a hassle to try and understand the code that's there. One thing that is usefull, is to make sure that all js output goes to the command prompt, so it makes it easier to read. To do that, type this in a command prompt! Subscribe to: Post Comments (Atom). Filesysems and other demons. Cscript, or why life is dull.

kerneldrivers.blogspot.com kerneldrivers.blogspot.com

Kernel Drivers Ahoy!: It's the parameters dummy!

http://kerneldrivers.blogspot.com/2009/07/its-parameters-dummy.html

Tuesday, July 21, 2009. It's the parameters dummy! You know you've been looking at the same code too much when one small parameter is all it takes to change the behaviour! I was looking at code where there was a KeWaitForSingleObject, but the alertable parameter was set to TRUE instead of the normal FALSE. Then I was failing to understand how this thread was continuing on, freeing the worker, and crashing the rest of the code. Well, it was all caused by this alertable set to TRUE. View my complete profile.

kerneldrivers.blogspot.com kerneldrivers.blogspot.com

Kernel Drivers Ahoy!: finding a leaked tag quickly!

http://kerneldrivers.blogspot.com/2009/06/finding-leaked-tag-quickly.html

Friday, June 19, 2009. Finding a leaked tag quickly! Recently, I've been working on a file system driver, and unfortunatly something in it is increasing the memory foot print on every directory query. Now I wanted to see what was the call that was increasing the memory, but unfortunatly the tag that was leaking was not in my code. So here comes microsoft to the rescue! In fact there is a nice global variable that you can set, and it will break when that tag is allocated. You just do "ed nt!

kerneldrivers.blogspot.com kerneldrivers.blogspot.com

Kernel Drivers Ahoy!: May 2009

http://kerneldrivers.blogspot.com/2009_05_01_archive.html

Friday, May 15, 2009. Another quick usefull tidbit, how to enable auto-login on 2008:. Do "run", then type : control userpasswords2. Then simply deselect that the user needs to type a password and press OK. Then the system asks you for the user password, and it now will auto-login! Enable Kernel Debugging on vista and better. Somehow, I always forget this, and have to google it. Http:/ www.microsoft.com/whdc/driver/tips/Debug Vista.mspx. 1- bcdedit /copy {current} /d DebugEntry. 2- bcdedit /debug {ID} ON.

UPGRADE TO PREMIUM TO VIEW 6 MORE

TOTAL LINKS TO THIS WEBSITE

16

OTHER SITES

locksheel.com locksheel.com

Sheel Special locks

locksher.com locksher.com

Welcome to The Locksher Group - Locksher.com

A Dynamic Enterprise,. Welcome to The LockSher Group. We are a leading International Investor focused on Web Technology. We focus solely on attaining and building a portfolio of media-based businesses. We specialise in exposing our media ventures into emerging and mass markets. This key skill is complimented with a portfolio of projects that create and deliver real value and results. Our new website 2.0 has been officially launched. New Press Release soon. New Website. 9642; Creating Value.

locksher.skyrock.com locksher.skyrock.com

LOCKSHER's blog - LOCKSHER T'ACCUEUILLE..... - Skyrock.com

VOICI MES PRÉFÉRENCES, J'AI TRÈS ENVIE DE LES PARTAGER AVEC TOI. 02/10/2008 at 11:18 AM. 08/01/2009 at 3:39 PM. Subscribe to my blog! You Raise Me Up - Josh Groban LAISSEZ-VOUS EMPORTER. Add this video to my blog. Don't forget that insults, racism, etc. are forbidden by Skyrock's 'General Terms of Use' and that you can be identified by your IP address (66.160.134.2) if someone makes a complaint. Please enter the sequence of characters in the field below. Posted on Friday, 31 October 2008 at 9:50 AM.

lockshermail.com lockshermail.com

Index of /

Apache/2.4.18 (Unix) OpenSSL/1.0.1e-fips mod bwlimited/1.4 Server at www.lockshermail.com Port 80.

lockshertfordshire.com lockshertfordshire.com

Alban Locksmiths :: Locks Hertfordshire /Upvc Locks Hertfordshire/Windows And Door Locks Hertfordshire/Door And Floor Springs Hertfordshire/Locks And Safes Hertfordshire/Locks In Hertfordshire/Upvc Locks In Hertfordshire/Windows And Door Locks In Hertfords

Locks Hertfordshire UPVC Locks Hertfordshire Windows And Door Locks Hertfordshire. Door And Floor Springs Hertfordshire Locks And Safes Hertfordshire Locks In Hertfordshire UPVC Locks In Hertfordshire. Windows And Door Locks In Hertfordshire Door And Floor Locks In Hertfordshire Locks And Safes In Hertfordshire. Alban Locksmiths specialise in key cutting and we supply and fit:. 8211; UPVC Locks. 8211; Window & Door Grilles. 8211; Door & Floor Springs. Alban Locksmiths sare approved contractors to:.

lockshi.blogspot.com lockshi.blogspot.com

linux kernel

Usefull linux kernel commands. Monday, April 28, 2008. Http:/ msdn2.microsoft.com/en-us/vcsharp/aa336746.aspx. Wednesday, March 19, 2008. MSMQ Multicast with .net. Msmq 3.0 and above supports multicast with PGM. 1 Create a non transactional queue and set the multicast address. 2 Create a publisher. MessageQueue msq = new MessageQueue("formatname:MULTICAST=234.1.1.1:1234");. MsqFormatter = new BinaryMessageFormatter();. 3 Create a consumer. MessageQueue q = new MessageQueue(@". private$ myqueue");. Ret = ...

lockshields.com lockshields.com

Welcome to LockShields!

With a firm reliance on the protection of divine providence. Follow me on Twitter! JP on Prayer Chain. JP on Prayer Chain. 2015 Raindrops Child Entries RSS. Child theme Raindrops Child of Raindrops Theme. Send to Email Address. Post was not sent - check your email addresses! Email check failed, please try again. Sorry, your blog cannot share posts by email.

lockshin.com lockshin.com

Steve Lockshin | bionic advisor // industry agitator // tech enthusiast

Bionic advisor / industry agitator / tech enthusiast. Passionate about finance and technology. Steve was also an influencer in the technology side of the industry. In 1995, while developing what became Convergent, Steve founded CMS Reporting; now known as Fortigent, LLC, a leading provider of outsourced wealth management and reporting solutions. Fortigent was acquired by LPL Financial Holdings, Inc. (NASDAQ:LPLA) in 2012. Get Wise to Your Advisor. Get Wise To Your Advisor. Enabling advisors to step into ...

lockshin.net lockshin.net

Dr. Michael D. Lockshin

Dr Michael D. Lockshin.

lockshin.org lockshin.org

Dr. Michael D. Lockshin

Dr Michael D. Lockshin.

lockshin.tv lockshin.tv

Michael Lockshin

David Duchovny / "Russian" /. The Drowning / Mainpeople Charity /. LN TV / "The Robbery" /. Bubble Comics / "Search for the Russian Superhero" /. Eristoff / "Wolf is Back" /. 9 May / "The Park" /. Mvideo / "Opening" /. Lab Fashion / Blender /. Nike / "Spartak" /.