Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 3
48 results tagged utility  ✕   ✕
PabloLec/RecoverPy https://github.com/PabloLec/RecoverPy
Mon 04 Apr 2022 07:12:55 PM PDT archive.org

RecoverPy is a powerful tool that leverages your system capabilities to recover lost files. Unlike others, you can not only recover deleted files but also overwritten data. Every block of your partition will be scanned. You can even find a string in binary files. Uses grep, dd, and lsblk. Interactive.

In the AUR.

python cli utility datarecovery interactive sysadmin
Arch Linux - pacman-static https://aur.archlinux.org/packages/pacman-static
Wed 30 Mar 2022 01:53:24 PM PDT archive.org

A statically-linked copy of Pacman (the Arch package manager). Ideal for rescuing systems where libc is messed up.

archlinux aur packages cli utility
linux-nvme/nvme-cli https://github.com/linux-nvme/nvme-cli
Tue 05 Oct 2021 08:01:26 PM PDT archive.org

NVM-Express user space tooling for Linux. Works like smartctl, but is nVME specific. Gives you much the same information.

In the Arch Community package repo.

linux nvme storage cli utility sysadmin monitoring
EndlessTrax/pyanchor/ https://github.com/EndlessTrax/pyanchor/
Tue 23 Feb 2021 03:46:58 PM PST archive.org

A CLI utility which scans websites for broken links. Sitemap aware.

python cli utility spider scanner websites
taylordotfish/xmpp-omemo-downloader https://github.com/taylordotfish/xmpp-omemo-downloader
Fri 05 Feb 2021 05:50:13 PM PST archive.org

A script that downloads and decrypts OMEMO-encrypted files sent over XMPP. Useful when your XMPP client supports OMEMO-encrypted messages, but not files.

cli python xmpp client omemo utility downloads
Duncaen/OpenDoas https://github.com/Duncaen/OpenDoas
Wed 27 Jan 2021 03:51:00 PM PST archive.org

doas is a minimal replacement for the venerable sudo. It was initially written by Ted Unangst of the OpenBSD project to provide 95% of the features of sudo with a fraction of the codebase.

At the moment only linux with GLIBC or musl libc is supported and tested.

This is not an official port/project from OpenBSD!

As much as possible I've attempted to stick to doas as tedu desired it. As things stand it's essentially just code lifted from OpenBSD with PAM or shadow based authentication glommed on to it.

Compatibility functions in libopenbsd come from openbsd directly (strtonum.c, reallocarray.c, strlcpy.c, strlcat.c), from openssh (readpassphrase.c) or from sudo (closefrom.c).

The PAM and shadow authentication code does not come from the OpenBSD project.

In the Arch Community repo.

software linux sysadmin privileges utility cli
Charts.css https://chartscss.org/
Mon 21 Dec 2020 06:23:52 PM PST archive.org

A data visualization framework written in CSS. Uses the semantic HTML5 tags to identify data to process, the data goes inside the HTML markup in the form of tables. No Javascript is needed to pull data out of APIs for processing (unless you want to roll that way, I guess). The core CSS file can be downloaded and put to use more or less immediately.

Github: https://github.com/ChartsCSS/charts.css

webdesign css charts graphs utility visualization html5
GitHub - e-hengirmen/Huffman_Coding: A C++ compression program based on Huffman's lossless compression algorithm and decoder https://github.com/e-hengirmen/Huffman_Coding
Wed 14 Oct 2020 05:22:46 PM PDT archive.org

Self-made C++ file archiver and archive extractor programs based on Huffman's lossless compression algorithm.

compression decompress cplusplus poc utility
GitHub - phillbush/pmenu: A pie-menu in xlib and imlib2. https://github.com/phillbush/pmenu
Mon 05 Oct 2020 03:21:14 PM PDT archive.org

πmenu is a pie menu utility for X. πmenu receives a menu specification in stdin, shows a menu for the user to select one of the options, and outputs the option selected to stdout. Works like a UNIX-native utility: Reads an input, prints an output. Submenus. Pie slices with icons. Supports native Xresources. Very lightweight.

x menus desktop utility gui lightweight crossplatform
GitHub - orhun/kmon: Linux Kernel Manager and Activity Monitor 🐧💻 https://github.com/orhun/kmon
Thu 01 Oct 2020 01:25:59 PM PDT archive.org

