Emir Cem Gezer

Results 3 comments of Emir Cem Gezer

Use this: ``` #(echo $(for i in `cat /sys/class/power_supply/*/capacity` ; do echo $i% ; done)) ```

This worked for me as well: ``` cmake -DGLIBCXX_USE_CXX11_ABI=ON .. ```

In [web post](https://blog.container-solutions.com/cobbler-in-a-docker-container), motivation behind `--host` is clearly explained. >We also want to use the network stack of the host, so Cobbler will listen on and offer ip addresses on...