Plink stands for PuTTY Link. Plink is a companion command-line utility for PuTTY. On a very high-level: Use PuTTY for interactive SSH session from your Windows to Linux Servers Use Plink for non-interactive SSH session to execute remote linux commands for automation purpose from your Windows In this tutorial, we’ll discuss the following: Launch plink [...]
Ramesh Natarajan
To get most out of your MySQL database, it is important to understand how to connect from your custom PHP program to MySQL database. This tutorial explains the following three methods along with appropriate example PHP program, which will explain how to connect from your PHP to MySQL database. Connect using mysqli extension (Recommended) Connect [...]
If you are running Nginx webserver, it is important for you to understand how the location directive works. Nginx uses location directive to decide what configuration it should apply based on prefix or the pattern in the incoming URL. For example, from what directory it should serve the image files when an URL ends with [...]
Jenkins is an open source DevOps tool that will help you to deploy and automate your enterprise application. In Jenkins, by default you can create users, but not groups. So, if you want groups in Jenkins, you have the following few options: Use OpenLDAP with Jenkins Use Active Directory with Jenkins Use Unix user/group database. [...]
PostgreSQL is an enterprise level open source database. This is one of the most reliable, robust, feature-rich, and powerful relational database system. Most importantly, PostgreSQL is well known for its ability to handle heavy load, and deliver high performance. This supports pretty much all the features that you would ever need from a RDBMS system. [...]
In AWS, when you launch any EC2 Linux instance, you should select a key pair for that particular instance. AWS key pair will be in the standard private key format with .pem file extension But if you are using PuTTY on your Windows laptop to login to AWS instance, you have a problem. PuTTY doesn’t [...]
Mirth Connect is an Open Source Integration Engine that is primarily used in the Health Care domain. This support various health care standards (HL7, XML, EDI/X12, DICOM etc) that will help enterprise to integrate different systems, and let them talk to each other in a common language. MirthConnect interface engine also supports various standard protocols [...]
If you are a Linux sysadmin or a developer, you probably already know how to create and sign a SSL certificate for your webserver. But, if your corporate environment also has some Windows servers and applications, you may end-up in a situation, where you may have to digitally sign Windows files. The process of digitally [...]