• 6TM
  • My links
  • Tags
  • pics
  • RSS
  • Login
Filter untagged links
5 results tagged Devops

How do I force SSH to use password instead of key? - Super Userhttps://superuser.com/questions/1376201/how-do-i-force-ssh-to-use-password-instead-of-key

  • Devops
  • TIL
  • Tip
  • Devops
  • TIL
  • Tip

ssh-copy-id -o PreferredAuthentications=password -o PubkeyAuthentication=no -i ~/.ssh/rsa_private_key <server> for copying ssh pubkey to remote server after password authentication

Permalink
April 14, 2026 at 12:15:11 PM GMT+2
QRCode
archive.org

Get main system information (Model/CPU/RAM Max) from dmidecodehttps://sh.6tm.es/shaare/GNVG0w

  • Snippet
  • Devops
  • Infra
  • TIL
  • Snippet
  • Devops
  • Infra
  • TIL

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

Permalink
January 22, 2026 at 3:19:43 PM GMT+1
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

Remove spaces from empty lineshttps://sh.6tm.es/shaare/b4sIFA

  • TIL
  • Devops
  • Lint
  • Tip
  • TIL
  • Devops
  • Lint
  • Tip

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

Permalink
January 20, 2026 at 6:17:18 AM GMT+1
QRCode
archive.org

How to automatically reload Ghostty configuration?https://sh.6tm.es/shaare/qp2Hfg

  • TIL
  • Devops
  • Tool
  • Tip
  • Terminal
  • TIL
  • Devops
  • Tool
  • Tip
  • Terminal

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
Permalink
December 30, 2025 at 9:27:37 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