• 0 Posts
  • 11 Comments
Joined 1 年前
cake
Cake day: 2023年6月26日

help-circle


  • I can create tools for my company that launches right out of ConfigMgr Software Center and other technicians can contribute without needing a programming background.

    Now this is a bit of magic I would like to learn. I read through PowerShell in a month of lunches a couple of years ago and it’s saved my butt a couple of times. I’m due for a re-read though. Would you have a source on where I could go to learn more about creating GUI applications in PowerShell?










  • Believe it or not… it’s actually not particularly difficult to make it through basic. The military puts a lot of time and money into getting you there and they want to recoup that. If they kick you out, there goes their investment. For a period of time, they accepted ASVAB waivers. For those unaware, the Armed Services Vocational Aptitude Battery is the intelligence test you’re given to make sure you’re mentally fit to serve. We had a gunny that we found out scored in the 26th percentile. The man could hardly form a coherent sentence. Making it into the military isn’t as difficult as people would believe (barring medical and criminal records, can’t escape those).


  • Servarr is a stack of applications that sets up a media suite. Radarr and Sonarr handle the managing of movies and TV shows, respectively. Prowlarr searches for the media through either Torrenting or Usenet. Then you’d need a downloader like SABnzbd or Deluge. Ombi is another application to handle requests and finally you’d need a streaming app like Plex, Emby or Jellyfin.

    Think of it like a marionette; you’re making a bunch of services work together for one goal. Most people use docker and create a docker compose file to manage all the services. Typically the flow goes like this, a person makes a request to Ombi for something to watch. That request goes to Radarr or Sonarr, which creates a folder and populates the Metadata from IMDB. Then a request is sent to Prowlarr to find the media. Once found its sent to the downloader, like Deluge, to actually grab the media. After it’s done, Radarr / Sonarr will import the media into the correct folder. Now you’ve got a perfect collection for Plex / Emby / Jellyfish to start streaming your media. Really awesome suite once you get it up and running.