VirtualTam's bookmarks
638 bookmarks found
-
Check WMI Plus
2015-09-25 Nagios plugin to perform check on Windows hosts - uses WMI
-
stefankoegl/python-json-pointer ยท GitHub
2015-09-23 Python implementation of JSON Pointer - RFC 6901
See:
-
SKS key server
2015-08-02 PGP key server & pool
-
-
Awesome-Selfhosted
2015-07-13 A list of software which can be hosted locally.
See https://prism-break.org/ for a more complete list
-
Pro: no need to setup a DNS server to test virtualhosts Con: keep in mind that all "fake" hosts will point to 127.0.0.1!
- Use /etc/hosts to declare test hosts / domains / subdomains
#<ip-address> <hostname.domain.org> <hostname> 127.0.0.1 localhost.localdomain localhost 127.0.0.1 host.localdomain host 127.0.0.1 sub.host.localdomain sub.host ::1 localhost.localdomain localhost
- Allow per-user virtualhost definition in either (depending on your distro)
/etc/httpd/conf/httpd.conf
/etc/apache2/apache2.conf
Include
/home/albert/.httpd/*.conf
- Profit! Create virtualhosts with local hostnames :)
-
Formerly part of RFC 2616
- http://www.w3.org/Protocols/rfc2616/rfc2616.html
- superseded by RFC 7230-7237