install

Linux Install & configure Squid in three easy steps

Squid configuration so that it will act as a transparent proxy   Iptables configuration Configure system as router Forward all http requests to 3128 (DNAT) Run scripts and start squid service First, Squid server installed (use up2date squid) and configured by adding following directives to file: # vi /etc/squid/squid.conf Modify or add following squid directives: …

Linux Install & configure Squid in three easy steps Read More »

How to check and install missing perl modules

Check if module is installed. Errors mean missing module. # perl -MModule::Name -e 1 See documentation of the module if installed. # perldoc Module::Name Open CPAN shell # perl -MCPAN -e shell To reconfigure the shell if needed. cpan>o conf init Install an available module. cpan> install HTML::Template You can run the Perl CPAN module …

How to check and install missing perl modules Read More »

Aix: Install and Configuration HACMP [ Overview]

1. Overview The High Availability (HA) feature of application allows a properly configured application system to automatically recover from a number of possible failures, with the goal of eliminating all single points of failure in the system. The same functionality can be used to minimize the impact of regularly scheduled maintenance and/or software upgrades. The …

Aix: Install and Configuration HACMP [ Overview] Read More »

Scroll to Top