Articles

Script – Set Permanent Environmental Variable in Windows XP

I want to set environmental variables permanently through a batch file. Is there a command to set Permanent Environmental Variable (other than SETX) for Windows XP service pack 3? commandSETX JAVA_HOME=”C:javajdk-1.4″is not supported in my machine. It is Windows XP service pack 3. Solution: Per user settings command line: % reg add KEY  /v JAVA_HOME

Script – Set Permanent Environmental Variable in Windows XP Read More »

Seagate Expansion Hard Drive (Portable) is not recognized By Windows!

My Seagate Expansion Hard Drive is not recognized by windows. When I connect it to the computer I do not see “Mass Storage Device” Under “Universal Serial Bus Controller”. I already check the troubleshoot and test for everything (Cable is OK, I checked in another computer, etc) It happen after I connect the Hard Drive

Seagate Expansion Hard Drive (Portable) is not recognized By Windows! Read More »

Security – Encrypting a user’s directory in Windows 7

I’m running Windows 7 Professional. Is there any way to make a user’s directory (anything under C:UsersFoo) encrypted? I’m looking for something like Apple’s FileVault feature. When I login as an administrator and attempt to access a standard user account’s files, I can access them without having to enter any password. This means that standard

Security – Encrypting a user’s directory in Windows 7 Read More »

Security – How are pseudorandom and truly random numbers different and why does it matter?

I’ve never quite got this. Just say you write a small program in any language at all which rolls some dice (just using dice as an example). After 600,000 rolls, each number would have been rolled around 100,000 times, which is what I’d expect. Why are there websites dedicated to ‘true randomness’? Surely, given the

Security – How are pseudorandom and truly random numbers different and why does it matter? Read More »

Security – How do I list the SSL/TLS cipher suites a particular website offers?

How can I retrieve a list of the SSL/TLS cipher suites a particular website offers? I’ve tried openssl, but if you examine the output: $ echo -n | openssl s_client -connect www.google.com:443 CONNECTED(00000003)depth=1 /C=ZA/O=Thawte Consulting (Pty) Ltd./CN=Thawte SGC CAverify error:num=20:unable to get local issuer certificateverify return:0—Certificate chain 0 s:/C=US/ST=California/L=Mountain View/O=Google Inc/CN=www.google.com   i:/C=ZA/O=Thawte Consulting (Pty) Ltd./CN=Thawte

Security – How do I list the SSL/TLS cipher suites a particular website offers? Read More »

Scroll to Top