May 23, 2013CentOS6.4, Databases, PostgreSQL Install Postgresql 9.2.4 in CentOS 6.4 How to install Postgresql 9.2.4 in CentOS 6.4 PostgreSQL is an open source object relational database system. It comes pre-bundled with CentOS […]
May 23, 2013CPAN, Perl CPAN error please check the validity of the index file CPAN error please check the validity of the index file To install a module from CPAN in CentOS, we need to install […]
May 23, 2013CPAN, Perl Can’t locate CPAN.pm – Fixed Can’t locate CPAN.pm – Fixed To install Perl modules from CPAN using an interactive shell, we use the command: perl -MCPAN -e […]
May 16, 2013CentOS6.4, Virtualization VMWare, VMWare Workstation Installation of CentOS 6.4 in VMWare Workstation 9.0.2 Installation of CentOS 6.4 in VMWare Workstation 9.0.2 We have seen in our previous post how to Create a CentOS 6.4 Virtual […]
May 16, 2013Antivirus, Avast Boot time scan with Avast antivirus 8.0 Boot time scan with Avast antivirus 8.0 Avast free Anti-virus is used to protect the computers from viruses. Avast anti-virus 8.0 is […]
May 13, 2013CentOS6.4, Virtualization VMWare, VMWare Workstation CentOS 6.4 Virtual Machine installation in VMWare Workstation 9.0.2 CentOS 6.4 Virtual Machine in VMWare Workstation 9.0.2 To create a Centos 6.4 Virtual Machine in VMWare Workstation 9.0.2, we need to […]
May 13, 2013C++, OOPs Limitations on Constructors and Destructors in C++ Limitations on Constructors and Destructors in C++ Limitations on Constructors:- The following are the limitations on constructor functions. Constructor functions should be […]
May 13, 2013C++, OOPs Concept of Data hiding in a class in C++ Concept of Data hiding in a class in C++ In C++, the class groups data members and functions under three access specifiers […]
May 13, 2013C++, OOPs Macro vs. Inline function in C++ Macro vs. Inline function in C++ Functions considerably increase the speed of the program, when it is likely to be called many […]
May 13, 2013C++, OOPs Function scope and File scope in C++ Function scope and File scope in C++ The scope for a function or a variable is determined by the place, where it […]