Author:
erics , July 15th, 2020
sudo chgrp grafana / etc / letsencrypt / archive / www . yourdomain . com / privkey1 . pem
sudo chmod g + r / etc / letsencrypt / archive / www . yourdomain . com / privkey1 . pem
sudo vi / etc / grafana / grafana . ini
sudo service grafana - server restart
[ server ]
# Protocol (http, https, socket)
; protocol = http
protocol = https
# https certs & key file
; cert_file =
; cert_key =
cert_file = / etc / letsencrypt / archive / www . yourdomain . com / fullchain1 . pem
cert_key = / etc / letsencrypt / archive / www . yourdomain . com / privkey1 . pem
Categories: How-To's , Technology Tags: cert , certificate , Certs , chgrp , chmod , Enable , Existing , Grafana , Grafana Server , howto , https , LetsEncrypt , Restart , service , ssl , sudo , tips
| No comments
Author:
erics , July 15th, 2020
sudo vi / etc / grafana / grafana . ini
sudo service grafana - server restart
#################################### Anonymous Auth ######################
[ auth . anonymous ]
# enable anonymous access
; enabled = false
enabled = true
# specify organization name that should be used for unauthenticated users
; org_name = Main Org .
org_name = yourGrafanaOrgNameHere
Categories: How-To's , Technology Tags: /etc/grafana/grafana.ini , Access , Anonymous , Anonymous Access , Enable , Enable Anonymous Access , Grafana , Grafana Server , grafana.ini , howto , INI , Restart , sudo , Yips
| No comments
Author:
erics , 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 […]
Categories: How-To's , Technology Tags: apple , Camera , Disable , Enable , howto , iSight , Limit , macosx , Stop , tips , turn off , WebCAm
| 2 comments
Author:
erics , September 18th, 2013
To enable backups: defaults delete com.apple.iTunes DeviceBackupsDisabled To disable backups: defaults write com.apple.iTunes DeviceBackupsDisabled -bool YES
Categories: How-To's , Technology Tags: apple , backup , Disable , Enable , Grayed Out , Greyed Out , howto , itunes , MacOS , tips
| No comments
Author:
erics , 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 […]
Categories: How-To's , Technology Tags: AWS , Enable , howto , login , sa , SQL , SQL Server , tips , windows
| No comments
Author:
erics , May 17th, 2011
Important Note: This solution REQUIRES jQuery UI 1.8 or better and the .button() plugin/widget (contained in the full download):
jQuery ( ".ui-dialog-buttonpane button:contains('Save')" ) . button ( "disable" ) ;
Original Post: http://stackoverflow.com/questions/3646408/how-can-i-disable-a-button-on-a-jquery-ui-dialog
Categories: How-To's , Technology Tags: Button , Dialog , Disable , Enable , howto , JQuery , jQuery UI , tips
| No comments