- I use it on Arch Linux
- Install dependency:
yay tpm2-tools
kmille@linbox:~ journalctl --boot --dmesg --grep=tpm_tis
Gitlab exports a tar.gz file which contains a file called project.bundle. We can convert this file into a normal git repo using the following steps:
$ tar xvfz GitLabExport.gz
import play.sbt.PlayRunHook | |
import sbt._ | |
import java.net.InetSocketAddress | |
object Angular2 { | |
def apply(log: Logger, base: File, target: File): PlayRunHook = { | |
object Angular2Process extends PlayRunHook { | |
private var watchProcess: Option[Process] = None |