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

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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


sysdig 0.40.1
Dependencies: falcosecurity-libs@0.20.0 luajit@v2.1-0.04dca79 ncurses@6.2.20210619 nlohmann-json@3.12.0 yaml-cpp@0.8.0-0.2f86d13 zlib@1.3.1
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/draios/sysdig
Licenses: ASL 2.0
Build system: cmake
Synopsis: System exploration and troubleshooting tool
Description:

Sysdig is a simple tool for deep system visibility, with native support for containers. It combines features of multiple system administration tools such as the strace, tcpdump, htop, iftop and lsof into a single interface. The novel architecture of the tool means that the performance impact of the tracing on the system is very light, compared to the likes of strace. The sysdig command has an interface similar to strace, while the csysdig command is better suited for interactive used, and has a user interface similar to htop.

If you use Guix System, the kernel Linux has BPF support, and you should launch this tool using the --modern-bpf argument of the sysdig or csysdig commands. The following Bash aliases can be added to your ~/.bash_profile file, for example:

alias sysdig=sudo sysdig --modern-bpf alias cysdig=sudo csysdig --modern-bpf

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.

guile2.2-shepherd 0.10.5
Dependencies: guile@2.2.7 guile2.2-fibers@1.4.2
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.

ansible 10.1.0
Propagated dependencies: ansible-core@2.17.7
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://www.ansible.com/
Licenses: GPL 3+
Build system: pyproject
Synopsis: Radically simple IT automation
Description:

Ansible aims to be a radically simple IT automation system. It handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration. Ansible facilitates complex changes like zero-downtime rolling updates with load balancers. This package provides a curated set of community-maintained Ansible collections, which contain playbooks, roles, modules and plugins that extend Ansible.

netcat-openbsd 1.219-1
Dependencies: libbsd@0.11.7
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://packages.debian.org/sid/netcat-openbsd
Licenses: Modified BSD FreeBSD
Build system: gnu
Synopsis: Read and write data over TCP/IP
Description:

Netcat is a simple Unix utility which reads and writes data across network connections using TCP or UDP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities.

This package contains the OpenBSD rewrite of netcat, including support for IPv6, proxies, and Unix sockets.

cpulimit 0.2
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/opsengine/cpulimit
Licenses: GPL 2+
Build system: gnu
Synopsis: Limit CPU usage
Description:

Cpulimit limits the CPU usage of a process. It does not change the nice value or other scheduling priority settings, but the real CPU usage, and is able to adapt itself dynamically to the overall system load. Children processes and threads of the specified process may optionally share the same limits.

lr 2.0.1
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://git.vuxu.org/lr/about
Licenses: Expat
Build system: gnu
Synopsis: Tool to generate customized file listings
Description:

lr is a tool for generating file listings, which includes the best features of ls(1), find(1), stat(1) and du(1).

dfc 3.1.1
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://projects.gw-computing.net/projects/dfc
Licenses: Modified BSD
Build system: cmake
Synopsis: Display file system space usage using graphs and colors
Description:

dfc (df color) is a modern version of df. It uses colors, draws pretty graphs and can export its output to different formats.

du-dust 1.2.0
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/bootandy/dust
Licenses: ASL 2.0
Build system: cargo
Synopsis: Graphical disk usage analyzer
Description:

This package provides a graphical disk usage analyzer in text mode.

tcpdump 4.99.4
Dependencies: libpcap@1.10.1 openssl@3.0.8
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://www.tcpdump.org/
Licenses: Modified BSD
Build system: gnu
Synopsis: Network packet analyzer
Description:

Tcpdump is a command-line tool to analyze network traffic passing through the network interface controller.

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).

hungrycat 0.4.2
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://jwilk.net/software/hungrycat
Licenses: Expat
Build system: gnu
Synopsis: Single tool that combines @command{cat} & @command{rm}
Description:

hungrycat prints the contents of a file to standard output, while simultaneously freeing the disk space it occupied. It is useful if you need to process a large file, don't have enough space to store both the input and output files, and don't need the input file afterwards. While similar in principle to running cat immediately followed by rm, hungrycat actually frees blocks as soon as they are printed instead of after the entire file has been read, which is often too late.

debops 3.2.4
Dependencies: ansible@10.1.0 encfs@1.9.5 fuse@2.9.9 util-linux@2.40.4 findutils@4.10.0 git@2.52.0 git-crypt@0.8.0 gnupg@2.4.7 which@2.21
Propagated dependencies: python-distro@1.9.0 python-dotenv@1.1.1 python-future@1.0.0 python-gitpython@3.1.44 python-jinja2@3.1.2 python-pyyaml@6.0.2 python-pyxdg@0.28 python-toml@0.10.2
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://www.debops.org/
Licenses: GPL 3+
Build system: pyproject
Synopsis: Collection of general-purpose Ansible roles
Description:

