Reminder to self: for HttpWebRequest make sure you have your proxy setup correctly.
Monitoring HTTP Output with Fiddler in .NET HTTP Clients and WCF Proxies – Rick Strahl’s Web Log.
–jeroen
Posted by jpluimers on 2014/04/15
Reminder to self: for HttpWebRequest make sure you have your proxy setup correctly.
Monitoring HTTP Output with Fiddler in .NET HTTP Clients and WCF Proxies – Rick Strahl’s Web Log.
–jeroen
Posted in .NET, .NET 2.0, .NET 3.0, .NET 3.5, .NET 4.0, .NET 4.5, ASP.NET, C#, C# 2.0, C# 3.0, C# 4.0, C# 5.0, Development, Fiddler, Software Development, Visual Studio 11, Visual Studio 2005, Visual Studio 2008, Visual Studio 2010, Visual Studio and tools, Web Development | Leave a Comment »
Posted by jpluimers on 2014/04/15
Interesting: didn’t see this on the Embarcadero site yet, so the announcment of Welkom RAD Studio/Delphi/C++Builder XE6! by Barnsten B.V. – Google+ is a bit surprising.
Edit:
Given the XE6 webinar on the 16th (that is tomorrow!), it wasn’t that surprising, but in my memory those webinars usually were before the product became actually available.
Barnsten was a tad bit faster than me picking up these two posts that had the official announcemts:
So here are some of the Embarcadero.com links for XE6: Read the rest of this entry »
Posted in Delphi, Delphi XE6, Development, Software Development | 1 Comment »
Posted by jpluimers on 2014/04/15
As a continuation of More OpenSSL and certificate things (in the aftermath of Heartbleed): on resetting passwords.
On other news:
–jeroen
Posted in OpenSSL, Power User, Security | Leave a Comment »
Posted by jpluimers on 2014/04/15
Simple steps on how to hang visual studio:
This will get you a nice box (and no way to close Visual Studio except killing it from the task manager):
Microsoft Visual Studio is Busy
Microsoft Visual Studio is waiting for an internal operation to complete. If you regularly encouter this delay during normal usage, please report this problem to Microsoft.
There seems to be no bounds checking for the “Expand All” functionality.
–jeroen
Posted in Development, Software Development, Visual Studio 11, Visual Studio 2005, Visual Studio 2008, Visual Studio 2010, Visual Studio and tools | Leave a Comment »
Posted by jpluimers on 2014/04/15
Every once in a while you will encounter a site that does some obfuscation.
I bumped into yet another base 62 encoded JavaScript, and this is what I used to unpack it:
This tool will help you decrypting the javascript encrypted with base 62 packer like the sample one on the box (eval(function(p,a,c,k,e,r){blah blah blah})
Just put the encrypted codes on the box then push the decrypt button…
–jeroen
Posted in Development, JavaScript/ECMAScript, Scripting, Software Development | Leave a Comment »
Posted by jpluimers on 2014/04/14
Might come in useful one day: Wireshark · WPA PSK Generator.
–jeroen
Posted in Development, Internet, JavaScript/ECMAScript, Power User, Scripting, Software Development, WiFi | Leave a Comment »
Posted by jpluimers on 2014/04/13
So you think Heartbleed is over. Think again. Not only servers are affected. Clients too. And you need to tighten your security even more.
Basically it comes down to this:
Expect all sites using HTTPS to have been vulnerable, and all data you exchanged to be captured. Unless you can have hard proof they were not vulnerable, or the traffic was not captured. If you have not started changing passwords, private keys, credit card numbers, etc: do so now.
and
In layman’s terms/pictures: xkcd: Heartbleed Explanation.
If you still don’t get it: anyone with any HTTPS connection to a once vulnerable system could copy data out of that system. There is no guarantee that data did not contain your identity (username, password, public key, credit card check-digits, etc) or server identity (private and public key).
Since often you cannot prove a system was using OpenSSL, there is no way to prove your data didn’t get copied.
Here are some interesting reads from last week: Read the rest of this entry »
Posted in OpenSSL, Power User, Security | Tagged: Heartbleed | 1 Comment »
Posted by jpluimers on 2014/04/13
Whereas Windows 7 was really fast, Windows 8.1 on my ThinkPad W701 is very slow in an erratic way.
Need to check out this:
Windows 8.1 proves to be extremely slow on their computers, with Microsoft yet to address the problem with a workaround or a patch.
According to some posts on Microsoft’s Community forums, this is mostly happening on Lenovo laptops and the fastest way to deal with performance issues is to uninstall the “Intel Dynamic Platform and Thermal Framework” from the device manager.
In addition, you need to access the BIOS menu and in the “Configuration” screen, make sure you disable the DPIF option to turn it off completely until Microsoft comes up with a fully-working fix.
–jeroen
Posted in BIOS, Boot, Power User, ThinkPad, W701 | Leave a Comment »
Posted by jpluimers on 2014/04/13
Whereas the OpenSSL heartbleed vulnerability investigations initially were aimed towards servers, over the last few days the client side got more attention.
Ouch. This might count for more than 30% of the Android devices out there: Android 4.1.1 Devices are Vulnerable to Heartbleed.
Time to check which Android version your device is running.
The @Lookout security firm did some statistics and published them on Twitter:
Detector app data: Germany has the most affected phones at 12.46%. Check out our geographical break down: Read the rest of this entry »
Posted in OpenSSL, Power User, Security | 1 Comment »
Posted by jpluimers on 2014/04/13
A while ago, I wrote about getting rsync on ESXi: ESXi 5.1 and rsync – damiendebin.net.
Now I needed [WayBack] 7zip on ESXi to make sure I could test unpack some 7zip archives.
This turned out much easier than I thought, thanks to [WayBack] 7Zip for ESXI | Vladimir Lukianov: Заметки who pointed me to the [WayBack] P7ZIP project. P7ZIP actually created three things:
Here are the full steps to get 7zip on ESXi 5.x:
Posted in *nix, *nix-tools, ESXi4, ESXi5, ESXi5.1, ESXi5.5, Linux, Power User, SuSE Linux, VMware, VMware ESXi | Tagged: 7z, 7zip | 3 Comments »