Activate Office 2010 on Windows 10

How to activate Office 2010 Pro Plus production key by command line? Here is some command you must run as Administrator rights: That’s OK. Have fun.

70 Likes Comment

Get £16.50 back for a $5.99 domain at one.com

Follow these steps to get cashback Register an account in https://www.topcashback.co.uk/ ( called as TCP ) Activate & log into your TCP. Completed your profile and payout information Purchase a domain name at one.com via…

74 Likes Comment

Force https:// for q2a site

Already installed SSL certificated for your website ( let’s encrypt or purchased SSL ). See how to force https:// via .htaccess file configuration. One more step to complete your rule. Go to Question2Answer dashboard, modify…

77 Likes Comment

Fixed bash warning setlocale LC_CTYPE

How to fix this warning while connecting to remote ssh servers via Terminal on macOS Solution 1: Modify the file :vi /et/ssh/sshd_config . Comment the parameter: Solution 2: Terminal > Preferences > Select Terminal type…

73 Likes Comment
Convert HEIC to JPG

Convert HEIC into JPG on macOS

HEIC stands for High-Efficiency Image Container, is the default format on new photos on iOS 11 or later. And there’s a little issue for you when you need to create some designs on windows, or…

98 Likes Comment

Create a bootstrap file to speedup wallet synced

On Windows: Go to CMD command windows, locate to your wallet data folder. Create a bootstrap.dat file using copy command On linux, locate to your wallet data path and execute the following command: ls -1…

86 Likes Comment
Error 404 on Wordpress nginx

Fixing 404 error in wordpress on VPS running nginx

Apache rewrite rules and Nginx rewrite rules are different In apache, all you need to configure permalink using mod_rewrite module in .htaccess file. But in Nginx you’ll do in nginx.conf rewrite rules. To avoid 404…

87 Likes Comment
How to select stable php version

Select PHP version in SHARED hosting

Why do you need multiple PHP versions in the same hosting account? There’re many web applications , only runs stably with a specific PHP version. For example a chat web based program like yshout runs…

82 Likes Comment
Convert mov to mp4

Convert .mov to .mp4 using FFMEG

Why do you need this tool ? I myself often record daily moments with my smartphone, iphone, DSLR camera…etc. And these devices has output file extension is .MOV . I will need to convert into…

91 Likes Comment

Python to download video from douyin

103 Likes Comment