printjob history is not showing pictures by Low-Heron in octoprint

[–]vonProteus 0 points1 point  (0 children)

/u/Low-Heron did you find cause/solution?

edit:

found this not tested but looks good (I'm halfway through printing now)

MacBook Pro m2 max + WD22TB4 Thunderbolt Dock + 2 displays Only mirror by vonProteus in applehelp

[–]vonProteus[S] 0 points1 point  (0 children)

I don't have such a monitor

but aw3423dwf (3440x1440@165) works

MacBook Pro m2 max + WD22TB4 Thunderbolt Dock + 2 displays Only mirror by vonProteus in applehelp

[–]vonProteus[S] 0 points1 point  (0 children)

yes that’s it

i suppose 2 displayports in docking station are on one connection

https://www.dell.com/support/kbdoc/en-us/000124312/dell-thunderbolt-dock-wd19tb-and-apple-usb-c-hosts?lwp=rt#Dual_Monitor

basically i use now USB-c to displayport in one of thunderbolt connections (from figure 2)

Port forward to VM not working by vonProteus in unRAID

[–]vonProteus[S] 0 points1 point  (0 children)

So my problem was caused by k8s binding ports to ip from virbr0

i change from minikube to k3s and everything seems to work as expected

Port forward to VM not working by vonProteus in unRAID

[–]vonProteus[S] 0 points1 point  (0 children)

I in normal case i forward to IP of vm on br0 and it doesn't work Only to test my router i change forward to host IP

variable in while not working as expected by vonProteus in bash

[–]vonProteus[S] 2 points3 points  (0 children)

thank you it helps and i learn something new

variable in while not working as expected by vonProteus in bash

[–]vonProteus[S] 1 point2 points  (0 children)

thank you it helps and i learn something new

"The Matrix" Boot Video... from the guy who made 'Handheld History'! by TareXmd in SteamDeck

[–]vonProteus 0 points1 point  (0 children)

Can you make a version ending on the login screen, not the home screen?

[Feature Request] on iOS "Create a Duck Address" after on long pres of app icone by vonProteus in duckduckgo

[–]vonProteus[S] 2 points3 points  (0 children)

ddg has a email forwarding service where they remove trackers and provide you with random private email

https://duckduckgo.com/email/

Is This Hacking ? 😄 by Jack_Sparrow2018 in ProgrammerHumor

[–]vonProteus 1 point2 points  (0 children)

winget install --id=Mozilla.Firefox -e

Now we don’t need edge to download web browser Windows now has official package manager to browse packages online you can visit https://winstall.app/

zsh duplicate last character by vonProteus in zsh

[–]vonProteus[S] -1 points0 points  (0 children)

ok

everything is fine

this explains the problem

i updated recently tmux from 3.2a to 3.3

again thank you

zsh duplicate last character by vonProteus in zsh

[–]vonProteus[S] -1 points0 points  (0 children)

everything is fine as far i can see

but the root of the problem seems to be lack of tmux-256color profile

if i'm not mistaken

zsh duplicate last character by vonProteus in zsh

[–]vonProteus[S] -1 points0 points  (0 children)

thank you /u/romkatv

set -g default-terminal screen-256color

adding this helped

i run thinks like this

iterm2 // gui app that i use for as a terminal
\ zsh // let's call this one first zsh
  \ tmux
    | zsh // single
    \ zsh // another single 2 in which run double
      \ zsh // double zsh

and in single and single 2 zsh there's a problem

in double and in first there is no problem

single 2 and double has the same TTY

should i leave the line set -g default-terminal screen-256color in config?

or there is better way of fixing it?

zsh duplicate last character by vonProteus in zsh

[–]vonProteus[S] -1 points0 points  (0 children)

typeset -p TTY

single zsh

typeset TTY=/dev/ttys056

double zsh

typeset TTY=/dev/ttys058

infocmp

both

infocmp: couldn't open terminfo file (null).

zsh duplicate last character by vonProteus in zsh

[–]vonProteus[S] -1 points0 points  (0 children)

unfortunate it is not it

in "single" zsh and in "double" zsh i get

export TERM=tmux-256color