How To Enable HTTPS For Grafana Using Existing LetsEncrypt Certificates

Author: , July 15th, 2020

How To Enable Anonymous Access For Grafana

Author: , July 15th, 2020

How To Disable the Built-in iSight Camera

Author: , October 12th, 2013

I am tired of various programs taking control of my webcam, i.e. Skype, GoToMeeting and others… After searching for a while I found the following website with two awesome Applescripts, one for Snow Leopard and one for Lion. Open the script in the Applescript Editor, and do a Save As. Choose Application and save someplace […]

How to Enable or Disable the iTunes Backup For iOS

Author: , September 18th, 2013

To enable backups: defaults delete com.apple.iTunes DeviceBackupsDisabled To disable backups: defaults write com.apple.iTunes DeviceBackupsDisabled -bool YES

How To Enable the sa Login for MS SQL Server on AWS AMI

Author: , January 8th, 2013

To change security authentication mode: In SQL Server Management Studio Object Explorer, right-click the server, and then click Properties. On the Security page, under Server authentication, select the new server authentication mode (Windows and SQL auth), and then click OK. In the SQL Server Management Studio dialog box, click OK to acknowledge the requirement to […]

How To Disable A Button In A jQuery UI Dialog

Author: , May 17th, 2011

Important Note: This solution REQUIRES jQuery UI 1.8 or better and the .button() plugin/widget (contained in the full download):

Original Post: http://stackoverflow.com/questions/3646408/how-can-i-disable-a-button-on-a-jquery-ui-dialog