McAfee Installation Process Hung

When I installed McAfee Antivirus Enterprise v8.8 on a Windows 8.1, it was hung. Checked the log @ c:\users$user\AppData\Local\Temp\McAfeeLogs and found a messge “Waiting on McShield to report RUNNING or STOPPED (current state 2)” in installation log.

Read More

Force Removing Windows Services

Some services are denied administrator to access on Windows such as McAfee services. I don’t know why administrator cannot manage every thing on Windows system. I think vrius maker and hacker already know this technology. How does administrator fight with them?

Read More

Change hostname and static IP on Centos 7

Change hostname

  • Edit file: /etc/sysconfig/network
    HOSTNAME=servername.domain.com
    
  • Add the servername in /etc/hosts file
  • Run hostname command
    sudo hostname servername.domain.com
    
  • Restart network service
    sudo /etc/init.d/network restart
    
Read More

PHP extensions

Useful extensions:

php-xml php-gd php-curl php-mcrypt php-mbstring php-gettext

For mysql: php-mysql
For Apache2: libapache2-mod-php

Read More