Is there a terminal version of ToME?
Posted: Mon Jan 23, 2017 5:14 am
I want to run ToME on my Linux server over SSH from multiple different computers. X tunneling isn't going to be an option unfortunately so my only option is to run it in my terminal.
There are only two actual executables in the files (there were three, but I removed the text file which was reported to be a some sort of script from the list):
Neither of the two executables have --help flags available so I'm not really sure either of them will be what I'm looking for.
There are only two actual executables in the files (there were three, but I removed the text file which was reported to be a some sort of script from the list):
Code: Select all
$ find . -type f -exec file {} + | grep executable
./t-engine: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=643f20a4f69cdd851f10a80e4378a6b105dd539a, stripped
./cef3spawn64: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=410ad56a7e908293515839b157b24261904b7d1a, stripped