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

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.


b43-fwcutter 019
Channel: efraim-dfsg
Location: dfsg/contrib/b43-fwcutter.scm (dfsg contrib b43-fwcutter)
Home page: https://wireless.wiki.kernel.org/en/users/Drivers/b43
Licenses: FreeBSD
Synopsis: Tool to extract firmware from binary Broadcom 43xx driver files
Description:

b43-fwcutter can extract the firmware for your Broadcom 43xx hardware from different closed source drivers. The b43 driver depends on these firmware files and can't work without them. Currently b43-fwcutter supports Apple MacOS X, Microsoft Windows and Linux drivers, but keep in mind that b43-fwcutter doesn't support all driver versions.

keybase 6.5.1
Channel: efraim-dfsg
Location: dfsg/contrib/keybase.scm (dfsg contrib keybase)
Home page: https://keybase.io
Licenses: Modified BSD
Synopsis: Secure messaging and file-sharing
Description:

Keybase is a key directory that maps social media identities to encryption keys (including, but not limited to PGP keys) in a publicly auditable manner. Additionally it offers an end-to-end encrypted chat and cloud storage system, called Keybase Chat and the Keybase Filesystem respectively. Files placed in the public portion of the filesystem are served from a public endpoint, as well as locally from a filesystem union-mounted by the Keybase client.

tailscale-bin-riscv64 1.80.0
Dependencies: iproute2@6.4.0 iptables@1.8.11
Channel: efraim-dfsg
Location: dfsg/contrib/tailscale.scm (dfsg contrib tailscale)
Home page: https://github.com/tailscale/tailscale
Licenses: Modified BSD
Synopsis: Tailscale VPN client
Description:

Tailscale lets you easily manage access to private resources, quickly SSH into devices on your network, and work securely from anywhere in the world.

tailscale 1.90.6
Dependencies: findutils@4.10.0 iproute2@6.4.0 iptables@1.8.11 kmod@29 openresolv@3.13.2 procps@4.0.3
Channel: efraim-dfsg
Location: dfsg/contrib/tailscale.scm (dfsg contrib tailscale)
Home page: https://github.com/tailscale/tailscale
Licenses: Modified BSD
Synopsis: Tailscale VPN client
Description:

Tailscale lets you easily manage access to private resources, quickly SSH into devices on your network, and work securely from anywhere in the world.

tailscale-bin-amd64 1.80.0
Dependencies: iproute2@6.4.0 iptables@1.8.11
Channel: efraim-dfsg
Location: dfsg/contrib/tailscale.scm (dfsg contrib tailscale)
Home page: https://github.com/tailscale/tailscale
Licenses: Modified BSD
Synopsis: Tailscale VPN client
Description:

Tailscale lets you easily manage access to private resources, quickly SSH into devices on your network, and work securely from anywhere in the world.

tailscale-bin-386 1.80.0
Dependencies: iproute2@6.4.0 iptables@1.8.11
Channel: efraim-dfsg
Location: dfsg/contrib/tailscale.scm (dfsg contrib tailscale)
Home page: https://github.com/tailscale/tailscale
Licenses: Modified BSD
Synopsis: Tailscale VPN client
Description:

Tailscale lets you easily manage access to private resources, quickly SSH into devices on your network, and work securely from anywhere in the world.

tailscale-bin-arm64 1.80.0
Dependencies: iproute2@6.4.0 iptables@1.8.11
Channel: efraim-dfsg
Location: dfsg/contrib/tailscale.scm (dfsg contrib tailscale)
Home page: https://github.com/tailscale/tailscale
Licenses: Modified BSD
Synopsis: Tailscale VPN client
Description:

Tailscale lets you easily manage access to private resources, quickly SSH into devices on your network, and work securely from anywhere in the world.

tailscale-bin-arm 1.80.0
Dependencies: iproute2@6.4.0 iptables@1.8.11
Channel: efraim-dfsg
Location: dfsg/contrib/tailscale.scm (dfsg contrib tailscale)
Home page: https://github.com/tailscale/tailscale
Licenses: Modified BSD
Synopsis: Tailscale VPN client
Description:

Tailscale lets you easily manage access to private resources, quickly SSH into devices on your network, and work securely from anywhere in the world.

