VirtualTam's bookmarks
85 bookmarks found
-
- https://help.ubuntu.com/lts/serverguide/NTP.html
- https://wiki.archlinux.org/index.php/Systemd-timesyncd
- https://bbs.archlinux.org/viewtopic.php?id=182172
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812522;msg=17
- https://askubuntu.com/questions/280421/ubuntu-inside-virtual-machine-ntpd-or-ntpdate-or-to-avoid-clock-drift
- https://superuser.com/questions/938926/systemd-timesyncd-service-start-fails
- https://superuser.com/questions/688127/how-to-correctly-sync-time-in-linux-running-as-virtual-guest-after-host-resumes
-
via https://superuser.com/questions/466570/nmap-says-0-hosts-up-even-though-i-can-ping
$ nmap --unprivileged -e <INTERFACE> <OPTS...>
-
Quickdocs
2017-02-02 RTFD, for Lisp
-
-
An OpenSource self-hosted Heroku | Bitmatica
2016-10-16 -
Check WMI Plus
2015-09-25 Nagios plugin to perform check on Windows hosts - uses WMI
-
URL handling in PHP
2015-08-14 -
xkcd: Planning
2015-07-21 -
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 :)
-
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.
-
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 :-(