VirtualTam's bookmarks

  1. Quickdocs 2017-02-02

    RTFD, for Lisp

  2. Check WMI Plus 2015-09-25

    Nagios plugin to perform check on Windows hosts - uses WMI

    See https://wiki.icinga.org/display/howtos/check_wmi_plus

  3. Awesome-Selfhosted 2015-07-13

    A list of software which can be hosted locally.

    See https://prism-break.org/ for a more complete list

  4. 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!

    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
    
    1. 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

    1. Profit! Create virtualhosts with local hostnames :)
  5. TL;DR

    • March 12, 2015 - New project creation disabled.
    • August 24, 2015 - The site goes read-only.
    • January 25, 2016 - The project hosting service is closed.
  6. Reddit Playlister 2015-02-02

    Website generating a playlist / web player from YouTube and SoundCloud links from music subreddits (or, basically, any subreddit containing media stuff).

    Sadly, it doesn't seem to be Open Source, so you won't be able to host you own instance :-(

    http://www.reddit.com/user/RPlaylister