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 / 2
24 results tagged perl  ✕   ✕
Postfix Contributions https://jimsun.linxnet.com/postfix_contrib.html
Tue 06 May 2025 11:02:13 PM PDT archive.org

Jimsun's page of utilities for use with Postfix. Of note is pflogsumm, which analyzes Postfix logs and generates reports.

postfix perl sysadmin logs reports configuration
gbxyz/webidx https://github.com/gbxyz/webidx/
Sat 13 Jul 2024 11:24:48 AM PDT archive.org

webidx is a client-side search engine for static websites. It works by using a simple Perl script (webidx.pl) to generate an SQLite database containing an index of static HTML files. The SQLite database is then published alongside the static content.

The search functionality is implemented in webidx.js which uses sql.js to provide an interface to the SQLite file.

Seems like this should be pretty easy to plug into a Pelican workflow. I might want to write my own database generator in Python, though.

Maybe there's a way to enable vector searching in SQLite?

perl javascript sqlite search static webdesign
obra/Youtube2Webpage https://github.com/obra/Youtube2Webpage
Fri 15 Sep 2023 05:31:08 PM PDT archive.org

I learn much better from text than from videos.

Youtube-to-Webpage is a Perl script to create a webpage from a Youtube video with a transcript generated from the video's closed captions paired with screenshots of the video.

The project is built upon:

  • yt-dlp
  • ffmpeg
perl youtube videos converter transcripts
Koha Library Software https://koha-community.org/
Sat 02 Sep 2023 09:47:05 PM PDT archive.org

The world's first free and open source library system. Koha is a fully featured, scalable library management system. Development is sponsored by libraries of varying types and sizes, volunteers, and support companies worldwide. Koha includes modules for acquisitions, circulation, cataloging, serials management, authorities, flexible reporting, label printing, multi-format notices, offline circulation for when Internet access is not available, and much more. Koha will work for consortia of all sizes, multi-branch, and single-branch libraries.

Full text searching and an enhanced catalogue display that can use content from Amazon, Google, LibraryThing, Open Library, and Syndetics, among others. Koha is built using library standards and protocols such as MARC 21, UNIMARC, z39.50, SRU/SW, SIP2, SIP/NCIP, ensuring interoperability between Koha and other systems and technologies, while supporting existing workflows and tools. Koha’s OPAC, circ, management and self-checkout interfaces are all based on standards-compliant World Wide Web technologies - XHTML, CSS and Javascript - making Koha a truly platform-independent solution.

Git: https://git.koha-community.org/koha-community/koha

Gitlab: https://gitlab.com/koha-community/Koha

Written in Perl(!). Uses MySQL or MariaDB as its datastore. Apache as the web server. Zebra, Elasticsearch, or Opensearch as the search engine.

It is recommended that you install from distro-specific packages.

libraries books databases search webapps api perl
convos-chat/convos https://github.com/convos-chat/convos/
Sun 15 Jan 2023 04:41:14 PM PST archive.org

Convos is a multiuser chat application that runs in your web browser. The supported chat protocol is currently IRC, but Convos can be extended to support other protocols as well. The backend is powered by Mojolicious, while the frontend is held together by the progressive JavaScript framework Svelte. One-script installation support, but that means piping curl right into a shell - what could possibly go wrong?

irc clients webapps javascript perl
madroach/minimalist https://github.com/madroach/minimalist
Sat 08 Jan 2022 07:25:26 PM PST archive.org

Minimalist is a MINImalist MAiling LIST manager. It is fast, extremely easy to setup and support. It is written in Perl and tested on OpenBSD/OpenSMTPd. However there are no causes not to use Minimalist on any other Unix system, because it doesn't use any system-dependent features.

perl mailinglist exocortex crashcart jackpoint
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.

utilities sysadmin linux script hardware specs perl exocortex tools
tildeclub/tilde.club: Code and documentation for setting up and managing a tilde.club server https://github.com/tildeclub/tilde.club
Wed 20 Jun 2018 10:30:49 PM PDT archive.org

This is the set of code and utilities for running and managing the tilde.club server.

