вторник, 8 ноября 2016 г.

zip: broken filenames

How to decompress zip-archive with broken filenames within (wrong codepage has been choosen while compressing):
7zip.exe -mcp=866 x archive.zip
....or any another codepage

zip: broken filenames

How to decompress zip-archive with broken filenames within (wrong codepage has been choosen while compressing):
7zip.exe -mcp=866 x archive.zip
....or any another codepage

вторник, 27 сентября 2016 г.

Curl authorization

curl --user name:password http://www.example.com
curl --proxy-user proxyuser:proxypassword curl.haxx.se
If your proxy requires the authentication to be done using the NTLM method, use --proxy-ntlm, if it requires Digest use --proxy-digest.

From here: http://stackoverflow.com/questions/3044315/how-to-set-the-authorization-header-using-curl

четверг, 21 апреля 2016 г.

SCCM 2012: deployment issue

Deployment is stucked with state "Waiting for content".
Solution is to check software package property and go to distribution settings and the check automatically download content when packages are assigned to distribution point.


https://social.technet.microsoft.com/Forums/en-US/90596148-55b7-415d-ac0f-558e00e6df8e/the-content-status-of-a-package-is-stuck-in-in-progress-waiting-for-content-status-in-sccm-2012?forum=configmanagerapps