/sqt/ - Stupid Questions Thread

Previous thread:
>Read
>GNU/Linux questions?
>PC building?
>Programming questions?
>Good, cheap, laptops?
>Cheap electronics?
>Buying headphones?
>How to activate any version of Windows?
>Where can I get Win 7 or LTSC?
pastebin.com/smjvLZN4
pastebin.com/quC0gz4j
pastebin.com/gHCCFBkt

Attached: 34h5.png (654x676, 717K)

Other urls found in this thread:

metacpan.org/pod/PPM
code.activestate.com/ppm/
somewhere/script)
gamingscan.com/ips-vs-tn-vs-va/
veronicatv.nl/programmas/UFC/blog/nieuws/ufc-242-kijk-hier-alle-gevechten-terug/
twitter.com/NSFWRedditGif

What is the basic setup procedure for using Tinywall with Windows 10? Every time i start my computer, i have to put it in autolearn mode to get a connection which seems to defeat the purpose.

Whats the generic name of this adapter?
I can't seem to find a normal one.

Attached: Lg Flatron W1943SE.png (841x796, 638K)

thats an ac-dc adapter.
either use one with the million different ports, or find one on ebay specific to your laptop

Attached: CupDzZRWYAIUM4m.jpg (1200x798, 115K)

Attached: 2019-09-10-010616_862x840_scrot.png (862x840, 199K)

The best way to get PPM actually seems to be from CPAN, which begs the question why you're not using CPAN (with a package manager like cpanm) to begin with, given that you generally have access to a C/C++ compiler on a Linux installation to build binary Perl modules yourself, and the fact that ActiveState is deprecating PPM.
metacpan.org/pod/PPM
code.activestate.com/ppm/

what do i have to whitelist to fix this problem?
i just want the 3 things i use whitelisted, not shit like this every time.

Attached: sdfghsdfgsdf.png (508x954, 56K)

context of that pic?

What the hell could trigger a BPF version check error?

I want to use a command like this:
ssh $(curl somewhere/script)
The script may output the address to which I want to ssh with some parameters. So far it doesn't work. xargs doesn't help either because I need to append some special port to it too.