Category Archives: Programming Languages
Reset VMware NSX-V DFW to Default Setting via NSX REST API with Python
I’ve been playing with the VMware NSX-V 6.2 REST API using both a browser based REST API client and Python. While I was exploring different methods, I deleted the default NSX-V Distributed Firewall (DFW) L3 section via REST API call … Continue reading
Mac OS X: Java – “Application Blocked by Security Settings” Solution
Starting with Java 8 Update 20 (Java 8u20) and later versions the option to lower the security setting in the Java Console Panel to Medium has been removed. Prior, changing the setting to Medium would quickly resolve issues where certain … Continue reading
Creator of Perl, Larry Wall, on Programming Languages
Creator of Perl, Larry Wall, when asked, “What are the five programming languages everyone, even non-programmers, should know about and why?”:
Writing Useful Batch Scripts for Windows
An often overlooked utility in Windows is the use of batch scripts.A batch script is nothing but a text file with the ‘.bat’ extension containing a series of commands to be executed by the Windows command interpreter. Along with calling … Continue reading
Eclipse IDE for Java EE Developers
One of my favorite development tools at an unbelievably low price – FREE! Can’t get much better than that. Download ‘Eclipse IDE for Java EE Developers’ and give it a try. If you are not much of a Java/J2EE programmer, … Continue reading