Tomas Kulhanek

Scientific Software Developer

Follow me on GitHub About me

Enable Fetch Local File

If you open local file e.g. index.html, the browser will use file:// protocol i.e. file:///C:/Projects/index.html However any fetch request will fail due to CORS policy to allow http or https only.

Read More

Talk in CERN about West-Life

CernVM is technology of delivering software as well as operating system to end computer (virtual machine) over network leveraging heavily the proxy caching mechanism. As some of the West-Life deliverables utilizes CernVM and CernVM-FS technology, I had a talk in CERN during CernVM User Workshop in 2018. Recording of this talk:

Read More

Custom domain with github

Freenom allows to register custom domain for free for 12 months with ending *.tk *.ml *.ga etc. Github allows to host static pages and register them within custom domain e.g. myexample.tk and www.myexample.tk. The following instruction shows how to do that.

Read More

WEBDAV via bash

WEBDAV via bash

Web Distributed Authoring and Versioning (WebDAV) is extension of HTTP. Thus HTTP requests can be used in order to GET or PUT file. Prerequisite: install curl using your OS package manager yum install curl or apt-get install curl. cURL is command-line tool for transferring data using various protocols available as standard package in most OS.

Read More