You can also find me on My website , Mastodon , Bluesky , GitHub and more .
Notes
Force GitHub to detect a language
Initializing search
    RealOrangeOne/notes
    RealOrangeOne/notes
    • Notes
    • Colophon
    • Notes
        • Create presigned URLs using AWS CLI
        • Cross-account data transfer in S3
        • Enforce TLS for S3
        • Get credentials for an assumed role
        • Using the AWS CLI without installing it
        • Bulk rename files
        • Rebase commits done on the wrong branch
        • Force GitHub to detect a language
        • Infinite-expiry access tokens on self-hosted GitLab
        • Scaling Heroku's release type
        • Scheduler-only Heroku apps
        • Optimising GIFs
        • Downmixing audio channels
        • Strip audio / subtitle stream with ffmpeg
        • Hide short Table of Contents
        • Navigate mkdocs by tag
        • Simple reverse proxy
        • Find and kill long running queries
        • Monitor running queries
        • Truncate a database from the inside
        • View wide tables with psql
        • Monitor redis commands
        • Stop saving bash history
    GitHub

    Force GitHub to detect a language

    *.md linguist-detectable=true
    *.sql linguist-detectable=true
    

    To force detection as a specific language:

    *.sql linguist-language=sql
    
    October 1, 2020 October 1, 2020
    © Jake Howard
    Made with Material for MkDocs