knox / Netdata-readme-1.md
0 likes
0 forks
1 files
Last active
Component | Linux | FreeBSD | macOS | Windows |
---|---|---|---|---|
System ResourcesCPU, Memory and system shared resources | Full | Yes | Yes | Yes |
StorageDisks, Mount points, Filesystems, RAID arrays | Full | Yes | Yes | Yes |
NetworkNetwork Interfaces, Protocols, Firewall, etc | Full | Yes | Yes | Yes |
Hardware & SensorsFans, Temperatures, Controllers, GPUs, etc | Full | Some | Some | Some |
O/S ServicesResources, Performance and Status | Yessystemd |
- | - | - |
ProcessesResources, Performance, OOM, and more | Yes | Yes | Yes | Yes |
System and Application Logs | Yessystemd -journal |
- | - | YesWindows Event Log , andEvent Tracing for Windows |
Network ConnectionsLive TCP and UDP sockets per PID | Yes | - | - | - |
knox / Langflow-readme-1.sh
0 likes
0 forks
1 files
Last active
1 | pip install langflow |
knox / Swiper-readme-3.sh
0 likes
0 forks
1 files
Last active
1 | $ npm run build:prod |
knox / Swiper-readme-2.sh
0 likes
0 forks
1 files
Last active
1 | $ npm run build |
knox / Swiper-readme-1.sh
0 likes
0 forks
1 files
Last active
1 | $ npm install |
knox / Filestash-readme-1.go
0 likes
0 forks
1 files
Last active
1 | type IBackend interface { |
2 | Init(params map[string]string, app *App) (IBackend, error) // constructor |
3 | Ls(path string) ([]os.FileInfo, error) // list files in a folder |
4 | Cat(path string) (io.ReadCloser, error) // download a file |
5 | Mkdir(path string) error // create a folder |
6 | Rm(path string) error // remove something |
7 | Mv(from string, to string) error // rename something |
8 | Save(path string, file io.Reader) error // save a file |
9 | Touch(path string) error // create a file |
10 | LoginForm() Form // dynamic form generation for the login |
knox / Neon-readme-16.sh
0 likes
0 forks
1 files
Last active
1 | DEFAULT_PG_VERSION=16 BUILD_TYPE=release ./scripts/pytest |
knox / Neon-readme-15.sh
0 likes
0 forks
1 files
Last active
1 | git clone --recursive https://github.com/neondatabase/neon.git |
2 | |
3 | CARGO_BUILD_FLAGS="--features=testing" make |
4 | |
5 | ./scripts/pytest |
knox / Neon-readme-14.sh
0 likes
0 forks
1 files
Last active
1 | > cargo neon stop |