conan commands
Add custom remote. In conan there is also conan-local and conan-remote repositories. You should choose simply conan. Otherwise you may get an error
ERROR: {
"errors" : [ {
"status" : 400,
"message" : "Unsupported Conan v2 repository request for 'conan_local'"
} ]
}
conan remote add my_conan https://remote False
conan setup from sources
$ git clone https://github.com/conan-io/conan.git
$ cd conan
$ pip install -r conans/requirements.txt
Next create a script and name it conan (without any .py extensions!). Put it to any directory in PATH environment variable
udev USB blocking rules
USB device blocking in Linux can be implemented with udev — a subsystem for managing device events.
Block rules file should be located in /etc/udev/rules.d. The name can be arbitrary. For new rules loading launch:
udevadm control --reload-rules
Brand new QNX
When you get your brand new QNX license you download some image in anticipation of its internals. In short words you’ll discover QNX Momentics IDE with some libs and binaries. Let’s look inside.Читать далее »
Hello, world
I was thinking about my own coding blog for some time. Suppose now I have enough to say. I want to start with several QNX articles due to experience of more than one year with this OS and specific and rather uncovered theme. Maybe in process I’ll share some useful tips also. Anyhow, lets’s start.