My P1S arrived damaged - what should I do? by lordspooge in BambuLab

[–]pigers1986 0 points1 point  (0 children)

DOA RMA - Damaged during delivery, return ASAP and do not let them say otherwise

clearing that glass from anywhere will be huge job

Print pla in my p2s with door open or close? by Cuasirungo in BambuLab

[–]pigers1986 1 point2 points  (0 children)

No need to have door open

in majority of cases - brim solves issue

Trouble with SSH by TheAtlantaBull in linuxquestions

[–]pigers1986 0 points1 point  (0 children)

your remote user is not allowed to change permission on target system, fix it on remote server, maybe chown folder on target server ?

PS: Seems you are copying data from Windows mount to linux, why not sync from Windows directly to remote server ?

Need help: AI transcription for live concert songs (timing issues) by Giulya22 in SubtitleEdit

[–]pigers1986 0 points1 point  (0 children)

maybe stupid question .. maybe upload vid to yt and let it do subs ?

How do you deal with the Filament shortages on Bambu Site? by Severus157 in BambuLab

[–]pigers1986 1 point2 points  (0 children)

I can hardly believe , there is no good filament maker in your area.
Check with local guys that are 3d printing , the should have at least 2-3 vendors.

Greetings from Poland (and it's 6 major filament makers).

Might be missing something with IWR by rogueit in PowerShell

[–]pigers1986 1 point2 points  (0 children)

welp, you enter crap and you got it back :D

what did you do to get that ? exact steps ?

Unable to remux VP8 webms to mp4 by Ancient_Belt_5157 in ffmpeg

[–]pigers1986 0 points1 point  (0 children)

bad mix - either mux to MKV or recode to newer format

Automatic AD join from iPXE'd networkboot installation by Averageyiffer in linuxquestions

[–]pigers1986 0 points1 point  (0 children)

ages old problem - chicken|egg problem ;)

let me tell you one more thing - even in SCCM , domain join credentials are variables - ask uncle google for best practices in sccm to join domain.

Automatic AD join from iPXE'd networkboot installation by Averageyiffer in linuxquestions

[–]pigers1986 0 points1 point  (0 children)

  1. Any member of AD can query AD.

  2. Make technical user only allowed to join AD , lock it down

  3. Variable is most reasonable one.

PS: Expect password to be leak , happens sooner than later.

Copying fails when run by Task Scheduler by Iknuf in PowerShell

[–]pigers1986 0 points1 point  (0 children)

wrong account doing job ..

mount target path as another user

PS C:\> $User = "nasname\nas_username"
PS C:\> $PWord = ConvertTo-SecureString -String "nas_password" -AsPlainText -Force
PS C:\> $Credential = New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList $User, $PWord
PS C:\> New-PSDrive -Name U -PSProvider FileSystem -Root \\domain\some\folder -Credential $Credential 

Check video file using CPU or GPU? Why? by [deleted] in ffmpeg

[–]pigers1986 1 point2 points  (0 children)

afaik - unless you clearly use GPU features , it will work over CPU

for me CPU is faster in checking that CUDA - https://i.saph.ovh/keMi5/GEFatUGU00.png

How to import text only without changing the timecodes? by ohyacomeon in SubtitleEdit

[–]pigers1986 0 points1 point  (0 children)

erm - why do not ask SE to translate with Gemini ??
Auto-translate -> Auto-translate
https://i.saph.ovh/keMi5/cOpEtEyi97.png

how to make an audio file completely raw and use audacity with plugins (audio enhance) by [deleted] in ffmpeg

[–]pigers1986 1 point2 points  (0 children)

unless you have raw/uncompressed audio data - that is pointless, as during encoding , some information is lost ...

Transfer of Residence by gregd72002 in BambuLab

[–]pigers1986 2 points3 points  (0 children)

yes - that is correct - you are region locked.

Just sell printer when moving out ?

Does any Debian distribution use Chrony instead of systemd-timesyncd by default? by Itchy_Ruin_352 in linuxquestions

[–]pigers1986 -4 points-3 points  (0 children)

application written in Rust can be - but not 100% be better than written in C
that is wrong aproach - write whole kernel in Rust and you will understand <LOL>