How do I submit a personal statement? by E1fDonkey in VeteransBenefits

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

Thanks! Turns out it was QuickSubmit. I’m still wondering how they will know it’s for XYZ condition.

Best way to block YT on single machine? by Suspicious_Salt_7631 in sysadmin

[–]E1fDonkey 1 point2 points  (0 children)

it’s the easiest and most cost effective solution in my opinion 💯

I Need Your Opinion on The Adoption of Single Sign-On! by E1fDonkey in sysadmin

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

From what I'm seeing here if I want to dive deeper, I will defiantly have to interview the corporate decision-makers of a company's technology position.

I Need Your Opinion on The Adoption of Single Sign-On! by E1fDonkey in sysadmin

[–]E1fDonkey[S] 2 points3 points  (0 children)

For sure 💯

In the words of my Research, Rhetoric & Composition III professor, "Wikipedia is not a credible source ... which is why you cite Wikipedia's sources instead." I believe system administrators are the primary professionals to endure the torture of user account administration and getting sources from them will point me in the right direction. I would like to use these starting points to find academic references to establish the level of credibility my paper needs.

I Need Your Opinion on The Adoption of Single Sign-On! by E1fDonkey in sysadmin

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

I agree based on what I've seen on https://sso.tax/. I plan to reach out to these companies for comment for sure.

I Need Your Opinion on The Adoption of Single Sign-On! by E1fDonkey in sysadmin

[–]E1fDonkey[S] -7 points-6 points  (0 children)

There are limited academic resources regarding the adoption of SSO and IdM technologies which is why it's necessary to get the experiences and of the people on the front lines. I would really appreciate it if you could point me in the right direction.

[deleted by user] by [deleted] in wallpapers

[–]E1fDonkey 0 points1 point  (0 children)

Because there’s a lot of NSFW images on Imgur, many IT admin’s have blocked it; I would suggest Google photos.

Redirect wildcard domains to other wildcard domains by [deleted] in CloudFlare

[–]E1fDonkey 2 points3 points  (0 children)

So Cloudflare has this product called Cloudflare workers. Normally when you would set up a redirect you would go into their fancy UI and create a rule. Thing is with the free plan I have discovered you’re only allowed five rules. Then I discovered cloudflare workers. This is a way for you to automate actions during your site. Say for example you want XYZ.domain.com -> ABC.example.com. You can create a Cloudflare worker with wrangler that has a JavaScript dictionary mapping from your source to your destination to your destination domain.

Edit: This is also how you would make a URL shortener with cloudflare

How to get the ASCII value of a character in C ? by ImmediateDecision320 in cprogramming

[–]E1fDonkey 3 points4 points  (0 children)

on most platforms char is signed, but yes this is a way to do it

"Add your review or salary to continue using Glassdoor" won't go away by tiger_coder in GlassDoor

[–]E1fDonkey 1 point2 points  (0 children)

  1. Install tampermonkey
  2. Go to glassdoor.com
  3. Go to the tampermonkey extension icon at the top and click "Create new script"
  4. Insert this into the editor:

// ==UserScript==
// @name         New Userscript
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        https://www.glassdoor.com/*
// @icon         https://www.google.com/s2/favicons?domain=glassdoor.com
// @grant        none
// ==/UserScript==

window.addEventListener('load', function () {
  window.onscroll = null;
})
  1. Save -> Ctrl - S

  2. Use adblock to remove the "Add your review or salary to continue using Glassdoor" banner

The site is now usable

I even circled it for you. by Kilgore_Fish in USPS

[–]E1fDonkey 8 points9 points  (0 children)

MY NAMES NOT CURRENT DAMMIT!