6TM Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
5 results tagged Tip  ✕
Remove spaces from empty lines /shaare/b4sIFA
Tue Jan 20 06:17:18 2026
QRCode
archive.org

Due to Python lint.
find . -type f -name "*.py" -exec sed -i 's/^[[:space:]]*$//' {} \;

TIL Devops Lint Tip
Convert m4a audio file in mp3 audio file with ffmpeg command https://www.reddit.com/r/VLC/comments/1pxgtl1/can_i_convert_a_mp3_to_m4a/
Wed Jan 7 23:02:15 2026
QRCode
archive.org
ffmpeg -i inFile.m4a -c:a mp3 -b:a 192k outFile.mp3 #  if the conversion is failing use -vn
Media TIL Tip Convert Tool
Enable Share opt for Navidrome Docker configuration https://github.com/jimbrig/navidrome-server/blob/main/docker-compose.yml
Wed Jan 7 22:42:27 2026
QRCode
archive.org

In docker-compose.yaml:

  • add this:
    ---
    services:
    navidrome:
    ...
    environment:
      ND_ENABLESHARING: true
    ...
  • or via config file

Source

Media App TIL Tip
Find Youtube Channel ID for RSS Feed /shaare/At1oNg
Wed Jan 7 21:19:54 2026
QRCode
archive.org
  • below Youtube Channel Profile
  • click on "more.." profile
  • click "Share channel"
  • click "Copy channel ID"
  • https://www.youtube.com/feeds/videos.xml?channel_id=<channel_id> to get its RSS Feed
RSS TIL Tip
How to automatically reload Ghostty configuration? /shaare/qp2Hfg
Tue Dec 30 09:27:37 2025
QRCode
archive.org

For MacOS, run this command for Ghostty Terminal Emulator

find ~/Library/Application\ Support/com.mitchellh.ghostty ~/.config/ghostty 2>/dev/null | entr pkill -SIGUSR2 ghostty
  • source
  • man entr
TIL Devops Tool Tip Terminal
62 links, including 39 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn