Skip to content

Instantly share code, notes, and snippets.

View monolithed's full-sized avatar

AA monolithed

View GitHub Profile
@graste
graste / strace.md
Last active October 5, 2025 20:20
strace process for network and memory and other syscalls

File activity

strace -e trace=file -fp PID (file) or strace -e trace=desc -fp PID (file descriptors)

Common calls:

  • access
  • close – close file handle
  • fchmod – change file permissions
  • fchown – change file ownership
// Usage
<Router>
<Provider store={store}>
<ListeningRouter>
<Main />
</ListeningRouter>
</Provider>
</Router>