blob: f036d8072bfe782f0f35207eb3a8c55033e918eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
---
title: Code
---
Here are some of my personal Git repositories in alphabetical order.
Don't be surprised, these are *bare* Git repositories.
You can clone them with your favorite Git client.
For example:
$ git clone https://www.skreutz.com/scm/git/wpa-psk-rs.git
Feedback and contributions are welcome.
Please [contact](/contact/) me via email.
## dotfiles
My personal configuration files.
* Git [repository](https://www.skreutz.com/scm/git/dotfiles.git/)
## html5-skeleton
A simple HTML5 skeleton.
* Git [repository](https://www.skreutz.com/scm/git/html5-skeleton.git/)
## jotpass
A BSD utility to generate random passwords suitable for handwriting.
* Introductory blog [post](/posts/readable-random-passwords-with-jot/)
* Git [repository](https://www.skreutz.com/scm/git/jotpass.git/)
## openbsd-installiso
An OpenBSD utility to create custom ISO 9660 installation images for unattended installation.
* Introductory blog [post](/posts/first-release-of-installiso/)
* Git [repository](https://www.skreutz.com/scm/git/openbsd-installiso.git/)
## shellpass
A minimalist password manager for OpenBSD's Korn shell.
* Git [repository](https://www.skreutz.com/scm/git/shellpass.git/)
## ssh-tmux
A utility to execute long-running interactive remote commands.
* Git [repository](https://www.skreutz.com/scm/git/ssh-tmux.git/)
## temp-postgres
A utility to run the PostgreSQL server off a temporary data directory.
* Introductory blog [post](/posts/temporary-postgresql-server/)
* Git [repository](https://www.skreutz.com/scm/git/temp-postgres.git/)
## wpa-psk-rs
A command-line utility and Rust library to compute the WPA pre-shared key of a Wi-Fi SSID and passphrase.
* Git [repository](https://www.skreutz.com/scm/git/wpa-psk.git/)
* Rust crate on [crates.io](https://crates.io/crates/wpa-psk), and [lib.rs](https://lib.rs/crates/wpa-psk)
* Library documentation on [docs.rs](https://docs.rs/wpa-psk/latest/wpa_psk/)
|
for my tech blog and contact information.