Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/endorama/today-i-learnt

Today I Learnt
https://github.com/endorama/today-i-learnt

til today-i-learned writing

Last synced: 27 days ago
JSON representation

Today I Learnt

Awesome Lists containing this project

README

        

# TIL - Today I Learned

From an awesome idea got from [jbranchaud](https://github.com/jbranchaud/til), a
repository to collect all the today I learned about the more different topics I
learned.

# android

- [Opo factory restore](tils/android/2016-04-30-opo_factory_restore.md) on 2016-04-30

# ansible

- [Reboot on system upgrade](tils/ansible/2016-03-10-reboot_on_system_upgrade.md) on 2016-03-10

# anyenv

- [Change language version](tils/anyenv/2016-02-26-change_language_version.md) on 2016-02-26

# crystal

- [Discovery](tils/crystal/2016-02-23-discovery.md) on 2016-02-23

# devops

- [Anyenv](tils/devops/2016-02-23-anyenv.md) on 2016-02-23

# git

- [Export patch from stash](tils/git/2016-12-23-export_patch_from_stash.md) on 2016-12-23
- [Export subtree with history](tils/git/2020-02-04-export_subtree_with_history.md) on 2020-02-04
- [Import history in another repo](tils/git/2020-02-04-import_history_in_another_repo.md) on 2020-02-04

# golang

- [Use module fork](tils/golang/2019-12-13-use_module_fork.md) on 2019-12-13
- [Template output as string](tils/golang/2020-07-30-template_output_as_string.md) on 2020-07-30
- [Create tar.gz file](tils/golang/2020-10-24-create_tar.gz_file.md) on 2020-10-24

# inkscape

- [Resize svg drawing to canvas](tils/inkscape/2016-12-06-resize_svg_drawing_to_canvas.md) on 2016-12-06

# kubernetes

- [Recover a crashed node](tils/kubernetes/2020-04-23-recover_a_crashed_node.md) on 2020-04-23
- [Delete all pods by search](tils/kubernetes/2020-04-23-delete_all_pods_by_search.md) on 2020-04-23
- [Restart pods in deployment](tils/kubernetes/2020-11-02-restart_pods_in_deployment.md) on 2020-11-02
- [Delete all pods not in running state](tils/kubernetes/2021-03-05-delete_all_pods_not_in_running_state.md) on 2021-03-05

# lightdm

- [Hide user from login screen](tils/lightdm/2018-04-06-hide_user_from_login_screen.md) on 2018-04-06

# linux

- [Convert pdf to image](tils/linux/2021-01-13-convert_pdf_to_image.md) on 2021-01-13
- [Extract page from pdf](tils/linux/2021-01-13-extract_page_from_pdf.md) on 2021-01-13

# make

- [Debugging](tils/make/2021-07-16-debugging.md) on 2021-07-16

# mysql

- [Mysqldump permissions](tils/mysql/2016-03-15-mysqldump_permissions.md) on 2016-03-15

# postgresql

- [Specify connection application name](tils/postgresql/2019-10-10-specify_connection_application_name.md) on 2019-10-10

# rails

- [Vulnerability scanner](tils/rails/2016-02-26-vulnerability_scanner.md) on 2016-02-26
- [Security](tils/rails/2016-02-26-security.md) on 2016-02-26
- [Rake tasks specs](tils/rails/2016-03-17-rake_tasks_specs.md) on 2016-03-17

# ruby

- [Hide ruby deprecation warnings](tils/ruby/2020-08-29-hide_ruby_deprecation_warnings.md) on 2020-08-29

# shell

- [Check website response time](tils/shell/2016-02-25-check_website_response_time.md) on 2016-02-25
- [Create huge file](tils/shell/2020-08-11-create_huge_file.md) on 2020-08-11

# sysadmin

- [All mac addresses in LAN](tils/sysadmin/2016-03-08-all_mac_addresses_in_lan.md) on 2016-03-08
- [Uefi external hd boot](tils/sysadmin/2016-04-20-uefi_external_hd_boot.md) on 2016-04-20
- [Change file timestamps](tils/sysadmin/2016-04-20-change_file_timestamps.md) on 2016-04-20
- [Get debconf available selections](tils/sysadmin/2016-07-12-get_debconf_available_selections.md) on 2016-07-12
- [See bandwith usage per process](tils/sysadmin/2016-12-06-see_bandwith_usage_per_process.md) on 2016-12-06
- [Show processes using files](tils/sysadmin/2016-12-07-show_processes_using_files.md) on 2016-12-07
- [How to download certificate from server](tils/sysadmin/2016-12-23-how_to_download_certificate_from_server.md) on 2016-12-23
- [Create encrypted partition](tils/sysadmin/2017-05-18-create_encrypted_partition.md) on 2017-05-18
- [View last successfull and failed login attempts](tils/sysadmin/2016-09-29-view_last_successfull_and_failed_login_attempts.md) on 2016-09-29
- [Disable systemd service manually](tils/sysadmin/2017-06-23-disable_systemd_service_manually.md) on 2017-06-23
- [Show ssh key fingerprint](tils/sysadmin/2017-11-07-show_ssh_key_fingerprint.md) on 2017-11-07
- [Test starttls smtp auth](tils/sysadmin/2017-12-12-test_starttls_smtp_auth.md) on 2017-12-12
- [Change ssh key passphrase](tils/sysadmin/2018-02-15-change_ssh_key_passphrase.md) on 2018-02-15
- [Change gpg expire date](tils/sysadmin/2018-03-10-change_gpg_expire_date.md) on 2018-03-10
- [Search gpg in keyserver](tils/sysadmin/2018-03-10-search_gpg_in_keyserver.md) on 2018-03-10
- [Send gpg key to keyserver](tils/sysadmin/2018-03-10-send_gpg_key_to_keyserver.md) on 2018-03-10
- [List files in deb package](tils/sysadmin/2019-10-11-list_files_in_deb_package.md) on 2019-10-11
- [Graceful nginx shutdown](tils/sysadmin/2020-11-20-graceful_nginx_shutdown.md) on 2020-11-20
- [Querying unix sockets with curl](tils/sysadmin/2021-02-10-querying_unix_sockets_with_curl.md) on 2021-02-10

# terraform

- [Modules depends on](tils/terraform/2020-05-20-modules_depends_on.md) on 2020-05-20

# video

- [Concatenating video files](tils/video/2016-04-20-concatenating_video_files.md) on 2016-04-20
- [Converting video files](tils/video/2017-03-21-converting_video_files.md) on 2017-03-21
- [Cut video with ffmpeg](tils/video/2017-11-07-cut_video_with_ffmpeg.md) on 2017-11-07
- [Rotate video](tils/video/2017-11-07-rotate_video.md) on 2017-11-07

# vim

- [Read from stdin](tils/vim/2020-09-25-read_from_stdin.md) on 2020-09-25
- [Send vim buffer to command](tils/vim/2020-09-25-send_vim_buffer_to_command.md) on 2020-09-25
- [Editing pipes (with $editor)](tils/vim/2020-09-25-editing_pipes_(with_$editor).md) on 2020-09-25