BIP KB Tag: service
How To Set Up Logrotate on RedHat Linux
1. Introduction
Logrotate is a utility designed for administrators who manage servers producing a high volume of log files to help them save some disk space as well as to avoid a potential risk making a system unresponsive due to the lack of disk space.
Normally, a solution to avoid this kind of problem is to setup a separate partition or logical volume for a /var mount point. However, it may also be a viable solution to this prob...
By jack, June 24, 2015
How To Set Up A RESTful Web Service Using WCF - GET
What Is WCF?
Windows Communication Foundation is a programming platform and runtime system for building, configuring and deploying distributed services. It's a framework for building Service Oriented Applications. WCF is comprised of class libraries, tools, hosting facilities, and other components that are used to provide a foundation for applications that use SOA. WCF supports the features of Web Services, Remoting, MSMQ and COM+ ...
By rajiv02, May 10, 2016