# translate-code-sync **Repository Path**: wizard-paradise/translate-code-sync ## Basic Information - **Project Name**: translate-code-sync - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-03-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #code-sync-win ### Instructions * Setup Cntlm and running proxy server on 3128 port * Install the [Cntlm Authentication Proxy Package](http://cntlm.sourceforge.net/) * Modify the cntlm.ini file to change the proxy to 'proxy.huawei.com:8080' * Generate Auth data: `cntlm -I -M http://www.baidu.com` * Replace the Auth data to cntlm.ini file * Restart the cntlm service `net stop cntlm && net start cntlm` * Create Windows Schedlue taks * `TODO: schtasks ?` ### Projects * [x] translate-api * [x] translate-deploy ### Refs * [Windows 计划任务概述](https://technet.microsoft.com/zh-cn/library/cc721871(v=ws.11).aspx) * [Schtasks 命令指南](https://technet.microsoft.com/en-us/library/cc725744.aspx) * [Schtasks 命令详解](http://www.cnblogs.com/ruofengzhishang/p/3859773.html)