{"id":18078387,"url":"https://github.com/techgaun/til","last_synced_at":"2025-04-12T11:52:28.303Z","repository":{"id":147049110,"uuid":"51420921","full_name":"techgaun/til","owner":"techgaun","description":"Today I learned","archived":false,"fork":false,"pushed_at":"2019-10-09T19:09:10.000Z","size":48,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T06:34:37.316Z","etag":null,"topics":["cli","database","docker","elixir","erlang","hacking","linux","nodejs","today-i-learned","unix"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/techgaun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-10T04:31:04.000Z","updated_at":"2025-02-26T21:43:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"2b94977a-5269-429e-877e-dad3d9685f06","html_url":"https://github.com/techgaun/til","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techgaun%2Ftil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techgaun%2Ftil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techgaun%2Ftil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techgaun%2Ftil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techgaun","download_url":"https://codeload.github.com/techgaun/til/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248565031,"owners_count":21125414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","database","docker","elixir","erlang","hacking","linux","nodejs","today-i-learned","unix"],"created_at":"2024-10-31T12:13:51.594Z","updated_at":"2025-04-12T11:52:28.285Z","avatar_url":"https://github.com/techgaun.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# til\nToday I learned\n\n---\n\n\u003e TIL is the collection of the things I learn each day while working at my workplace or having fun with computer at home. I have started documenting because it will benefit me and others in long run (hopefully).\n\n---\n\n### Categories\n\n- [API](#api)\n- [Browsers](#browsers)\n- [CLI](#cli)\n- [Database](#database)\n- [docker](#docker)\n- [Elixir](#elixir)\n- [Erlang](#erlang)\n- [git](#git)\n- [hacking](#hacking)\n- [linux](#linux)\n- [networking](#networking)\n- [nodejs](#nodejs)\n- [programming](#programming)\n- [python](#python)\n- [salesforce](#salesforce)\n- [unix](#unix)\n\n### API\n\n- [Get chrome browser console in postman app](api/postman-console-log.md)\n\n### Browsers\n\n- [Check all fields at once in Heroku connect object mapping](browser/heroku-connect-mapping-checkall.md)\n\n### CLI\n\n- [Bash strict mode](cli/bash-strict-mode.md)\n- [Markdown Presentation With MDP in CLI](cli/mdp-cli-presentation.md)\n- [OpenSSL and SSL Cert Tips](cli/openssl-ssl-cert.md)\n- [View markdown on command line](cli/markdown-viewer-cli.md)\n\n### Database\n\n- [Copy data from one measurement to another](database/influxdb-copy-db.md)\n- [Copy CSV from remote server to local filesystem on Postgres](database/postgres-copy-to-csv-remote-to-local.md)\n- [Postgres Create Users with Roles](database/postgres-users-with-roles.md)\n\n### docker\n\n- [Docker UI as Web Management for Docker](docker/dockerui.md)\n\n### Elixir\n\n- [Elixir to Erlang](elixir/elixir-to-erlang.md)\n- [Mix Task Show Help Without Args](elixir/mix-task-help-by-default.md)\n- [Private Github Repo as Package dependency](elixir/priv-ghrepo-deps.md)\n\n### Erlang\n\n- [Erlang/Elixir Debugging with dbg module](erlang/erl-elixir-debugging-with-dbg.md)\n- [Find Erlang Full Version](erlang/full-version.md)\n\n### git\n\n- [Cleanup stale tracking branches](git/cleanup-stale-remote-branches-ref.md)\n- [Clone From Remote With Expired SSL Cert](git/clone-server-cert-verification-failed.md)\n- [Multiple github accounts](git/work-with-multiple-github-accounts.md)\n- [Get Latest Tag](git/latest-tag.md)\n\n### hacking\n\n- [Zip and Rar password cracking with JTR](hacking/jtr-zip-rar-cracking.md)\n\n### linux\n\n- [Inode counts and disk space](linux/inode-counts-disk-space.md)\n- [Journalctl Quick Cheatsheet](linux/journalctl-quick-cheatsheet.md)\n- [Retrieve Kernel Boot Parameters](linux/retrieve-kernel-boot-parameter.md)\n- [Serial Device Sniffing](linux/serial-device-sniffing.md)\n- [Strace Quick Cheatsheet](linux/strace-quick-cheatsheet.md)\n- [Systemd Timers For Cron](linux/systemd-timers-for-cron.md)\n- [Understanding Uptime](linux/uptime-proc-uptime.md)\n\n### networking\n\n- [Connection Establishment Process](connection-process.md)\n\n### nodejs\n\n- [Expressjs req.protocol behing nginx proxy](nodejs/nodejs-req-protocol-with-nginx-proxy.md)\n- [Reinstall global packages when you change nodejs version](nodejs/nvm-reinstall-global-packages-on-version-update.md)\n\n### programming\n\n- [Rob Pike's 5 Rules of Programming](programming/rob-pikes-5-programming-rules.md)\n\n### Python\n\n- [Private Github Repo With pip](private-github-repo-pip-requirements.md)\n\n### salesforce\n\n- [SF query result export csv](salesforce/dev-console-csv-export.md)\n\n### unix\n\n- [Arp scanning with arp-scan](unix/arp-scan-network.md)\n- [Better way of counting files](unix/count-number-of-files-better-way.md)\n\n---\n\n### Authors\n- [Samar D. Acharya](https://github.com/techgaun)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechgaun%2Ftil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechgaun%2Ftil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechgaun%2Ftil/lists"}