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
9 results tagged TIL  ✕
linuxserver/docker-webtop: Ubuntu, Alpine, Arch, and Fedora based Webtop images, Linux in a web browser supporting popular desktop environments. https://github.com/linuxserver/docker-webtop
Thu Jan 22 11:36:34 2026
QRCode
archive.org
  • get GNU/Linux OS in your brower with this docker-compose.yaml:
    services:
    webtop:
    container_name: webtop
    image: lscr.io/linuxserver/webtop:arch-xfce
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Paris           # ← change to your timezone
      - LC_ALL=fr_FR.UTF-8 
      - DOCKER_MODS=linuxserver/mods:universal-package-install
      - INSTALL_PACKAGES=git|tree|vim
    ports:
      - 3000:3000
    volumes:
      - ./webtop-config:/config         # persistent home directory + settings
      - ./tmp:/tmp
    shm_size: 1gb                       # very important for performance!
Devops Tool Infra Local TIL
Get main system information (Model/CPU/RAM Max) from dmidecode /shaare/GNVG0w
Thu Jan 22 15:19:43 2026
QRCode
archive.org

sudo dmidecode -t system -t processor -t memory | grep -Ev 'None|: [0-9]*$' | grep -E "Maximum Capacity|Serial Number|Product Name|Version"

Snippet Devops Infra TIL
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
How do you find out what Firefox Profile is running when Firefox is running? - Super User https://superuser.com/questions/460223/how-do-you-find-out-what-firefox-profile-is-running-when-firefox-is-running
Sat Jan 17 10:09:41 2026
QRCode
archive.org
  • Enter "about:support" as URL and select the "Open containing folder" button. You can reach it using Menu "Help" -> "Troubleshooting Information", too:

  • MacOS default path: ${HOME}/Library/Application Support/Firefox/

TIL Firefox Config
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
Comment utiliser la télécommande universelle Grundig ? (Dossier Complet) - Gazette du geek https://gazette-du-geek.fr/tv/telecommande-universelle-grundig/
Fri Nov 14 15:53:44 2025
QRCode
archive.org

Pour régler une télécommande universelle (5€ chez Action) pour une TV GRANDIN LD224GTB:

  • Allumez l’appareil
  • Appuyer sur "Set" jusqu'au clignotement (mode apprentissage)
  • Entrer Code Clé 0400
Hardware Config TIL
62 links, including 39 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn