1. How to run the Silk program?
Extract the tar file into a directory with command tar -xvf silk_linux.tar in Linux Terminal

Go to silk_linux directory and input the Silk program + script file as follows:
./Silk 01_number.si
Parameters can also be followed at the end of the script file as follows:
./Silk ./HttpServer/FileHttpServer.si 8080

2. How to open the code file?
There are a lot of code examples in the tar file, the encoding of example file(.si) is UTF-8, and you can edit it with vi or other text editors.  