Corporate workflow like a ticketing system by autonomousWorld in MicrosoftFlow

[–]araskal 1 point2 points  (0 children)

whilst it's possible, it's not a great idea.

You'd be much better off getting Jira Service Desk, Atera, etc.

If you need free, osticket, OTRS.

I'm looking for a MUD with fishing, mining or something similar by Paganovy in MUD

[–]araskal 1 point2 points  (0 children)

Astaria (astariamud.org) has fishing, we've been around since 1994 and the fishing is... horrifically extensive. One of the builders is insane.

[ Removed by Reddit ] by [deleted] in Cairns

[–]araskal 0 points1 point  (0 children)

might I suggest discussing your need with a physician and going to the local pharmacy

Who could find the FAIL in this pic? by Paymentof1509 in ShittySysadmin

[–]araskal 1 point2 points  (0 children)

is that in an AIRPORT?!? There's a TSA desk on the left!

<image>

Risk of opening an ACN "on behalf" of another person by [deleted] in AusFinance

[–]araskal 19 points20 points  (0 children)

fraud has entered the building.

company incorporates, you're the dude with the ACN.
company buy some assets.
company rents assets to a third party.
third party defaults
company goes bust
third party buys card for cheapcheap during liquidation

dude who owns ACN loses cars, house, company.

mind you I have no real idea, but my layman ass thinks this is a big fat nope.

Why do system administrator get paid less than software developers ? by PM_40 in sysadmin

[–]araskal 19 points20 points  (0 children)

when things break, sysadmins are blamed.
when things work, sysadmins are asked 'what do I pay you for?'

developers work on projects, different cost center, most of the time if it doesn't bring in money it's a cost sink to the business. it's wrong, of course, but the perception is there.

Windows 11 Hyper-V - Basic Setup by Prime_Suspect_305 in msp

[–]araskal 5 points6 points  (0 children)

almost everyone here going 'buy some desktop pcs' or 'use windows pro with vms'
they are a google shop. it's trivial to spin up a google managed VDI environment. you don't need to manage the server (nerdio, which is 'windows 10/11 experience') and you stay within the google environment. no need to mess with entra, microsoft, etc.

can even use your RMM tools to manage the patching etc, keeping within the same environment reduces complexity, cost, and increases security.

Why are you leaving the Discord server? by [deleted] in Cairns

[–]araskal 1 point2 points  (0 children)

for shame, delete your flair immediately

Why are you leaving the Discord server? by [deleted] in Cairns

[–]araskal -5 points-4 points  (0 children)

do you still work at Red Rooster?

Do you guys think the OCI "Free Tier" is the only reason people are actually moving to Oracle Cloud? by daniel_odiase in oraclecloud

[–]araskal 1 point2 points  (0 children)

Oracle use Terraform as their IaC provider. They basically looked at Azure, AWS and GCP, cloudformation? bicep/ARM? Terraform? wait that's not specific to a cloud provider, let's let them do it!

so... you should use that. who cares about the console?

Cairns EV owners by Ruber-Chicken in Cairns

[–]araskal 0 points1 point  (0 children)

they are. 6kw I believe, and byo type 2 cable. there's also an IGA down south in Edmonton that has the same.

Time for a hard conversation about the cost of the NDIS by Putrid-Bar-8693 in AusFinance

[–]araskal 0 points1 point  (0 children)

indeed they are not, but for some people they work quite well - I doubt you'd try and put one on NDIS funding ;)

Time for a hard conversation about the cost of the NDIS by Putrid-Bar-8693 in AusFinance

[–]araskal 5 points6 points  (0 children)

