web analytics

Geeks Terminal

          Linux | Open Source | Web Hosting and more..

Posted on May - 6 - 2013

Generally, users are not provided the rights to updated Awstats of the domain from the cPanel. But in some cases, it may require and the prvilidges can be given by: 1) Logging in the WHM 2) Navigate to Home > [...]

Read More
Posted on Apr - 19 - 2013

To reset Tomcat manager password, follow simple steps. 1) Got to the apache-tomcat directory and open file following in your favorite editor cd /usr/local/apache-tomcat-6.0.20/conf/ vi tomcat-users.xml Part of file contents before update. <tomcat-users> <!– <role rolename=”tomcat”/> <role rolename=”role1″/> <user username=”tomcat” [...]

Read More
Posted on Apr - 18 - 2013

To install the the video and audio codecs on Fedora 18: 1) Install the repositories provided by RPMfusion first. wget http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-18.noarch.rpm rpm -ivh rpmfusion-free-release-18.noarch.rpm wget http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-18.noarch.rpm rpm -ivh rpmfusion-nonfree-release-18.noarch.rpm 2) Now, install the plugins. su -c ‘yum -y install gstreamer-plugins-bad [...]

Read More
Posted on Apr - 12 - 2013

After cloning a Centos machine from Oracle Virtualbox or from VMware template, I got following error message when networking service was restarted device eth0 does not seem to be present Initially, I thought the issue might be with the network adapter but was not [...]

Read More
Posted on Apr - 4 - 2013

If you find that GNU C  / C++ compiler is missing , it can be installed using yum or apt-get. CentOS/Red Hat: yum install gcc gcc-c++ autoconf automake Ubuntu: sudo aptitude install build-essential This will install the compiler which should [...]

Read More
Posted on Mar - 8 - 2013

Iptux is a free IP messenger application which can be used in internal network for chatting and file sharing purpose. To install Iptux on Ubuntu/Fedora/CentOS/RHEL: 1) Download the source from here 2) Extract the archive. 2) Got to the directory. [...]

Read More