Some TILs about programming, photography and other stuff.

Latest posts

  • - It find the most recent git commit that modified a file
  • - Repair a NTFS partition
  • - GIT: Show diff after an amend
  • - GIT: Undo changes from a specific file
  • - kubectl cp fails on large files
  • - Podman error: potentially insufficient UIDs or GIDs available in user namespace
  • - Activating fractional scaling on Gnome
  • - Get all the relationships (associations) of a model in Rails
  • - Nextcloud: File is locked error
  • - Create a Ruby gem
  • - Rails transactions: nested transactions and requires_new
  • - vscode: Vertical rulers
  • - Python: with and pass
  • - Useful Rails console tricks
  • - Ruby: underscore in numbers
  • - Validate SSH passphrase
  • - .bashrc vs .bash_profile
  • - Parental control in Linux
  • - Video: Stabilize and reduce size in Linux with command line
  • - Installing Docker in Debian
  • - Configure a static IP in Debian
  • - Find where a binary command is stored
  • - ClickHouse Fundamentals
  • - Execute terminal commands in Ruby
  • - Reduce image size on Linux
  • - GIT: Show number of lines changed
  • - Ruby On Rails VS Code setup
  • - SSH key based authenticantion
  • - Generate SSH keys
  • - MySQL varchar max size
  • - Change time-zone from the command line
  • - MySQL Views
  • - Rollback rails migrations
  • - Undo the most recent local commit in Git
  • - What second parameter of CSV.open() in Ruby means?
  • - Run system commands from Ruby
  • - Alternatives to console.log()
  • - Git worktree: work with two or more branches at once
  • - Create bash aliases
  • - Why ['1', '5', '11'].map(parseInt) returns [1, NaN, 3] in Javascript
  • - Rails: Rename a table and indexes
  • - Convert ACSM file to EPUB on Linux and remove DRM
  • - Solve error fetching gems from rubygems.org
  • - Enabling SSH on Linux
  • - React title component pitfall
  • - Force move a git branch to a specific commit
  • - My KeePassXC config
  • - How to get a RSS feed for a YouTube channel
  • - Show all foreign keys to a table or column
  • - Increase swap file size
  • - Limit app switcher to the current workspace
  • - How to change Column size of varchar type in mySQL?
  • - Import SQL file ussing the command line
  • - How do you run a single test/spec file in RSpec?
  • - Instaling Cinnamon with Gnome in Manjaro
  • - Using a swap in Manjaro
  • - Git Aliases
  • - Clear npm and yarn cache
  • - Symbols in package.json file
  • - Yarn: Update packages from package.json to lastest version
  • - Connet to local API from Android Emulator
  • - Manjaro: /tmp is too small, cannot install new software
  • - Disable Rails logging in console