moszi.net
return dev ? .net : java
login
- bits & pieces about software development
Show all posts.
hibernate, deep sleep in mac-os
i wanted to turn off the deep sleep in mac-os. Here is the script that solves this:
sudo sh -c '
pmset -a hibernatemode 0;
nvram use-nvramrc?=false;
rm /var/vm/sleepimage > /dev/null 2>&1
'
add link
microsoft.com
WindowsClient.Net
Mike Taulty
Asus wl500g custom firmware
The last comments:
custom usb flash drives says:
wow, the radio very nice,
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 them
mike says:
Good videos
moszidev 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_pattern
Venemo says:
Where did you find this in the framework?
{ This website uses
MosziNet Persistence Manager
and
MosziNet Blog Control
. }