_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


iftop 1.0pre4
Dependencies: libpcap@1.10.1 ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: http://www.ex-parrot.com/~pdw/iftop/
Licenses: GPL 2+
Build system: gnu
Synopsis: Monitor network usage
Description:

Iftop does for network usage what top does for CPU usage. It listens to network traffic on a named interface and displays a table of current bandwidth usage by pairs of hosts.

s-tui 1.2.0
Dependencies: python-psutil@7.0.0 python-urwid@3.0.3
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/amanusk/s-tui
Licenses: GPL 2+
Build system: pyproject
Synopsis: Interactive terminal stress test and monitoring tool
Description:

The Stress Terminal UI displays graphs of the CPU frequency, utilization, temperature and power.

btop 1.4.5
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/aristocratos/btop
Licenses: ASL 2.0
Build system: gnu
Synopsis: Resource monitor
Description:

Btop++ provides unified monitoring of CPU, memory, network and processes.

nmap 7.98
Dependencies: bash-minimal@5.2.37 libpcap@1.10.1 lua@5.4.8 openssl@3.0.8 pcre2@10.42 zlib@1.3.1 perl@5.36.0 python-wrapper@3.11.14
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://nmap.org/
Licenses: Nmap license Modified BSD
Build system: gnu
Synopsis: Network discovery and security auditing tool
Description:

Nmap ("Network Mapper") is a network discovery and security auditing tool. It is also useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime. It also provides an advanced netcat implementation (ncat), a utility for comparing scan results (ndiff), and a packet generation and response analysis tool (nping).

daemontools 0.76
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://cr.yp.to/daemontools.html
Licenses: Public Domain
Build system: gnu
Synopsis: Tools for managing UNIX style services
Description:

daemontools is a collection of tools for managing UNIX services.

masscan 1.3.2
Dependencies: libpcap@1.10.1
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/robertdavidgraham/masscan
Licenses: AGPL 3+
Build system: gnu
Synopsis: TCP port scanner
Description:

MASSCAN is an asynchronous TCP port scanner. It can detect open ports, and also complete the TCP connection and interact with the remote application, collecting the information received.

dmidecode 3.6
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://www.nongnu.org/dmidecode/
Licenses: GPL 2+
Build system: gnu
Synopsis: Read hardware information from the BIOS
Description:

Dmidecode reports information about your system's hardware as described in your system BIOS according to the SMBIOS/DMI standard. This typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying level of interest and reliability depending on the manufacturer. This will often include usage status for the CPU sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of I/O ports (e.g. serial, parallel, USB).

radvd 2.20
Dependencies: libbsd@0.11.7
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://radvd.litech.org/
Licenses: non-copyleft
Build system: gnu
Synopsis: IPv6 Router Advertisement Daemon
Description:

The Router Advertisement Daemon (radvd) is run on systems acting as IPv6 routers. It sends Router Advertisement messages specified by RFC 2461 periodically and when requested by a node sending a Router Solicitation message. These messages are required for IPv6 stateless autoconfiguration.

aide 0.19.2
Dependencies: acl@2.3.1 attr@2.5.1 libgcrypt@1.11.0 libgpg-error@1.51 libselinux@3.4 nettle@3.10.1 pcre2@10.42 zlib@1.3.1 zlib@1.3.1
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://aide.github.io/
Licenses: GPL 2+
Build system: gnu
Synopsis: File and directory integrity checker
Description:

AIDE (Advanced Intrusion Detection Environment) is a file and directory integrity checker. It creates a database from the regular expression rules that it finds from its configuration files. Once this database is initialized it can be used to verify the integrity of the files. It has several message digest algorithms that are used to check the integrity of files. All of the usual file attributes can be checked for inconsistencies.

stress-ng 0.19.06
Dependencies: keyutils@1.6.3 kmod@29 libaio@0.3.113 libbsd@0.11.7 libcap@2.64 libgcrypt@1.11.0 zlib@1.3.1
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/ColinIanKing/stress-ng
Licenses: GPL 2+
Build system: gnu
Synopsis: Load and stress-test a computer system in various ways
Description:

