Bingzhang Dai
Bingzhang Dai
I installed lua in global by using `sudo apt install lua5.2`. After that, lua locates in `/usr/bin/lua`. I initialize the script by using `eval "$(lua /path/to/z.lua --init bash once enhanced)"`...
I roughly go through the [API reference](https://www.graphengine.io/APIRefs/html/N_Trinity.htm) and find that it might be outdated. For instance, [```NewCellID```](https://www.graphengine.io/APIRefs/html/M_Trinity_Core_Lib_CellIDFactory_NewCellID.htm) method is obsolete and ``` NewCellId ``` is recommended according to the source...
I have noticed that if the `CellID` is not given when we new a cell, the code will call `CellID = CellIDFactory.NewCellID()` to assign the id automatically. `NewCellID()` method will...
When I deployed GE and started to import data, everything looked fine. However, I have encountered the out of memory exception and the CPU usage becomes 100% after the exception....
I cannot find any demos about how to configure and run servers and proxies. I am afraid that just by following the guide to generate the ``` trinity.xml ``` configuration...
There is not output in the console. 
First, I have an ISP provided DNS 192.168.1.1 ``` root@OpenWrt:~# dig -p 53 @192.168.1.1 hmajax.itheima.net ; DiG 9.14.12 -p 53 @192.168.1.1 hmajax.itheima.net ; (1 server found) ;; global options: +cmd...
Since openwrt updated its firewall which uses nftables instead of iptables. There exists some compatibility issues: #291 #292 #299 Could some experts help to update this app? I really love...
All the examples given are using image2disk action which utilizes the raw img. I am wondering how I can use the ISO file. I converted the ISO from `qemu-img convert`,...
I have an internal docker registry which uses HTTP protocol. Whenever we use internal tagged images in Actions, the installation process will get stuck. I then tried to pull the...