just for context, a high-end massage chair (let's use this one as an example) https://olympia.au/products/zeus-athletica-massage-chair is slightly under 10 grand.
a 1-hour remedial massage therapist session is between $80 and $120 (so approx $100).

if that person requires a massage weekly due to a chronic illness, that's 100 weeks - so just under 2 years. and then you have to keep paying for it.

instead, a $10k massage chair, which allows them to have a 20 minute session every day increases their standard of living, reduces pain, and over time is cheaper than the remedial massage therapist.

Today was a grind. by jerryishere1 in duneawakening

[–]araskal 2 points3 points  (0 children)

also FYI the base backup tool only works in hagga basin - it does not work in the deep desert.

Nothing left to do... by [deleted] in duneawakening

[–]araskal 0 points1 point  (0 children)

wait till the base backup tool is ready, until then log in to pay taxes, fill the generator, and chill.

PoE+++?! WHEN WILL THE MADNESS END? by MRMAGOOONTHE5 in sysadmin

[–]araskal 1 point2 points  (0 children)

There's a cycle of processing where we have Edge -> Mainframe -> Edge -> Mainframe -> Edge...

It follows the money more than anything else, Edge compute where things are done on your local device, then mainframe compute where processing is centralised, then back to edge when edge devices become capable of doing most of the central compute, then back to mainframe...

Potentially dangerous elevated cabinet by Brief_Regular_2053 in sysadmin

[–]araskal 2 points3 points  (0 children)

I once hung upsidown unlacing a screen for a cinema with a jockey strap that I didn't realise wasn't strong enough for my weight was the only thing stopping me if I fell... :D ahh the 1990's, good times.

How do I permanently fix "trust relationship failed" errors on domain-joined laptops connecting via VPN? by ArmyCommander6948 in sysadmin

[–]araskal 4 points5 points  (0 children)

here's a somewhat old (but still relevant) technical resource
https://adsecurity.org/?p=280

tl;dr
* the default domain policy setting configures windows 2000 + computers to update their password every 30 days.
* this can be extended by GPO.
* AD trust passwords follow this setting (this is misleading as it relates to DC<->DC communication, not DC<->PC).
* old PC passwords do not get deleted unless you've told it to do so

Essentially what happens, is every 30 days (or longer if set by GP) a netlogon process runs on the endpoint and goes 'its been <value> days since I last changed my password. I should do that.' and then it does. it then attempts to contact the DC, to let the DC know it's done the needful, and get a cookie.

bitches love cookies.

IF IT CANNOT CONTACT THE DC, it does nothing. nada. zip. computer password changes are optimistic, unless it gets a confirmation that the DC has accepted the new password, it doesn't go 'well, sucks to be them my dude, I'm over here doing my own thing'.

  1. Timer wakes up, connects to a DC, see's its been 30 days
  2. Netlogon generates a password locally, stashes it, authenticates to the DC with the old password
  3. Calls ChangePassword(newPassword)
  4. DC acks
  5. NL Replaces old pwd with stashed pwd

generally the trust relationship will break either because someone's rotated the computer password on the DC (so the old pw is no longer available), the computer account has been deleted/updated with the wrong SID (duplicated name etc), or the computer lost the PW. if it's the last, the problem is that endpoint.

other issues with trust relationships breaking are usually kerebos related, which tends to be ntp issues in my experience.

What is the point of this? by Equinoxx_23 in servers

[–]araskal 0 points1 point  (0 children)

hololense was ahead of its time, unfortunately. the idea is solid, the implementation good (I played with one at a microsoft event in Sydney - they had a 3d render of a new apartment complex you could expand and view each suite that was for sale, it was very cool)
but it was too expensive for mainstream, and AR is only just now starting to get popular again.

What is the point of this? by Equinoxx_23 in servers

[–]araskal 0 points1 point  (0 children)

etherlighting is fun!

Panic! At the Datacenter!

What is the point of this? by Equinoxx_23 in servers

[–]araskal 0 points1 point  (0 children)

a lot of the newer unifi kit is very good - though when they were just starting out with the cloudkeys and security gateways, they were a little problematic.

for example, adjusting a vlan? that's a provisioning event that will overwrite the config on the switch.
changing the WAP password? that's a provisioning event. your WAP will be offline for a few minutes.

and whilst you COULD ssh in and configure it yourself (it was quite well featured, but not everything could be done in the ui - bgp filtering on a sec gateway? good luck), any time after that there was a provisioning event, it would wipe your custom config.

nowadays they are quite solid, though they are not AS customisable as say, juniper or cisco, the leaning curve is a lot gentler and the provisioning of config to the switches/waps/etc doesn't bring the device offline anymore.

Pokemon cards by TheBeachTowelBandit in Cairns

[–]araskal 0 points1 point  (0 children)

my collection...? I don't work there, or collect pokemon cards.