python-adblock 0.6.0-1.a340dfc
Channel: efraim-dfsg
Location: dfsg/main/adblock.scm (dfsg main adblock)
Home page: https://github.com/ArniDagur/python-adblock
Licenses: Expat ASL 2.0
Synopsis: Adblock library in Python
Description:

Python wrapper for Brave's adblocking library, which is written in Rust.

ltunzip 0.70
Dependencies: perl@5.36.0
Channel: efraim-dfsg
Location: dfsg/main/brendan_gregg.scm (dfsg main brendan_gregg)
Home page: https://www.brendangregg.com/specials.html
Licenses: GPL 2+
Synopsis: Lossy Text Uncompression
Description:

This program uncompresses text files that were compressed using the lossy text compression tool (ltzip). Like ltzip, ltunzip is also a lossy algorithm, and so performs lossy uncompression. There is a high probability that the original text file will NOT be returned. The result file has a ".un" extension, and the original ltz file remains.

psss 1.00
Dependencies: perl@5.36.0
Channel: efraim-dfsg
Location: dfsg/main/brendan_gregg.scm (dfsg main brendan_gregg)
Home page: https://www.brendangregg.com/Specials/psss_chart.html
Licenses: GPL 2+
Synopsis: Process Status with StarSign
Description:

psss is ps with StarSign, and inserts a field to display the starsign of the process. The Starsign is calculated from the proc->p_mstart value. Some OSes do maintain this as a "struct starsign *p_starsign" in the proc structure, which this program currently does not use.

l33t 0.80
Dependencies: perl@5.36.0
Channel: efraim-dfsg
Location: dfsg/main/brendan_gregg.scm (dfsg main brendan_gregg)
Home page: https://www.brendangregg.com/specials.html
Licenses: GPL 2+
Synopsis: Auto l33t converter
Description:

This program converts text to l33t-speak. This is helpful to convert text that has been written in a formal and confusing manner, into text that is easy to follow.

ltzip 0.70
Dependencies: perl@5.36.0
Channel: efraim-dfsg
Location: dfsg/main/brendan_gregg.scm (dfsg main brendan_gregg)
Home page: https://www.brendangregg.com/specials.html
Licenses: GPL 2+
Synopsis: Lossy Text Compression
Description:

This program compresses text files using a unique lossy text compression algorithm. Decompression is not possible. The result file has a ".ltz" extension, and the original file remains.

Not only is the byte count reduced, but the bytes themselves are smaller bytes - and weigh less when stored on disk.

nrot13 1.00
Dependencies: perl@5.36.0
Channel: efraim-dfsg
Location: dfsg/main/brendan_gregg.scm (dfsg main brendan_gregg)
Home page: http://www.brendangregg.com/specials.html
Licenses: GPL 2+
Synopsis: Configurable encryption algorithm: NROT13
Description:

This implements a new configurable encryption algorithm, NROT13. This is similar to the 3ROT13 algorithm, a symmetric stateless keyless cypher, however this allows the user to customise the number of cycles. For example, 3ROT13 can be used, as well as 9ROT13 and even the supersymmetric 31ROT13.

lsss 0.90
Dependencies: perl@5.36.0
Channel: efraim-dfsg
Location: dfsg/main/brendan_gregg.scm (dfsg main brendan_gregg)
Home page: https://www.brendangregg.com/specials.html
Licenses: GPL 2+
Synopsis: StarSign version of @code{ls}
Description:

lsss is ls with StarSign, an improved ls command. This runs the ls command and inserts a field to display the starsign of each file.

icmpcharger 1.00
Dependencies: linux-libre-headers@6.12.17 perl@5.36.0
Channel: efraim-dfsg
Location: dfsg/main/brendan_gregg.scm (dfsg main brendan_gregg)
Home page: https://www.brendangregg.com/specials.html
Licenses: GPL 2+
Synopsis: ICMP driver trickle charger
Description:

This trickle charges the ICMP driver by sending a series of ICMP packets to localhost at regular intervals. This program autodetects the hardware type and uses appropriate values for the interval based on the wattage of each packet. This script can be incorporated into the system startup process as a daemon.

The batteries in the kernel's ICMP driver can become depleted, a common problem that causes high latency or dropped packets for any ICMP type. RFC792 fails to specify an ICMP message for battery status, leaving such problems difficult to identify or diagnose. This script serves as a precaution against ICMP driver failure.

