https://github.com/mostlygeek/til
Today I Learned
https://github.com/mostlygeek/til
Last synced: 8 months ago
JSON representation
Today I Learned
- Host: GitHub
- URL: https://github.com/mostlygeek/til
- Owner: mostlygeek
- Created: 2016-02-11T03:26:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-27T05:50:40.000Z (over 9 years ago)
- Last Synced: 2025-02-12T16:51:47.472Z (10 months ago)
- Size: 232 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TIL
> Today I Learned
A collection of concise write-ups on small things I learn day to day across a variety of languages and technologies. This was blatently copied from [jbranchaud/til](https://github.com/jbranchaud/til) which I discovered from this [HN post](https://news.ycombinator.com/item?id=11068902).
---
## Categories
* [git](#git)
* [OSX](#osx)
* [puppet](#puppet)
* [sysops](#sysops)
---
## Firefox
* [manage cpu/memory with e10s](firefox/e10s-cpu-ram.md) - OSX specific
## Golang
* [Speed up vendored cgo libaries](golang/speedup-vendored-cgo-libs.md)
## Git
* [Credential cache for HTTPS auth](git/credential-cache.md)
## Puppet
* [Using versioncmp in a conditional](puppet/versioncmp.md)
## OS X
* [Protect against corrupt timemachine backups with ZFS on FreeNAS](osx/timemachine-zfs-freenas.md)
## SysOps
Sysadmin and operations related things
* [curl with dns override](sysops/curl-dns-override.md) - useful for testing TLS services before repointing DNS
* [make journald production ready](sysops/journald-prod-ready.md) - better settings for a production server
* [install dev tools in centos](sysops/install-dev-tools.md) - install all necesary tools to compile things from source
* [configure docker for direct-lvm](sysops/docker-direct-lvm.md) - much faster than default loopback storage in centos7
* [FreeBSD Debugging pubkey ssh login](sysops/freebsd-ssh.md) - pubkey login failing for FreeBSD? `tail /var/log/auth.log`.