github tilde utilities administration internet scripts perl
export-a-crypto-system sig http://www.cypherspace.org/adam/rsa/
Tue 20 Mar 2018 03:16:45 AM PDT archive.org
funny code cryptography privacy encryption rsa programming crypto perl geek itar export signature security software
SpamAssassin: Welcome to SpamAssassin http://spamassassin.apache.org/
Tue 20 Mar 2018 03:12:21 AM PDT archive.org
software networking email server tools foss spam utilities perl applications antivirus messaging mail security antispam
Patch Check Advanced http://www.par.univie.ac.at/solaris/pca/
Tue 20 Mar 2018 03:10:50 AM PDT archive.org
sysadmin solaris patches perl unix security tools
MkGallery http://mkgallery.sourceforge.net/
Tue 20 Mar 2018 03:09:36 AM PDT archive.org

A Perl utility that will take a directory of .jpg files and generate a web photo album automagically.

album web pictures perl photos gallery software
mytop - a top clone for MySQL http://jeremy.zawodny.com/mysql/mytop/
Tue 20 Mar 2018 02:42:02 AM PDT archive.org

A utility that works like the top utility of Unix machines, only it watches MySQL threads to tell you what they're doing and how busy they are. Useful for figuring out where your apps are bogging down.

development monitoring mysql utilities perl sysadmin performance tools optimization
sqlninja - a SQL Server injection & takeover tool http://sqlninja.sourceforge.net/
Tue 20 Mar 2018 02:39:15 AM PDT archive.org

An application designed to assist in exploiting SQL injection attacks against applications based upon Microsoft SQL Server. Written in Perl. Fingerprints server, can bruteforce the password on the "sa" account, escalate privileges, create custom stored procedures to wreak havoc.

scanners foss tools network perl pentest sqlinjection sqli infosec cmdshell webapps injection databases server pentesting security
Nikto2 | CIRT.net http://www.cirt.net/nikto2
Tue 20 Mar 2018 02:35:39 AM PDT archive.org

An open source web server and web application scanner that tests for misconfigurations, bugs, and missing patches. Not designed to be subtle, it's a pen tester's auditing tool through and through.

scanners fingerprinting perl cgi http xss vulnerability pentesting infosec auditing
fwaeytens/dnsenum https://github.com/fwaeytens/dnsenum
Tue 20 Mar 2018 02:19:58 AM PDT archive.org

A utility that digs through DNS domain records to find things that aren't obvious, such as subdomains, hostnames with more than one kind of record associated with them, and IP address range calculation. It even Google scrapes to gather intelligence.

enumeration perl dns pentest tools security
udhos/fetchconfig https://github.com/udhos/fetchconfig
Tue 20 Mar 2018 02:05:42 AM PDT archive.org

A perl script that can retrieve the config files of a variety of network devices for administrative or auditing purposes.

sysadmin cisco routers perl switches tools networking configs configuration backup firewalls
8 Regular Expressions You Should Know | Nettuts+ http://net.tutsplus.com/tutorials/other/8-regular-expressions-you-should-know/
Tue 20 Mar 2018 01:50:18 AM PDT archive.org

Just what it says on the tin.

Archived.

perl sysadmin regexp handy tutorial
PSKmail http://www.pskmail.org/
Tue 20 Mar 2018 12:36:07 AM PDT archive.org

PSKmail is a software-based narrowband communications package for amateur radio datacomm. It uses multiple PSK modes to achieve different speeds. The client runs on Windows, Linux, and MacOSX. The server is written in Perl. Allows you to send and receive mail, pull text off the Web, send and receive APRS traffic, and chat between clients.

hamradio psk byzantium crossplatform perl datacomm narrowband audio hf
imvirt @ Thomas Liske's Attic http://micky.ibh.net/~liske/imvirt.html
Tue 20 Mar 2018 12:25:51 AM PDT archive.org

A Perl script which analyzes the OS it's running on top of to determine whether or not it's virtualized, and if so which product(s) it's inside of. Uses multiple techniques (no red pills, I don't think) to gather information.

hvm xen kvm system analysis perl detection virtualization linux qemu virtualbox
page 1 / 2
6963 links, including 441 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn