• 6TM
  • My links
  • Tags
  • pics
  • RSS
  • Login
Filter untagged links
7 results tagged OPS

Command Line / TUI for Signal Messaginghttps://sh.6tm.es/

  • Messaging
  • Tool
  • OPS
  • Cli
  • WIP
  • Messaging
  • Tool
  • OPS
  • Cli
  • WIP

SIGNAL-CLI

brew install signal-cli # install signal cmd
signal link # install signal cmd
signal-cli --help # signal basic cmd
signal-cli send --help # signal basic cmd
signal-cli listContacts # list contacts as signal basic cmd
signal-cli send -m "OK" +33601234567 # --note-to-self / send msg to contact with signal basic cmd
signal-cli receive # receive msg with signal cmd
  • explore other tools as signal src
    • https://github.com/mh-g/python-signal-cli # needs https://github.com/AsamK/signal-cli/wiki/DBus-service
    • https://github.com/camwebb/signal-cli-wrapper # need gawk-json

SIGNAL TUI

  • https://github.com/johnsideserf/siggy # signal tui as macos messaging tool
    brew trust --formula johnsideserf/siggy/siggy # macos install as signal tui
    brew install siggy # macos install as signal tui
Permalink
August 23, 2026 at 12:55:21 PM GMT+2
QRCode
archive.org

vim search and replace using current line as reference point - Stack Overflowhttps://stackoverflow.com/questions/18020381/vim-search-and-replace-using-current-line-as-reference-point

  • Vim
  • TIL
  • Tip
  • OPS
  • Vim
  • TIL
  • Tip
  • OPS

You can use . for the current position, and .+10 for 10 lines down:

:.,.+10s/foo/bar/g

Some other useful ranges:

% for the whole file. Example: :%s/foo/bar/g.
'<,'> for the lines of visually selected block. This might get you more than you want of the visual selection starts or ends in the middle of a line. The whole line is included.
'a,'b from mark a to mark b.
.,$ from the current line to the end of the file.
Permalink
August 23, 2026 at 11:42:08 AM GMT+2
QRCode
archive.org

GitHub - linuxmint/warpinator: Share files across the LAN · GitHub - Liens en vrac de sebsauvagehttps://sebsauvage.net/links/?L1xVZg

  • Send
  • File
  • Tool
  • Share
  • OPS
  • Send
  • File
  • Tool
  • Share
  • OPS

envoyer, avec un minimum d'effort, un fichier ou un bout de texte d'une machine à une autre sur le même réseau local. Ça marche sous Linux, Windows et Android.

Permalink
June 4, 2026 at 5:37:39 PM GMT+2
QRCode
archive.org

bash - Awk replace string in line - Stack Overflowhttps://stackoverflow.com/questions/39275121/awk-replace-string-in-line

  • awk
  • TIL
  • tip
  • GNU/Linux
  • OPS
  • awk
  • TIL
  • tip
  • GNU/Linux
  • OPS

awk '{sub(/are hello/,"are are")sub(/you hello/,"you you")}1' file

/foo/bar/how /SOME_TEXT_HERE/hello
/foo/bar/are are/SOME_OTHER_TEXT
/foo/bar/you you

Permalink
May 26, 2026 at 7:54:50 PM GMT+2
QRCode
archive.org

Convert multiple jpg images to mp4 video with ffmpeg commandhttps://sh.6tm.es/shaare/4qW72w

  • TIL
  • GNU/Linux
  • Tip
  • Media
  • Cli
  • OPS
  • TIL
  • GNU/Linux
  • Tip
  • Media
  • Cli
  • OPS

  • input.txt
    file 'photo1.jpg'
    file 'photo2.jpg'
    file 'photo3.jpg'
  • with 3 seconds of duration
    ffmpeg -f concat -safe 0 -r 1 -i input.txt -c:v libx264 -r 30 -pix_fmt yuv420p output.mp4
Permalink
May 17, 2026 at 10:47:38 AM GMT+2
QRCode
archive.org

Install mediainfo plugin for Yazi on Macoshttps://sh.6tm.es/shaare/_84Ryg

  • MacOS
  • Media
  • Tool
  • Install
  • TIL
  • OPS
  • MacOS
  • Media
  • Tool
  • Install
  • TIL
  • OPS

brew install media-info # install mediainfo cli via Homebrew
ya pkg add boydaihungst/mediainfo # install mediainfo plugin for Yazi
# add mediainfo parameters in config
cat<<EOF>>~/.config/yazi/yazi.toml
[plugin]
  prepend_preloaders = [
    # Replace magick, image, video with mediainfo
    { mime = "{audio,video,image}/*", run = "mediainfo" },
    { mime = "application/subrip", run = "mediainfo" },
    # Adobe Illustrator, Adobe Photoshop is image/adobe.photoshop, already handled above
    { mime = "application/postscript", run = "mediainfo" },
  ]
  prepend_previewers = [
    # Replace magick, image, video with mediainfo
    { mime = "{audio,video,image}/*", run = "mediainfo"},
    { mime = "application/subrip", run = "mediainfo" },
    # Adobe Illustrator, Adobe Photoshop is image/adobe.photoshop, already handled above
    { mime = "application/postscript", run = "mediainfo" },
  ]
EOF
  • Source
Permalink
May 9, 2026 at 11:03:50 AM GMT+2
QRCode
archive.org

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

  • Devops
  • Tool
  • Infra
  • Local
  • TIL
  • OPS
  • Devops
  • Tool
  • Infra
  • Local
  • TIL
  • OPS

  • 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!
Permalink
January 22, 2026 at 11:36:34 AM GMT+1
QRCode
archive.org
Links per page
  • 20
  • 50
  • 100
Shaarli 96 shaares · Shaarli · The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community · Documentation · Theme : Stack · Font : DINish
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community