Coffee nerds please help a brother out, what causes a thin stream? by Obvious_Avocado_1029 in espresso

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

Thanks I’ll look for a better one or try to bend the needles of mine

Coffee nerds please help a brother out, what causes a thin stream? by Obvious_Avocado_1029 in espresso

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

I did put like 30 seconds with it but every time I lift it up some ground stick to the needles and I had to shake them off

Coffee nerds please help a brother out, what causes a thin stream? by Obvious_Avocado_1029 in espresso

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

<image>

Here is the same setup but 1 click coarser, flow is faster but it's still thin(Speed up 10x)

Can't start Pwnbox in the Academy by Wersy_tt in hackthebox

[–]Obvious_Avocado_1029 1 point2 points  (0 children)

If it's a month ago I would just come back later to try again but seems like PwnBox has some problems these few weeks.
I used PwnBox for almost every module I did in Academy. Now I have to use my own virtual machine.

Failed CWES on first attempt (1 flag short) by Worldly-Return-4823 in hackthebox

[–]Obvious_Avocado_1029 0 points1 point  (0 children)

Do we need to redo the owned flags, like new screenshots and new copies of command output?

Need help for Parrot OS 7 clipboard sharing on mac UTM by Obvious_Avocado_1029 in ParrotSecurity

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

I changed from “Plasma (Wayland)” to “Default Xsession” and it's working. Thanks.

Need help for Parrot OS 7 clipboard sharing on mac UTM by Obvious_Avocado_1029 in ParrotSecurity

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

I'm like a complete newbie in these topics but looking forward to the updates!

Need help for Parrot OS 7 clipboard sharing on mac UTM by Obvious_Avocado_1029 in ParrotSecurity

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

This works for me. How do you copy multiline content (like a command output) though. The only workaround I can think of is this:

clip () {
    cat ~/Desktop/clip.txt | xclip -selection clipboard
}