stress-ng stress-tests a computer system by exercising both physical subsystems as operating system kernel interfaces. It can stress the CPU, cache, disk, memory, socket and pipe I/O, scheduling, and much more, in various selectable ways. This can trip hardware issues such as thermal overruns as well as operating system bugs that occur only when a system is being thrashed hard.

You can also measure test throughput rates, which can be useful to observe performance changes across different operating system releases or types of hardware. However, stress-ng is not a benchmark. Use it with caution: some of the tests can make poorly designed hardware run dangerously hot or make the whole system lock up.

Compared to its inspiration, stress, stress-ng offers many additional options such as the number of bogo operations to run, execution metrics, verification of memory and computational operations, and considerably more stress mechanisms.

doctl 1.120.0
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/digitalocean/doctl
Licenses: ASL 2.0
Build system: go
Synopsis: Command line client for DigitalOcean
Description:

doctl provides a unified command line interface to the DigitalOcean API.

shepherd 0.9.3
Dependencies: guile@3.0.9 guile-fibers@1.1.1
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://www.gnu.org/software/shepherd/
Licenses: GPL 3+
Build system: gnu
Synopsis: System service manager
Description:

The GNU Shepherd is a daemon-managing daemon, meaning that it supervises the execution of system services, replacing similar functionality found in typical init systems. It provides dependency-handling through a convenient interface and is based on GNU Guile.

solaar 1.1.16
Propagated dependencies: python-pygobject@3.50.0 python-pyudev@0.22.0 python-dbus-python@1.3.2 python-evdev@1.9.1 python-pyyaml@6.0.2 python-psutil@7.0.0 python-typing-extensions@4.15.0 python-xlib@0.33 gtk+@3.24.51 python-pygobject@3.50.0
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://pwr-solaar.github.io/Solaar/
Licenses: GPL 2
Build system: pyproject
Synopsis: Linux devices manager for the Logitech Unifying Receiver
Description:

This package provides tools to manage clients of the Logitech Unifying Receiver.

mactelnet 0.4.4
Dependencies: uthash@2.1.0
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://lunatic.no/2010/10/routeros-mac-telnet-application-for-linux-users/
Licenses: GPL 2+ Zlib
Build system: gnu
Synopsis: MAC-Telnet utilities for communicating with RouterOS devices
Description:

This package provides an implementation of the MAC-Telnet protocol used by RouterOS devices. It provides the following commands:

macping

Ping RouterOS devices or mactelnetd hosts.

mactelnetd

MAC-Telnet daemon.

mactelnet

MAC-Telnet client.

mndp

Discover other RouterOS devices or mactelnetd hosts.

shepherd 0.10.5
Dependencies: guile@3.0.9 guile-fibers@1.3.1
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://www.gnu.org/software/shepherd/
Licenses: GPL 3+
Build system: gnu
Synopsis: System service manager
Description:

The GNU Shepherd is a daemon-managing daemon, meaning that it supervises the execution of system services, replacing similar functionality found in typical init systems. It provides dependency-handling through a convenient interface and is based on GNU Guile.

htop 3.4.1
Dependencies: ncurses@6.2.20210619 lm-sensors@3.6.2
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://htop.dev
Licenses: GPL 2
Build system: gnu
Synopsis: Interactive process viewer
Description:

This is htop, an interactive process viewer. It is a text-mode application (for console or X terminals) and requires ncurses.

tuigreet 0.9.1
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/apognu/tuigreet
Licenses: GPL 3+
Build system: cargo
Synopsis: Graphical console greeter for @code{greetd}
Description:

This package provides a graphical console greeter for greetd. It doesn't need a Wayland compositor to be used.

atop 2.12.1
Dependencies: glib@2.83.3 ncurses@6.2.20210619 python-wrapper@3.11.14 zlib@1.3.1
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://www.atoptool.nl/
Licenses: GPL 2+
Build system: gnu
Synopsis: Linux performance monitoring console
Description:

