-
Im trying to use this proot version inside the Linux On Dex environment (which is Samsungs environment to run Linux Desktops) to see if I can get better processes handling because triggers on apk alpi…
-
The `compgen` is interesting program in Bash, that provides auto-complete for various things in the system. For example:
- `-a` means Names of alias
- `-b` means Names of shell builtins
- `-c` means N…
-
커널 트레이싱을 개선하고 싶은데 `uftrace` 코드의 어떤 루틴을 연구하고 비교 접근하면 좋을지 문의 드려도 괜찮을까요?
```
# ./uftrace -k --libmcount-path=. ./read
0-3
WARN: record kernel data (cpu 4) failed: No such device
# DURATION TID …
-
# Proposal
## Context
The `Command` struct allows developers to execute system commands (such as `bundle install` through a Rust interface). It includes modifying (set) and reading (get): env, c…
-
There are cases where if we add a bogus TracingPolicy , the operation will continue, creating the generic kprobe resources where the main related hook will fail at BPF attach point, but other related …
-
We need tooling to measure the performance impact of kernel changes. Until now, we used simple scripts to get an idea of the [worse case scenarios](https://lore.kernel.org/all/20210630224856.1313928-1…
l0kod updated
5 months ago
-
```
Gerrit doesn't offer any way to trigger "pre-receive" or "update" hooks as
documented here:
http://www.kernel.org/pub/software/scm/git/docs/githooks.html#pre-receive
JGit supports pre-receive h…
-
Using wrapper scripts is a really ugly workaround. On systems that don't have the wrapped programs installed (I mean... ~~`claws-mail`~~, `darktable`, ~~`firefox`~~, `pidgin` on a *server*?) the comma…
-
For example, take this snapcraft.yaml (slightly modified from what's in this repo):
```yaml
name: snapcraft-preload
type: app
base: core18
version: "0.1"
summary: Preloader utility for snaps
…
-
## Setup
oci-runtime-tool: 0.3.0
runc: 1.0.0-rc4 and fb6ec65b364374730e140dd2e1071c7186f017b1
## Problem
When attempting to run a hook command with 1 or more arguments the first `arg` argument…