Skip to content

Instantly share code, notes, and snippets.

View morgzz's full-sized avatar
💭
DRAFT: EPIC!!!

Morgz morgzz

💭
DRAFT: EPIC!!!
View GitHub Profile
@morgzz
morgzz / geforce-now-issue.md
Created March 24, 2021 09:12
Nvidia Geforce NOW Forum Thread complaint

My Response (KaosAxis): This is currently happening to me too. I've opened a ticket and they have said they've escalated it. Customer Service insists it's on my end. I've updated it several times. But it's obvious that Nvidia has no intention of standing behind their Founders for life model. I've been documenting everything on my end. I'm happy to wait out the outcome. I've got plenty time on my hands thanks to Covid. I've given Customer Service ample time to to help resolve this issue since my card isn't the issue and my bank says they haven't made any further attempts to charge the card. An agent event directed me to contact Digital River one of their vendors?! WOW.

https://www.nvidia.com/en-us/geforce/forums/gfn-tech-support/46/441381/payment-rejected-and-span-classhighlightfounderspa/

Original Thread:

[Redacted for privacy] 21h: Payments fails every day for reason not linked to card owner misuse. Nvidia should find a way to let the founders for Life to maitain their status even if the renewal payment f

@morgzz
morgzz / azure-ad-connect-issue.md
Last active July 27, 2018 10:39
Microsoft.Online.Reporting.MonitoringAgent.Startup High CPU Temporary Solution

This is how I limited Microsoft.Online.Reporting.MonitoringAgent.Startup from eating all the CPUs

  • Task Manager and right click on the Microsoft.Online.Reporting.MonitoringAgent.Startup process.
  • Select "Go to details"
  • Right click on Microsoft.Identity.Health.AadSync.MonitoringAgent.Startup.exe (should be the pre-selected row)
  • Click set affinity, and uncheck "all Processors"
  • Select CPU 0
  • Your CPU usage will drop immediately (mine dropped to 32%)

This solution will isolate the problem service to one CPU, doesn't fix the issue but seems to at least minimize the problem.

@morgzz
morgzz / plesk-chrooted-user-adding-composer.md
Last active June 23, 2018 18:47
Plesk | Add composer to a chrooted user/shell (Doesn't work)
@morgzz
morgzz / magnific-popup-nopin
Created February 4, 2018 02:33
NoPin Patch for Magnific-Popup, Disable Pintrest Pin Button
// Added attr(NoPin) to disable annoying pintrest icons.
// Probably not the best elegant solution but it works.
// Changes Begins: Line 1309, Col 38; Ends: Line 1309, Col 60;
item.img = $(img).attr('nopin','nopin').on('load.mfploader', onLoadComplete).on('error.mfploader', onLoadError);
img.src = item.src;
### Keybase proof
I hereby claim:
* I am morgzz on github.
* I am morgz (https://keybase.io/morgz) on keybase.
* I have a public key ASDs0i3cdekoKHAld0SGUHeBlVoRWTtNj7o-fBe2rVaIfgo
To claim this, I am signing this object:
@morgzz
morgzz / teamcity
Last active June 4, 2016 12:04
/etc/init.d/teamcity
#!/bin/sh
# /etc/init.d/teamcity - startup script for teamcity
### BEGIN INIT INFO
# Provides: teamcity
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Should-Start: $network $time
# Should-Stop: $network $time
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
@morgzz
morgzz / config.json
Last active August 29, 2015 14:19 — forked from anonymous/config.json
{
"vars": {
"@gray-base": "#000",
"@gray-darker": "lighten(@gray-base, 13.5%)",
"@gray-dark": "lighten(@gray-base, 20%)",
"@gray": "lighten(@gray-base, 33.5%)",
"@gray-light": "lighten(@gray-base, 46.7%)",
"@gray-lighter": "lighten(@gray-base, 93.5%)",
"@brand-primary": "darken(#428bca, 6.5%)",
"@brand-success": "#5cb85c",