May
25
2009
0

Myth – Creative People are Flaky, Moody, and Broke

Well alot of this blog looks a little sentimental to me, especially given the sunset backdrop, but this story is a fascinating analysis of some of the ill-advised justifications that I probably try to use to pull the wool over my own eyes:

http://debowen.typepad.com/8hours/2009/05/creative-people-are-flaky-moody-broke.html

Written by admin in: Coffee |
May
18
2009
0
May
15
2009
0
May
15
2009
0
May
11
2009
0

‘PRNG is not seeded’ message at aix 6.1 from ssh

/home/coffee1> ssh coffee2
PRNG is not seeded

Apparently ssh needs access to /dev/random and /dev/urandom


# cd /dev
# ls -l | grep random
crw-------    1 root     system       35,  0 May 04 10:43 random
crw-------    1 root     system       35,  1 May 04 10:43 urandom
# chmod 644 random
# chmod 644 urandom
# ls -l | grep random
crw-r--r--    1 root     system       35,  0 May 04 10:43 random
crw-r--r--    1 root     system       35,  1 May 04 10:43 urandom
Written by admin in: Network |
May
08
2009
0

Reflection Tool in Windows, .NET Reflector

Free download to a tool that helps makes sense of all that stuff you are dragging and dropping into your windows applications in C#:

.NET Reflector

Written by admin in: C# |

Powered by WordPress | Aeros Theme | TheBuckmaker.com WordPress Themes