一 Open Build Service(OBS) 首頁: http://openbuildservice.org/ Open Build Service(OBS)是開放的完整的軟體發布開發平台。他提供了基礎架構來建立軟體發布包,它支援廣泛的作業系統和硬體架構,同時也支援外掛程式(add-ons),應用鏡像(appliance
一 Mozilla Build Tools Mozilla 開源組織擁有很多偉大的跨平台產品,例如,Firefox, Thunderbird, Mozilla Suite / SeaMonkey, XULRunner, Sunbird, standalone Composer, standalone XPCOM, and standalone XPConnect。其中大部分的都是使用Mozilla build system來完成build的。Mozilla build
一 .NET代碼混淆 .NET代碼混淆技術: Symbol renamingString encryption and compressionResource encryption and compressionConstant literals pruningMethod signatures overload inductionClass hierarchy linerizationCode control flow obfuscationAssemblies merging and
Windows 命令列中重啟機器的命令是: shutdown -r -f -t 30 如果要實現遠程重啟,請加參數 –m, 例如重啟遠端機器+關機的理由+強制關閉所有正在啟動並執行應用程式+逾時設定為1分鐘 :shutdown /m \\computername /r /f /c “Computers will restart in 1 minute, please save any work. System Administrator” /t:
超大檔案的copy一 幾G或幾十G的檔案的copy例如需要拷貝exe,iso到遠端機器上,我們可以使用如下的方法: 多線程copy:1) split + copy + cat [split and cat are Linux command, you can get them from UnxUtils]2) zip(into many parts) + copy + unzip [or can use 7z instead of zip] 增量copy:3) rsync