The Ansible roles provided by that can be used to manage Debian or Ubuntu hosts. In addition, a default set of Ansible playbooks can be used to apply the provided roles in a controlled way, using Ansible inventory groups.

The roles are written with a high customization in mind, which can be done using Ansible inventory. This way the role and playbook code can be shared between multiple environments, with different configuration in to each one.

Services can be managed on a single host, or spread between multiple hosts. DebOps provides support for different SQL and NoSQL databases, web servers, programming languages and specialized applications useful in a data center environment or in a cluster. The project can also be used to deploy virtualization environments using KVM/libvirt, Docker or LXC technologies to manage virtual machines and/or containers.

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).

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.

thermald 2.5.10
Dependencies: dbus-glib@0.112 libevdev@1.13.3 libxml2@2.14.6 upower@1.90.2 xz@5.4.5
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/intel/thermal_daemon
Licenses: GPL 2
Build system: gnu
Synopsis: CPU scaling for thermal management
Description:

The Linux Thermal Daemon helps monitor and control temperature on systems running the Linux kernel.

sudo 1.9.17p1
Dependencies: coreutils@9.1 zlib@1.3.1 linux-pam@1.5.2
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://www.sudo.ws/
Licenses: X11
Build system: gnu
Synopsis: Run commands as root
Description:

Sudo (su "do") allows a system administrator to delegate authority to give certain users (or groups of users) the ability to run some (or all) commands as root or another user while providing an audit trail of the commands and their arguments.

ngrep 1.47
Dependencies: libpcap@1.10.1
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/jpr5/ngrep/
Licenses: Modified BSD
Build system: gnu
Synopsis: Grep-like utility to search for network packets on an interface
Description:

ngrep is like GNU grep applied to the network layer. It's a PCAP-based tool that allows you to specify an extended regular or hexadecimal expression to match against data payloads of packets. It understands many kinds of protocols, including IPv4/6, TCP, UDP, ICMPv4/6, IGMP and Raw, across a wide variety of interface types, and understands BPF filter logic in the same fashion as more common packet sniffing tools, such as tcpdump and snoop.

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.

cfm 0.6.6
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://eccles.dev/cfm/
Licenses: MPL 2.0
Build system: gnu
Synopsis: Simple terminal file manager with @command{vi}-inspired key bindings
Description:

The Cactus File Manager (cfm) helps you manage your files visually from a text terminal. It aims to be simple and fast, with key bindings inspired by vi.

mingetty 1.08
Dependencies: shadow@4.13
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://sourceforge.net/projects/mingetty
Licenses: GPL 2+
Build system: gnu
Synopsis: Getty for the text console
Description:

Small console getty that is started on the Linux text console, asks for a login name and then transfers over to login. It is extended to allow automatic login and starting any app.

hosts 3.6.3
Dependencies: bats@1.11.0 gawk@5.3.0 bash@5.2.37 coreutils@9.1 diffutils@3.12 grep@3.11 ncurses@6.2.20210619 sed@4.9
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/xwmx/hosts/
Licenses: Expat
Build system: trivial
Synopsis: Script for editing a foreign distro's @file{/etc/hosts} file
Description:

Hosts is a command line program for managing /etc/hosts entries. On Guix System, /etc/hosts is managed from the system configuration; hosts only works when using the Guix package manager on a foreign distro. hosts works with existing hosts files and entries, providing commands to add, remove, comment, and search.

realmd 0.17.1
Dependencies: glib@2.83.3 mit-krb5@1.21 openldap@2.6.9 polkit@121
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://www.freedesktop.org/software/realmd/
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: DBus service for network authentication
Description:

This package provides an on demand system DBus service. It allows callers to configure network authentication and domain membership in a standard way. Realmd discovers information about the domain or realm automatically and does not require complicated configuration in order to join a domain or realm. Dbus system service that manages discovery and enrollment in realms/domains like Active Directory or IPA.

rdfind 1.7.0
Dependencies: nettle@3.10.1
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://rdfind.pauldreik.se
Licenses: GPL 2+
Build system: gnu
Synopsis: Find duplicate files
Description:

Rdfind is a command line tool that finds duplicate files based on their content instead of their file names. It is useful for compressing backup directories or just finding duplicate files.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31087