-
I was interested in trying this out for some projects after seeing the corresponding article on opensource.com, but there does not seem to be any documentation. I am not a python expert, so it would b…
zmike updated
5 years ago
-
Hi Developers,
unfortunately I have a category problem with Vanilla 2.4b1. Categories do not rewrite. Here is an example URL: https://vanillaforum.wpzweinull.ch/articles/category/opensource-apps
…
ghost updated
6 years ago
-
It's been rapid development without regard to testing so far. Before it's a stable release we need some testing in place.
https://opensource.com/article/19/5/python-tox
In particular against all…
-
-
Manage keyring files in trusted.gpg.d instead.
I would suggest the following enhancement:
Changing line 65 from:
`print_pgp_key | apt-key add -`
to:
`print_pgp_key | gpg --dearmor | sudo tee /e…
-
# Resource
- https://golang.org/ref/spec
- https://github.com/golang/go/wiki/CodeReviewComments
- https://tour.golang.org
- https://golang.org/doc/effective_go.html
- https://github.com/golan…
-
Using https://github.com/aquasecurity/btfhub, we can download the specific BTF definitions for the major kernel versions and embed those BTF definitions into the binaries.
`CONFIG_DEBUG_INFO_BTF=y`…
-
some shell scripts could really use some testing, and BATS is the tool for the job
* https://bats-core.readthedocs.io/en/latest/index.html
* https://opensource.com/article/19/2/testing-bash-bats
…
-
# Security-Enhanced Linux (SELinux)
SELinux can potentially control which activities a system allows each user, process, and daemon, with very precise specifications. It is used to confine daemons …
-
Hello,
I have a sensor that has a USB port that emulates a COM port on Windows so that it can be connected to via a terminal app and you can enter commands and receive response.
Is it possible t…