Wednesday, December 30, 2015

WHM/Cpanel update and license problems

Update your Centos, from console/terminal run:
# yum update -y
# /scripts/upcp update all
If your WHM/Cpanel asks you to activate your license, and your license not yet expired, run this command
# /usr/local/cpanel/cpkeyclt
To show WHM/Cpanel version via terminal
# cat /usr/local/cpanel/version
11.64.0.33

WHM Backup using WHM Web Console

Home »Backup »Backup Configuration

  1. Global Settings
    1. Backup Status -> Enable
    2. Backup Type -> Compressed (Compressed, Uncompressed, Incremental).
    3. Maximum destination timeout 7200 in seconds (default: 7200)
    4. Maximum restore timeout 21600 in seconds (default: 21600)
  2. Scheduling and Retention
    1. Backup Daily
    2. Backup Weekly
    3. Backup Monthly 1st of the month (default:1st of the month , 15th of the month) Retain 1 Monthly backups default:1.
  3. Files
    1. Backup Accounts select all active user (default:none) 
    2. Backup Suspended Accounts (default:Disable) 
    3. Backup Access Logs (default:Disable) 
    4. Backup Bandwidth Data (default:Enable) 
    5. Use Local DNS (default:Disable)
    6. Backup System Files (default: checked)
  4. Databases
    1. Backup SQL Databases Per Account Only  (default:Per Account Only, Entire MySQL Directory Per Account and Entire MySQL Directory)
  5. Configure Backup Directory 
    1. Default Backup Directory (default: /backup) 
    2. Retain backups in the default backup directory (default: checked) 
    3. Mount Backup Drive as Needed. (default:Disable)
  6. Additional Destinations
Save Configuration




Sunday, December 6, 2015

Blackberry Bold 9900 OS 7.0 build 1346 error 102

Blackberry 7.0 build 1346 error 102
symptoms:
  1. boot fail with error code 102
  2. boot loop
  3. can not enter safe mode using backspace or escape key (right cursor).
Download JL_Cmder from http://www.blackberryfreaks.com/JL_Cmder.html

To find out which parts causing problems, run JL_Cmder.cmd :
D:\JL_Cmder v1.9.0>JL_Cmder.cmd
follow instruction and choose "event log" (menu number 2).
save event log into notepad.

Find which corrupted parts occurred in event log, for examples:
  • guid:0x97C9F5F641D25E5F time: Thu Jan 01 07:00:00 1970 severity:0 type:2 app:System data:CMM: verifyHash1 failed for DocsToGoCommon-4(6424)
  • guid:0x97C9F5F641D25E5F time: Thu Jan 01 07:00:00 1970 severity:0 type:2 app:System data:CMM: data unlink failed for net_rim_bb_twitter-8(8699)
Remove them using JavaLoader.exe
D:\JL_Cmder v1.9.0>JavaLoader.exe -u erase -f net_rim_bb_twitter-8
RIM Wireless Handheld Java Loader
Copyright 2001-2007 Research In Motion Limited
Connected
Erasing net_rim_bb_twitter-8 Done
Disconnected

D:\JL_Cmder v1.9.0>JavaLoader.exe -u erase -f DocsToGoCommon-4
RIM Wireless Handheld Java Loader
Copyright 2001-2007 Research In Motion Limited
Connected
Erasing DocsToGoCommon-4 Done
Disconnected

D:\JL_Cmder v1.9.0>

References:
  1. http://crackberry.com/help-jvm-error-102-your-blackberry-try-solution-wiping
  2. http://www.blackberryfreaks.com/JL_Cmder.html
  3. http://www.blackberryfreaks.com/How_to_use_JL_Cmder.html

Friday, December 4, 2015

Upgrade Windows 10 Build 10240 to Build 10586 offline



Not more then 4 months, Microsoft has release Windows 10 Build 10586. This forced users to download Windows 10 Build 10586 to perform offline installation.
Offline installation may save your bandwidth!
There are 2 ways to download Windows 10 Build 10586:
  1. Using media creation tools that you can download from https://www.microsoft.com/en-us/software-download/windows10
  2. Direct download from https://www.microsoft.com/en-us/software-download/techbench (I preferred this one). 
Here are some mapping upgrading from previous Windows to Windows 10 Build 10586 
  1. Windows 7 stater edition -> Windows 10 Build 10240 32bit -> Windows 10 Build 10586 32bit.
  2. Windows 7 professional x64 -> Windows 10 Pro Build 10240 x64 -> Windows 10 Build 10586 x64.
  3. Windows 81 SL x64  -> Windows 10 SL Build 10240 x64 -> Windows 10 SL Build 10586 x64.
  4. Windows 81 Bing x64  -> Windows 10 SL Build 10240 x64 -> -> Windows 10 SL Build 10586 x64.
You can find complete list Windows upgrade from this page http://windows.microsoft.com/en-us/windows-10/upgrade-to-windows-10-faq.
Mount your iso files using Virtual CloneDrive and run setup.exe, if autorun not enable (I always set this off to prevent malicious script run)
For CPU N455 and Ram 2G, upgrading from windows 7 stater, took 2.5 hours for each step.
View in Linkedin Post