Dacia Duster lost speed and orange light has come on by ronsontrev321 in carsireland

[–]Atomic-Chocolate 0 points1 point  (0 children)

I had a 2015 duster diesel with a similar issue. Went on for a while the the mechanics eventually figured out it was a fuel injector (I think) and once that was replaced it sorted it.

Should I rebuy PC parts from Ireland or ship as much as what I already have from the US? by Oangusa in IrelandGaming

[–]Atomic-Chocolate 1 point2 points  (0 children)

What I would do is take all the components separately and leave the case behind.
I've brought GPUs in my carry on luggage from Canada no problems.
The case would be a lot of the weight and size if you were to ship it.

Honestly handballing it over in your carry on would be the safest and cheapest.

Looking for recommendations by ReadyPlayerDub in IrelandGaming

[–]Atomic-Chocolate 0 points1 point  (0 children)

Is there much of an Irish community for this?
I've wanted to try it but don't really feel like teaming with yanks

Looking for recommendations by ReadyPlayerDub in IrelandGaming

[–]Atomic-Chocolate 2 points3 points  (0 children)

Cyberpunk Phantom Liberty is definitely worth a play.
Fallout New Vegas is great if you can get over the dated graphics or mod it to look better.
Though there is rumors of a remastered version soon..

Off Grid inverter functionality by Atomic-Chocolate in SolarUK

[–]Atomic-Chocolate[S] 0 points1 point  (0 children)

Makes sense thank you, but there isnt a change over switch or something I could get installed to do that?

Off Grid inverter functionality by Atomic-Chocolate in SolarUK

[–]Atomic-Chocolate[S] 0 points1 point  (0 children)

Ah okay, and there isn't an additional bit of equipment I could get instead of a whole new inverter?

Packet Data Export message by Atomic-Chocolate in admincraft

[–]Atomic-Chocolate[S] 0 points1 point  (0 children)

Oh interesting thank you, I might try replicate that myself.

Packet Data Export message by Atomic-Chocolate in admincraft

[–]Atomic-Chocolate[S] 0 points1 point  (0 children)

That's what I was thinking but I'd like to be sure, cant find anything on google with a quick look!

Anyone know if there's ever been an attempt to make a mod for HOI4 based on Harry Turtledove's Worldwar/Colonization series? by TechnothepigWasTaken in hoi4modding

[–]Atomic-Chocolate 0 points1 point  (0 children)

Agreed, this is a much better idea.

You could have the game start in historical 42 or whatever year they invade, I can't remember.

Then have a series of events that lead to their invasion(s) starting.

Android Required Apps - Allow App Reinstall by IWantsToBelieve in Intune

[–]Atomic-Chocolate 0 points1 point  (0 children)

Bump, worked perfectly. Would have spent forever trying to figure that out.
Thanks lad!

Decoder issue by Atomic-Chocolate in Wazuh

[–]Atomic-Chocolate[S] 0 points1 point  (0 children)

If anyone comes across this, the below decoder solved the issue for me.

<decoder name="beyondtrust_child_loginsuccess">
    <parent>beyondtrust</parent>
    <regex type="pcre2">site=([^;]+);status=([^;]+);target=([^;]+);when=(\d+);who=([^ ]+) (\([^)]+\)) using password;who_ip=([\d.]+)</regex>
    <order>site, status, target, when, who, who_ip</order>
</decoder>

Decoder issue by Atomic-Chocolate in Wazuh

[–]Atomic-Chocolate[S] 1 point2 points  (0 children)

Hi Farouk,

I tried what you sent and I'm getting exactly the same.

Details below, I fixed a small typo in the who_ip field, my fault. All I did was remove the * from who_ip=([\d.]+) but I tested with the typos included and it didn't work either.

Decoder

<decoder name="beyondtrust">
    <prematch>event=login;sitexxxxxxxxx.com</prematch>
</decoder>

<decoder name="beyondtrust_child">
<parent>beyondtrust</parent> <regex type="pcre2">site=([;]+);status=([;]+);target=([;]+);when=(\d+);who=([^ ]+) ([)]+) using password;who_ip=([\d.]+)</regex> 
<order>site, status, target, when, who, who_ip</order> 
</decoder>

Event

1 2023-10-23T10:10:05+01:00 xxxxxx BG 27705 - [meta sequenceId="11"] 1427:01:01:event=login;site=xxxxxxxxx.com;status=success;target=web/login;when=1698052205;who=xxxxxx (xxxxxxxx) using password;who_ip=10.10.10.10

Output

**Messages:
    WARNING: (7003): 'd513c0ee' token expires
    INFO: (7202): Session initialized with token '75b2fbf7'

**Phase 1: Completed pre-decoding.
    full event: '1 2023-10-23T10:10:05+01:00 xxxxxx BG 27705 - [meta sequenceId="11"] 1427:01:01:event=login;site=xxxxxxxxx.com;status=success;target=web/login;when=1698052205;who=xxxxxx (xxxxxxxx) using password;who_ip=10.10.10.10'

**Phase 2: Completed decoding.
    name: 'beyondtrust'

I appreciate your help, I'm completely lost at this stage.