VirtualTam's bookmarks
7 bookmarks found
Page 1 of 1
-
- https://minimal.guide/Home
- https://github.com/kepano/obsidian-minimal
- https://github.com/kepano/obsidian-minimal-settings
- https://forum.obsidian.md/t/share-your-minimal-theme-screenshots-configuration/8983
- https://github.com/dvcrn/obsidian-filename-heading-sync
- https://github.com/zsviczian/obsidian-excalidraw-plugin
- https://github.com/lynchjames/obsidian-mind-map
- https://www.eleanorkonik.com/its-not-just-a-pretty-gimmick-in-defense-of-obsidians-graph-view/
- https://medium.com/@ensleytan/using-obsidians-graph-view-for-real-99fd94153514
- Obsidian TTRPG
- Zsolt's Visual Personal Knowledge Management
-
Mind maps
2017-08-22 -
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 :)
Page 1 of 1