Posts

Wake up before your competition do!

Image
Some inspiration from 5AM group on Facebook You might not have a competitive advantage over your competition and maybe you don't have all the tools and resources to play with the big boys in your industry. ~ But one thing you do have is the ability to out work your competition! ~ You don't need to come up with anymore excuses about why you aren't where you want to be, what you need to do is get up earlier, show up and show the world you're not here to make up the numbers and be another statistic! ~ If you're not prepared to out work your competition and wake up before 5am every single day then maybe it's time to ask yourself how serious you are about your goals and dreams! ~ Stop doing normal things and stop performing at average levels because that is exactly why you aren't where you want to be... ~ Be unusual, be abnormal, be obsessed, be prepared to wake up at 4:00am and work harder than anyone you've ever met because that is the only way you're e...

Grab Known Host Key From Remote SFTP Server in OpenSSH Format

1. Get the host key by running this command: ssh-keyscan > /tmp/ssh_out.openssh 2. Convert the host key format by running this command: ssh-keygen -l -f /tmp/ssh_out.openssh

Watch "Webinar : Practical SOA for the Solution Architect" on YouTube

https://www.youtube.com/watch?v=1KXKppaOgtY&feature=youtu.be

Determine Which version of Windows Installer is installed

To determine which version of Windows Installer is installed on a computer, follow these steps: 1) Click Start, click Run, type %systemroot%\system32, and then click. OK. 2) Right-click Msi.dll, and then click. Properties. 3) Click the Version tab, and then note the File version number.

Watch "WSO2Con 2011 - Enterprise Integration Patterns: Past, Present and Future" on YouTube

https://www.youtube.com/shared?ci=Kb-UT1kqJ3Q

JMeter SSH Sampler

https://github.com/linkeshkanna/Jmeter.SSH.FTP.Request Jmeter Custom Sampler to make SFTP Request To Create SSH FTP Requests in JMeter, we need this custom Sampler. This contains two jar files. 1. jmeter-ssh-sampler-1.0.2-SNAPSHOT.jar 2. jsch-0.1.53.jar We can generate this by downloading the source and building it using Maven. I just built it using maven and checked in the jar files here. To install this in Jmeter, 1. Copy the jmeter-ssh-sampler-1.0.2-SNAPSHOT.jar to the "Jmeter/Lib/ext" directory. 2. Copy the "jsch-0.1.53.jar" to the "Jmeter/Lib" directory 3. Restart Jmeter. I have also added a sample test to list of the directory contents in a Public SFTP Server.

Install 3rdParty JAR on IBM B2B Sterling Integrator

If we want to install external JARs (3rdParty JARs) on Sterling Integrator here are the steps, 1. Stop B2BI Cluster (All Nodes) by running hardStop.sh/cmd. 2. install3rdParty.sh -j          -j = JAR          -l = Library File 3. Run setupfile.sh 4. Repeat Step 2 and 3 on all Nodes. 5. Restart B2BI Cluster. Validation Procedure: If installation was successful then you will see an entry for your new JAR file in dynamicclasspath.cfg file.