How to approach corporate clients for business?
Many small companies want to make a good client base and association with corporates for business. And why not, landing large corporate clients can give a huge boost to a…
Read more »Lets understand about Helix Core in 2 mins!
Helix Core (P4D) is version control system introduced in 1995 and its based on client application and server application communicating over a TCP/IP connection. A full version of Helix Core…
Read more »How to Install and Configure Nagios Server and Clients | Nagios Tutorial
Install and Configure Nagios Server and Clients Download the Nagios Server Source copy from https://www.nagios.com/products/nagios-xi/ You can also use the direct download links as below; > wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.2.0.tar.gz Extract the…
Read more »Perforce Quick Facts – Perforce Quick Start Guide
Perforce Quick Facts Clients ============================================== P4V: Visual Client – (Included in the P4V Installer) Provides access to versioned files through a graphical interface and also includes tools for merging and…
Read more »Script to list the clients in descending access date order
Write a script to list the clients in descending access date order (for deleting obsolete clients). #!/usr/bin/ruby require “P4” p4 = P4.new p4.tagged p4.connect clients = p4.run_clients.sort {|a,b|…
Read more »