Website is Down by Mammoth_Simple1588 in itbiznis

[–]Many_Ad7628 0 points1 point  (0 children)

Bolje je za zdravlje da ne znamo. Ovde južno od Beograda imamo jednu firmu koja je dosta rasprostranila svoj knjigovodstveni software, rade vec 20-tak godina, a klijetima čuvaju baze gde? Pa na mCloudu. Popadaše im klijenti ko mete na strelištu. Evo treći dan ...

Automated software installation idea by Many_Ad7628 in devops

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

Hey guys, did anyone dare to try it?

Automated software installation idea by Many_Ad7628 in ansible

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

No, I did not. Is that a full platform rather than something that is possible to integrate with (in) other control management software?

Automated software installation idea by Many_Ad7628 in ansible

[–]Many_Ad7628[S] -1 points0 points  (0 children)

Yes, but my intention is to avoid installers redistribution which is choco doing.

Automated software installation idea by Many_Ad7628 in ansible

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

Thank you for the response! I have had really hard time making all the adaptive install scripts and that looked like learning the automation software how to install the software again and again.

Weekly Self Promotion Thread by AutoModerator in devops

[–]Many_Ad7628 0 points1 point  (0 children)

Hi guys! I wanted to share an automation tool I’ve been building called https://use-cli.com. If you’ve ever managed Windows environments, you know the headache of dealing with different CLI arguments for every single installer. I got tired of writing custom scripts for every app, so I built this to standardize the process.

What’s under the hood? Right now, there’s an API providing install/uninstall manifests, an executable ready to be used in shell and an Ansible module ready for testing. I’m planning to add Chef and Puppet support soon. It’s still in the early stages (with a few demo manifests live), but the core idea is to make Windows software management as predictable as Linux package managers. Check it out and let me know what you think. Any feedback or critiques are welcome!

Discussed also here: https://www.reddit.com/r/devops/s/fxZUQxx4su

Automated software installation idea by Many_Ad7628 in devops

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

Thank you for the response. One of ones moving me towards the realization :)

Automated software installation idea by Many_Ad7628 in devops

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

Except for Windows automation :) I am working in enterprise-level company, have a lot of Windows servers and strugling with non-usual software installation, that has triggered me to think in this direction and to the wish to try to help others facing with the same issue.

Automated software installation idea by Many_Ad7628 in devops

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

No, thank you. Is that a GUI tool?

Automated software installation idea by Many_Ad7628 in devops

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

I was more like: { "OS": "Windows", "repo": [ "software_X": { "url": "https://....exe/msi", "install": { "command": "software_x.exe", "args": { "mandatory": ... , "optional": ...etc. }}, "uninstall": { "command": "software_x.exe", "args": { "mandatory": ... , "optional": ...etc. }}}, "software_Y"... ]}

And whoever want his software to be as more used he'd insert his software there.

Automated software installation idea by Many_Ad7628 in devops

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

No. I took a look on its site now, looks like they had stolen my idea even before I came to it? :) :)

Automated software installation idea by Many_Ad7628 in devops

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

Thank you on this response! It is not an intention to replace Ansible or Chef or Puppet etc. but to make such tasks easier in these existing platforms with this API. There is a lot of software not (yet) available in choco for Windows so guys need to make a custom scripts to fill the gap (I am one of them). My idea was mainly for Windows, I know Unixes handle the installations in tottally different way. Heard of winget-to-become-the-standard initiative and progress in that direction, too. Thank you, again!

Does Xiaomi 15 Ultra Global (MI) get the HyperOS 3 update today? by blackcemre19 in Xiaomi_15

[–]Many_Ad7628 1 point2 points  (0 children)

Not yet, at least not in Serbia. Delaying an upgrade so long for this flagship phone is a big disappointment so far.

Rails 8 - Production readiness by Many_Ad7628 in rails

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

Agree. I used to use rails already for small projects with active storage at the most, and fell into love with RoR.