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
7 results tagged Tool  ✕
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
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
TermsTooLong - Understand Privacy & Legal Terms https://www.termstoolong.com/
Wed Jan 7 21:36:35 2026
QRCode
archive.org

Get note review from EULA (CGU in French)

Source

Tool Website
Access / Upload / Navigate between files / directory to Kindle /shaare/E-GMgw
Mon Jan 5 22:12:30 2026
QRCode
archive.org

Use these apps:

  • Calibre
  • OpenMTP
Kindle Book Tool
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
Install yt-dlp package with Deno and its dependencies /shaare/rszk3Q
Tue Dec 2 15:12:55 2025
QRCode
archive.org
  • install yt-dlp with all dependencies (Deno included) for resolving Youtube JS challenge when using yt_dlp module.

    python3 -m pip install -U --pre "yt-dlp[default]"
  • Github Issue source

Media Tool
Play locally a 360° video downloaded from Youtube with VLC /shaare/jquFTg
Thu Nov 27 19:14:13 2025
QRCode
archive.org

yt-dlp --ignore-config --extractor-arg "youtube:player_client=android_vr" <youtube_url>

Then run VLC to play downloaded webm video file.

Media Tool
62 links, including 39 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn