- bits & pieces about software development HostingAbc Logo
Show all posts.
These days I was playing around with powershell - and it proved itself quite useful. I already have several backup scripts, defragment & anti-virus check script on my server.
So on top of all this coolness :) this is very cool indeed as well:
XML
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
  <body>
    <table>
      <tr><td>ID</td></tr>
      <% get-process | foreach { %> 
        <tr>
          <td><%=$_.ID%></td>
          <td><%=$_.ProcessName%></td>
        </tr>
      <% } %>
    </table>
  </body>
</html>

Take a look at this link: http://blogs.msdn.com/powershell/archive/2008/07/18/powershell-asp-too-cool.aspx
add linkThe last comments:Afonso says:I'm trying to make a raid1 on the asus 500gp and I've saw your thread. But I cannot find the md.o and the raid1.o on modules.tar.gz file you attached. I also have a linux noobie question here should I put the files to make the insmod command see themmike says:Good videosmoszidev says:Venemo: it is at System.Web.Configuration.HttpConfigurationSystem.UseHttpConfigurationSystem moszidev says:dumb, ... no wonder your name is dumb :) ... i more or less expected these type of answers :) - trust me, i know the double locking design pattern :) ... but it seems that you don't really know for what the locking is needed ;) ...dumb says:this is called double locking: http://en.wikipedia.org/wiki/Double_checked_locking_patternVenemo says:Where did you find this in the framework?moszidev says:just found out that the maximum transfer rate on USB or UTP for this router is 3.5MBytes/sec. (that is 28MBit / sec)[br] So if you have a connection speed higher than this, it will not be fully used for sure.
Copyright (C) 2007, Molnar Szilveszter m@il me