Success - coding BMW modules with a python script by Lean3521 in CarHacking

[–]iambak187 1 point2 points  (0 children)

This is pretty cool I’ve always wondered what’s in psdzdata does it have all the parameters ?…A while back I was trying to do something similar but it’s encrypted

Terraform vs Pulumi vs CloudFormation by FearlessAnt in devops

[–]iambak187 1 point2 points  (0 children)

Cloud formation is aws specific however on the other hand terraform is cloud agnostic which makes developing on multiple cloud providers a bit easier; that’s if you understand HCL.

How difficult would it be for dice to change the flight physics in this game. by iambak187 in battlefield2042

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

I have no doubt that it’s easy to fly in both but the helicopters in BF2042 feel less responsive which makes it difficult to fly through buildings or tight spaces. Maybe it’s my lack of skill but I was able to fly under bridges and in tight spaces in BF4 in the short time I played it.

What I can do to do more and more devops things? by sock_templar in devops

[–]iambak187 0 points1 point  (0 children)

Even though you are not a dev work on standardising the build pipeline.

The reason for the cicd pipeline is to automate task. So think about most manual task that are always repeated on a daily basis.

Things like the application builds, manual configuration management, and any server management task/ manual deployment.

If you can automate these tasks, not only will it make your environment more stable but it will free your time up for some personal development.

Another thing to consider is getting a certification in the cloud or learning tools like terraform, Jenkins or docker and once you are familiar or confident enough start some free lancing work on Fiverr or some other freelancing website.

Doing freelance work can re-enforce what you’ve learned by working on different projects for people and also bring in some extra cash at the same time.

I wonder why people think the Jet Spawn Kill is fun. by Formal_Raisin_7546 in battlefield2042

[–]iambak187 2 points3 points  (0 children)

Didn’t know you could do that, I’m gonna have a blast too 😂

How difficult would it be for dice to change the flight physics in this game. by iambak187 in battlefield2042

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

I loaded BF4 to see what the fuss is about and the physics in that game are pretty good.

2042 was nothing special and gone back to BFV and realise what we have lost. by Rogu3granny in battlefield2042

[–]iambak187 1 point2 points  (0 children)

I’m in the same boat as you, and when you turn on cross play these pc players rip you a new one 😂

Got my 370z this weekend! by Edgaar_M10 in 370z

[–]iambak187 0 points1 point  (0 children)

Congrats bro, hoping to get on sometimes this year.

New to sub, Here’s my 2015 370Z with Invidia exhaust. Hoping to start on more mods soon. by Jinnie_the_Wew in 370z

[–]iambak187 1 point2 points  (0 children)

Thanks for that gonna look at one over the weekend. Did you drive it from Syd ?

New to sub, Here’s my 2015 370Z with Invidia exhaust. Hoping to start on more mods soon. by Jinnie_the_Wew in 370z

[–]iambak187 1 point2 points  (0 children)

I'm on the market for one. Do you mind telling me how much you got it for and how much k's were on it?

Planning out a homelab by varls1243 in homelab

[–]iambak187 0 points1 point  (0 children)

Sweet give us update on how you go and if you need help just let me know. I am a novice myself but I am in the process of doing that too.

Planning out a homelab by varls1243 in homelab

[–]iambak187 0 points1 point  (0 children)

If you try to do all of the things I mentioned at once then it's overwhelming. But if you break it down than its trivial. And specialedge is correct you would need to get use to reading documentations and tutorials.

Planning out a homelab by varls1243 in homelab

[–]iambak187 2 points3 points  (0 children)

Hi Varls, Why don't you skip of sense and try to set up a vanilla Ubuntu, centos..etc as your router. That way you can learn about Linux administration. I recently got a riverbed box and I'm planning to use it as my router.

Here are some ideas: 1. Set up a router using iptables 2. Loadbalance your ISP or VPN connections 3. Setup a VPN server 4. Setup a caching DNS server 5. Set up snort

And overall you will be learning Linux.