kmon provides a text-based user interface for managing the Linux kernel modules and monitoring the kernel activities. By managing, it means loading, unloading, blacklisting and showing the information of a module. These updates in the kernel modules, logs about the hardware and other kernel messages can be tracked with the real-time activity monitor in kmon. Since the usage of different tools like dmesg and kmod are required for these tasks in Linux, kmon aims to gather them in a single terminal window and facilitate the usage as much as possible while keeping the functionality.

It's in the Arch community package repository.

cli sysadmin linux kernel utility monitoring rust
GitHub - claudiodangelis/unplug2shutdown: A python tool to shutdown your computer by removing an USB device. Originally intended to be run on RaspberryPi to prevent hard shutdown. https://github.com/claudiodangelis/unplug2shutdown
Fri 18 Oct 2019 01:07:35 PM PDT archive.org

A python tool to shutdown your computer by removing an USB device. Originally intended to be run on RaspberryPi to prevent brutal shutdown.

raspi raspbian power utility sysadmin
inxi :: docs main page https://smxi.org/docs/inxi.htm
Sun 13 Oct 2019 05:42:06 PM PDT archive.org

A script which digs up and displays lots of system configuration information, such as the specifics of the CPUs, storage devices (with identifying information) and space free, version numbers of common utilities, known hardware vulnerabilities, memory, and more. Even if you don't run it as root, you'll still get really useful information out of it.

Written in Perl but don't let that stop you.

In the AUR.

utility sysadmin linux script hardware specs perl exocortex tools
GitHub - clarketm/wait-for-it: Wait for service(s) to be available before executing a command. https://github.com/clarketm/wait-for-it
Wed 02 Oct 2019 11:22:03 AM PDT archive.org

A utility which probes one or more things on the network (such as a web server), and runs a command when it can reach those things. Only runs those commands when the network connection is up.

utility sysadmin python network services
russellballestrini/nested-lookup https://github.com/russellballestrini/nested-lookup
Fri 20 Sep 2019 06:00:45 PM PDT archive.org

A Python library for working with deeply nested documents, such as lists and dicts. Not really structured like a module. Seems to do actual searches for what you tell it. Seems to work decently well.

python module json dictionary search data utility exocortex
GitHub - mdeverdelhan/ACR122U-reader-writer: A simple tool to read/write Mifare RFID tags with an ACR122U device https://github.com/mdeverdelhan/ACR122U-reader-writer
Wed 31 Jul 2019 10:52:15 AM PDT archive.org
java usb linux rfid nfc reader writer utility
GitHub - drwetter/testssl.sh: Testing TLS/SSL encryption anywhere on any port https://github.com/drwetter/testssl.sh
Thu 13 Jun 2019 03:52:44 PM PDT archive.org

testssl.sh is a free command line tool which checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as some cryptographic flaws. Clear human-readable and machine-readable outputs. No installation needed, uses only bash. Test any SSL/TLS enabled service on any port.

sysadmin crypto script utility ssl tls testing cli
shichao-an/twitter-photos https://github.com/shichao-an/twitter-photos
Wed 05 Jun 2019 10:45:57 PM PDT archive.org

Simple, fast command-line tool to get photos from Twitter accounts. You can also use it to download your own, or images from your favorites list.

python twitter cli utility download images pictures
vedetta-com/caesonia: OpenBSD Email Service https://github.com/vedetta-com/caesonia
Sun 02 Jun 2019 04:52:33 PM PDT archive.org

A Makefile and set of shell scripts for turning a new OpenBSD box into a mail server with one command.

scripts utility openbsd mail server sysadmin
v1s1t0r1sh3r3/airgeddon: This is a multi-use bash script for Linux systems to audit wireless networks. https://github.com/v1s1t0r1sh3r3/airgeddon
Sat 30 Mar 2019 07:08:58 PM PDT archive.org

A wireless auditing tool implemented as a shell script that uses other tools to do the job.

infosec wireless security utility pentesting
mmastrac/webfont-dl: Webfont Downloader https://github.com/mmastrac/webfont-dl
Mon 18 Mar 2019 05:05:11 PM PDT archive.org

Web font downloader/inliner.

Downloads a set of web fonts specified by @font-face rules in a CSS file. By default, woff2 equivalents are inlined as the modern browsers all support it.

By inlining woff files, this reduces the number of server roundtrips by two in the best case (the external CSS and woff files), one in the worst (just the external CSS). By reducing roundtrips we can reduce the amount of time we risk showing a flash of unstyled or hidden text content.

This tool is currently designed to work against Google's font server but should work against any hosted CSS font that uses @font-face.

webdesign css fonts utility javascript npm downloader
page 1 / 3
4684 links, including 339 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn