blob: 8e7af061db41967b52461d3369ea602f04ef0b47 (
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
|
[[!meta title="Archived Research"]]
Currently archived research.
* Wayland.
* [uMatrix: Point and click matrix to filter net requests according to source, destination and type ](https://github.com/gorhill/uMatrix).
* [antigen](https://github.com/zsh-users/antigen), [vundle](https://github.com/VundleVim/Vundle.vim), etc.
* [Kaitai Struct: declarative binary format parsing language](http://kaitai.io/).
* [Darktable](https://packages.debian.org/stable/darktable).
* [Haiku Project](https://www.haiku-os.org/).
* distros:
* [GoboLinux - the alternative Linux distribution](http://gobolinux.org/).
* [OpenBSD vmm](https://marc.info/?l=openbsd-tech&m=149191695821636&w=2).
* [Minix3](http://www.minix3.org/).
* [Sabotage - the hardcore let's be oldschool UNIX experience](http://sabotage.tech/).
* [netboot.xyz](https://netboot.xyz/).
* [iPXE - open source boot firmware](http://ipxe.org/).
* [LEDE](https://lede-project.org/start).
* [asciinema - Record and share your terminal sessions, the right way](https://asciinema.org/) ([client](https://packages.debian.org/jessie/asciinema) and server).
* [HTTP Prompt - An interactive command-line HTTP client](http://http-prompt.com/).
* [mmv](https://packages.debian.org/jessie/mmv) ([manpage](https://ss64.com/bash/mmv.html)).
* [Unikernel](https://en.wikipedia.org/wiki/Unikernel).
* mopidy/mpdris:
* plugins like https://packages.debian.org/stretch/mopidy-podcast
* https://packages.debian.org/jessie/mopidy
* https://github.com/acrisci/playerctl
* https://packages.debian.org/jessie/mpdris2
* https://packages.debian.org/stretch/mpris-remote
* https://eng.fromatob.com/post/2017/02/lets-encrypt-oauth-2-and-kubernetes-ingress/
* api:
* https://stripe.com/blog/idempotency
* https://botman.io
* bigdata:
* https://github.com/metabase/metabase
* [Apache Drill](https://drill.apache.org/), [presto](https://github.com/prestodb/presto), hadoop, etc.
* machine learning:
* [TensorFlow](https://www.tensorflow.org/).
* php7-fpm:
* https://serversforhackers.com/video/apache-and-php-fpm
* http://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/
<FilesMatch \.php$>
SetHandler "proxy:unix:/run/php/php7.1-fpm.sock|fcgi://localhost:9000";
</FilesMatch>
* onion smtp:
* https://www.void.gr/kargig/blog/2014/05/10/smtp-over-hidden-services-with-postfix/
* https://tech.immerda.ch/2016/12/ehlo-onion/
* https://github.com/riseupnet/onionmx
|