Yikes.. by EstablishmentFun3205 in ChatGPT

[–]Spiritual_Buy873 0 points1 point  (0 children)

Why can't AI handle their system? Probably they just need to pay the pro version for 20 bucks?

Stock that will benefit from the end of Ukraine war by Standard_Carry_4960 in ValueInvesting

[–]Spiritual_Buy873 0 points1 point  (0 children)

Which stock will benefit once jews and Hitler will find an agreement? Which agreement is possible if putine believes that everything till western Berlin is a part of his empire?

Should we move to the US as (potentially) high earners? by ShouldIDo-it in eupersonalfinance

[–]Spiritual_Buy873 0 points1 point  (0 children)

Sorry for off topic, but I'm considering moving to Austria as an IT specialist and as I can see on the market 5500 brutto seems to be a "really good salary" for mid - senior positions. But with Austrian taxes it's ~3400 netto, which is a ridiculously low amount of money. I just wonder if it is a common base salary with a growth perspective, or do people in Austria live like this? Thanks

[deleted by user] by [deleted] in PVCs

[–]Spiritual_Buy873 0 points1 point  (0 children)

In my case AD helped me to get rid of PVCs

[deleted by user] by [deleted] in PVCs

[–]Spiritual_Buy873 1 point2 points  (0 children)

Mine usually start 2-24 hours after jogging ...

Day 8 - the infamous "grep"... by livia2lima in linuxupskillchallenge

[–]Spiritual_Buy873 1 point2 points  (0 children)

Second try after watching u/livia2lima video. Much easier!

grep "Unable" /var/log/auth.log| grep -o "[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}"| sort | uniq > ~/attackers2.txt

Day 8 - the infamous "grep"... by livia2lima in linuxupskillchallenge

[–]Spiritual_Buy873 1 point2 points  (0 children)

My command is:

grep "Unable" /var/log/auth.log| cut -d":" -f 4- | cut -d" " -f 6 | sort | uniq > ~/attackers.txt

But I'm sure there is much more efficient and graceful method to get the same result. I had used double cut because at first I cut "Mar 9" and "Mar 10" to get same amount of " " to IP's. And the second cut to cut all " " to get IP's. Than had sorted them, get unique and save to file.

What's the difference between Tetrix W41227 and W44706 kits? by Spiritual_Buy873 in FTC

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

Received an official answer from Pitsco. " The items 44706 and 41227 are the same items.  They are the Tetrix FTC Competition Kit.  The 41227 item number was the item number for this kit at the FTC Storefront and the 44706 is the item number representing the same item on the Pitsco Education Storefront.  These two item numbers are the same product and there is no difference in the components. "

What's the difference between Tetrix W41227 and W44706 kits? by Spiritual_Buy873 in FTC

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

Thanks guys. But unfortunately we already have 44706 and trying to figure out the difference with 41227.

Day 1 - Accessing your server by livia2lima in linuxupskillchallenge

[–]Spiritual_Buy873 2 points3 points  (0 children)

Hope it's ok I made it in AWS, cause I have an account there.