This program also improves the performance of the ICMP driver by "priming" the L1, L2 and TLB caches with ICMP driver entries.

baud 1.20
Dependencies: perl@5.36.0
Channel: efraim-dfsg
Location: dfsg/main/brendan_gregg.scm (dfsg main brendan_gregg)
Home page: https://www.brendangregg.com/specials.html
Licenses: GPL 2+
Synopsis: Run commands safley at their native baud
Description:

This allows older commands to be executed safely at their original native baud. Commands are now often run over high speed telnet or ssh sessions, at speeds they were not designed for - sometimes called "overbauding". Overbauding can cause command overheating, resulting in Command Fault Heat State Exception (CFHSE) errors.

Many command line programs, especially those for Unix, were originally written to run at bauds such as 300, 1200, 2400 or even 9600. This was the days of serial connections to teletypes or dumb terminals (aka glass teletypes, green screens, etc). While links to servers have increased in speed, the code for most commands has remained the same. Some operating systems have a man page, fastcommands(5), that lists commands that are high speed link safe.

ishadm 1.00
Dependencies: net-tools@1.60-0.479bb4a perl@5.36.0
Channel: efraim-dfsg
Location: dfsg/main/brendan_gregg.scm (dfsg main brendan_gregg)
Home page: https://www.brendangregg.com/specials.html
Licenses: GPL 2+
Synopsis: Information Super Highway Administration
Description:

This checks and enables network routes to the Information Super Highway to ensure maximum Internet performance. Must be run as root to update the routes.

turbo 1.00
Dependencies: perl@5.36.0
Channel: efraim-dfsg
Location: dfsg/main/brendan_gregg.scm (dfsg main brendan_gregg)
Home page: https://www.brendangregg.com/specials.html
Licenses: GPL 2+
Synopsis: Toggle the turbo button
Description:

Once upon a time computers were made with a physical turbo button that doubled the CPU speed. These days we need to make do with a script.

mkzombie 0.80
Channel: efraim-dfsg
Location: dfsg/main/brendan_gregg.scm (dfsg main brendan_gregg)
Home page: https://www.brendangregg.com/specials.html
Licenses: GPL 2+
Synopsis: Make zombie processes
Description:

This program creates one or more zombies and a daemon their leader. It can be used to replenish system zombies, or to feed the init monster.

gwhiz 1.12
Dependencies: perl@5.36.0
Channel: efraim-dfsg
Location: dfsg/main/brendan_gregg.scm (dfsg main brendan_gregg)
Home page: https://www.brendangregg.com/specials.html
Licenses: GPL 2+
Synopsis: Whiz files or output streams
Description:

gwhiz will whiz files or commands, making them easier to read so that you do not miss important details. If your terminal supports color, gwhiz can highlight in colour using the "-c" option.

maybe 1.00
Dependencies: perl@5.36.0
Channel: efraim-dfsg
Location: dfsg/main/brendan_gregg.scm (dfsg main brendan_gregg)
Home page: https://www.brendangregg.com/specials.html
Licenses: GPL 2+
Synopsis: Sometimes true, sometimes false
Description:

Maybe is a companion to /usr/bin/true and /usr/bin/false.

3rot13 1.00
Dependencies: perl@5.36.0
Channel: efraim-dfsg
Location: dfsg/main/brendan_gregg.scm (dfsg main brendan_gregg)
Home page: https://www.brendangregg.com/specials.html
Licenses: GPL 2+
Synopsis: Heavyweight encryption algorithm: Triple ROT13
Description:

This implements a new encryption algorithm, 3ROT13. This is a symmetric cypher that has a number of desirable features over existing algorithms; firstly it is stateless - this allows recovery of any random substring from the cyphertext, which is especially useful if portions of the cyphertext are lost or damaged. 3rot13 is also keyless, removing the need to worry about key storage or key lengths. Finally ROT13 is fast. Should a higher performance be desired this code can be reworked in C.

bottom 0.91
Dependencies: perl@5.36.0
Channel: efraim-dfsg
Location: dfsg/main/brendan_gregg.scm (dfsg main brendan_gregg)
Home page: https://www.brendangregg.com/specials.html
Licenses: GPL 2+
Synopsis: Display bottom processes
Description:

This is the opposite of top, it displays processes that are using the least CPU. It is the companion to the "prstat" command.

Page: 12345
Total results: 120