Archive
Fix: make ownCloud installer display in English language
OwnCloud is an interesting solution for setting up a file sharing cloud for a group of people.
However,one issue I’ve found with its Windows desktop client’s current version (which looks clean of any viruses since I always check first) is that if your Windows 10 is configured with a preferred language that the desktop client’s installer doesn’t have localization support for, then it doesn’t show up in English as you’d expect, but in Czech or someother language that most of us don’t know how to read.
So I tried running it’s MSI installer (ownCloud-2.6.1.13407.13049.msi) with –? parameter from the command-line and the /g languageCode parameter mentioned there looked promising, but trying /g en for English didn’t work. I guessed it needed some specific language code number (and not double-letter language code like en for English), since the help text was mentioning to see Windows Installer SDK for more help.
After a quick search I found an article that suggested passing the parameter Productlanguage=1033 to an msi installer on the command-line for it to ALWAYS show in English. And indeed it worked.
To open a command window one can click the Search icon on the windows taskbar and type CMD then press ENTER.
Then they can drag-drop the .MSI file of ownCloud installer onto the black command-line window that opens up and type an extra space char and then Productlanguage=1033 before pressing ENTER to launch the ownCloud installer in English. After that they can close the command-line window at anytime.
Since many users may be uncomfortable with such instructions, one could provide an msiEnglish.bat file that just contains
%1 Productlanguage=1033
User could drag-drop the .msi they want onto that msiEnglish.bat file and it would run the msi installer being displayed in English language, irrespective of any preferred language settings at the Windows operating system.
Of course the best thing would be if ownCloud fixed their desktop client installer to fallback to the Engish language (set it as default) if it can’t find localization strings for the currently prefered language of the user. Have filed an issue at https://github.com/owncloud/client/issues/7825
Microsoft AI solutions
* AI business solutions: https://partner.microsoft.com/en-US/solutions/practice-areas/artificial-intelligence
* AI platform: https://azure.microsoft.com/en-us/overview/ai-platform/
at the section «Open and comprehensive platform» (scroll down) and see the three tabs AI tools/AI frameworks/AI related infrastructure
* Azure (cloud) Machine Learning: https://azure.microsoft.com/en-us/overview/machine-learning/
– Machine Learning service (TensorFlow, PyTorch, or Jupyter etc.)
https://azure.microsoft.com/en-us/services/machine-learning-service/
https://docs.microsoft.com/en-us/azure/machine-learning/service/
– Machine Learning Studio (visual drag-drop/flow based)
https://azure.microsoft.com/en-us/services/machine-learning-studio/
https://docs.microsoft.com/en-us/azure/machine-learning/studio/
– Data Science VM (collection of third-party Machine Learning tools)
https://docs.microsoft.com/en-us/azure/machine-learning/data-science-virtual-machine/
* Azure DataBricks (Apache Spark-based BigData analytics): https://azure.microsoft.com/en-us/services/databricks/
* Visual Studio AI extensions:
https://docs.microsoft.com/en-us/azure/machine-learning/data-science-virtual-machine/
* Visual Studio Code (cross-platform IDE) AI extensions:
https://visualstudio.microsoft.com/downloads/ai-tools-vscode
* Bots (Conversational):
* Cognitive Services: (pre-trained models for Speech, Face recognition, generating Q&A from unstructured text etc.)
https://azure.microsoft.com/en-us/services/cognitive-services/
* AI blog: https://azure.microsoft.com/en-us/blog/topics/artificial-intelligence/
* more resources for developers:
https://partner.microsoft.com/en-us/isv-resource-hub/develop-or-migrate-your-app
EU’s Horizon 2020 may include a cost model change to cover 100% of all direct costs, but limit the overhead rate to a flat 20%
According to a poll at Framework Programme Sevent (FP7) group on LinkedIn, Horizon 2020 (http://ec.europa.eu/research/horizon2020) may include a cost model change to cover 100% of all direct costs, but limit the overhead rate to a flat 20%.
From my perspective this is a change for the better:
• now some research organizations’ bureaucratic mechanisms sometimes act as leeches against the organization research teams that bring EU projects under the umbrella of a certain organization (like a university or research institute). So money goes to administration etc. and not to researches and developers
• Instead of supporting infrastructure acquisition/maintenance, EU should point the industry and research universities/institutes to cloud technologies market and cover such costs. That way they tap into cloud IT flexibility and lowered administration burdens, EU doesn’t pay for equipment that grows old quickly and also the cloud tech sector (SaaS [Software As A Service], PaaS [Platform As A Service], IaaS [Infrustructure As A Service] – referred all together as the SPI model in XaaS) get a boost.