An open API service indexing awesome lists of open source software.

https://github.com/brunoarueira/til

:memo: Today I learned
https://github.com/brunoarueira/til

curl docker git javascipt javascript js k8s kubernetes nodejs osx pipe-ls postgresql python rust shell shell-script til today-i-learned todayilearned

Last synced: about 2 months ago
JSON representation

:memo: Today I learned

Awesome Lists containing this project

README

        

# TIL

> Today I learned

### Categories

* [Docker](#docker)
* [General](#general)
* [Git](#git)
* [JavaScript](#javascript)
* [Kubernetes](#kubernetes)
* [Node](#node)
* [OSX](#osx)
* [PostgreSQL](#postgresql)
* [Python](#python)
* [Rust](#rust)
* [Shell](#shell)
* [WSL](#wsl)

### Docker

- [Access container as root](docker/access-container-as-root.md)
- [Delete docker builder cache](docker/delete-builder-cache.md)

### General

- [Convert aac to mp3 with ffmpeg](general/convert-aac-to-mp3-with-ffmpeg.md)
- [Decrypt a password protected pdf](general/decrypt-a-password-protected-pdf.md)

### Git

- [Cherry pick without commit](git/cherry-pick-without-commit.md)
- [Deleting your credentials via the command line](git/deleting-your-credentials-via-the-command-line.md)
- [Diff algorithm patience](git/diff-algorithm-patience.md)
- [List untracked files](git/list-untracked-files.md)
- [Revert file to its state in another branch](git/revert-file-to-its-state-in-another-branch.md)
- [Show the first commit on the repository](git/show-first-commit.md)
- [Split one commit in multiples](git/split-one-commit-in-multiples.md)
- [Stash specific file](git/stash-specific-file.md)

### JavaScript

- [Discover the caller of function](javascript/caller.md)

### Kubernetes

- [Check logs from init containers](kubernetes/check-logs-from-init-containers.md)

### Node

- [List packages globally without the full tree](node/list-globally-packages-without-full-tree.md)

### OSX

- [Filesystem is case insensitive](osx/filesystem-case-sensitivity.md)

### PostgreSQL

- [Export dump from one table as sql inserts](postgres/export-dump-from-one-table-as-sql-inserts.md)
- [Find duplicate rows inside table](postgres/find-duplicate-rows-inside-table.md)
- [Find missing indexes](postgres/find-missing-indexes.md)
- [Flatten hierarchy in one query](postgres/flatten-hierarchy-in-one-query.md)
- [Kill connection](postgres/kill-connection.md)
- [Kill long running queries](postgres/kill-long-running-queries.md)
- [List long running queries](postgres/list-long-running-queries.md)
- [List tables with more records](postgres/list-tables-with-more-records.md)
- [Skip privilege issues on restore backup](postgres/skip-privilege-issues-on-restore-backup.md)

### Python

- [Get the caller's method name in the called method?](python/get-the-callers-method-name-in-the-called-method.md)

### Rust

- [Convert Vec into a displayable string](rust/convert-vec-u8-displayable-string.md)

### Shell

- [Curl with total time of request](shell/curl_with_total_time_of_request.md)
- [Pipe ls + egrep + sort -u + xargs + awscli](shell/pipe_ls_plus_egrep_plus_sort_u_plus_xargs_plus_awscli.md)
- [Pipe ls output and join with comma](shell/pipe_ls_output_and_join_with_comma.md)
- [Convert aac to m4a](shell/convert_aac_to_m4a.md)
- [Format json file with jq + sponge](shell/format_json_file_with_jq_sponge.md)

### WSL

- [Time is wrong after sleep](wsl/time_is_wrong_after_sleep.md)

## About

I shamelessly stole this idea from [thoughtbot/til](https://github.com/thoughtbot/til) and from [jbranchaud/til](https://github.com/jbranchaud/til).

## License

© 2016-2023 Bruno Arueira

This repository is licensed under the MIT license. See `LICENSE` for
details.