Atop is an ASCII full-screen performance monitor for Linux that is capable of reporting the activity of all processes (even processes have finished during the monitoring interval), daily logging of system and process activity for long-term analysis, highlighting overloaded system resources by using colors, etc. At regular intervals, it shows system-level activity related to the CPU, memory, swap, disks (including LVM) and network layers, and for every process (and thread) it shows e.g. the CPU utilization, memory growth, disk utilization, priority, username, state, and exit code.

pscircle 1.4.0
Dependencies: cairo@1.18.4 libpng@1.6.39 libx11@1.8.12
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://gitlab.com/mildlyparallel/pscircle
Licenses: GPL 2+
Build system: meson
Synopsis: Visualize Linux processes in a form of radial tree
Description:

pscircle visualizes Linux processes in the form of a radial tree.

bfs 3.0.4
Dependencies: acl@2.3.1 attr@2.5.1 libcap@2.64 oniguruma@6.9.10
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://tavianator.com/projects/bfs.html
Licenses: Zero-Clause BSD
Build system: gnu
Synopsis: Breadth-first search for your files
Description:

Bfs is a variant of the UNIX find command that operates breadth-first rather than depth-first. It is otherwise compatible with many versions of find, including POSIX, GNU, and *BSD find.

sunxi-tools 1.4.2
Dependencies: libusb@1.0.25
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/linux-sunxi/sunxi-tools
Licenses: GPL 2+
Build system: gnu
Synopsis: Hardware management tools for Allwinner computers
Description:

This package contains tools for Allwinner devices:

  1. sunxi-fexc, bin2fex, fex2bin: Compile a textual description of a board (.fex) to a binary representation (.bin).

  2. sunxi-fel: Puts an Allwinner device into FEL mode which makes it register as a special USB device (rather than USB host). You can then connect it to another computer and flash it from there.

  3. sunxi-nand-part: Partitions NAND flash.

  4. sunxi-bootinfo: Reads out boot0 and boot1 (Allwinner bootloader) parameters.

  5. sunxi-pio: Sets GPIO parameters and oscillates a GPIO in order to be able to find it.

  6. sunxi-meminfo: Prints memory bus settings.

  7. sunxi-nand-image-builder: Prepares raw NAND images.

audit 3.0.9
Dependencies: openldap@2.6.9 gnutls@3.8.3 cyrus-sasl@2.1.28
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://people.redhat.com/sgrubb/audit/
Licenses: GPL 2+
Build system: gnu
Synopsis: User-space component to the Linux auditing system
Description:

This is the user-space component to the Linux auditing system, which allows logging of system calls made by user-land processes. auditd is responsible for writing audit records to the disk. Viewing the logs is done with the ausearch or aureport utilities. Configuring the audit rules is done with the auditctl utility.

lrzsz 0.12.20
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://ohse.de/uwe/software/lrzsz.html
Licenses: GPL 2+
Build system: gnu
Synopsis: Implementation of XMODEM/YMODEM/ZMODEM transfer protocols
Description:

This package provides programs that transfer files using the XMODEM/YMODEM/ZMODEM file transfer protocols.

nmon 16p
Dependencies: ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://nmon.sourceforge.net/
Licenses: GPL 3+
Build system: gnu
Synopsis: Monitor system performance in a terminal or to a @file{.csv} log file
Description:

Nmon is yet another system monitor useful in systems administration, debugging, tuning, and benchmarking.

The configurable ncurses interface displays all the classic resource usage statistics (CPU, memory, network, disk, ...) as real-time graphs or numbers. It can also list the processes responsible in a top-like table.

A less common nmon feature is its ability to create highly detailed log files in CSV format. These can be imported into spreadsheets or fed straight into an RRD using rrdtool for further analysis, or to create colourful graphs.

Page: 116171819202886
Total packages: 69242