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 11th, 2020
find wordpress / wp - content / plugins - type d - exec chmod 2775 { } \ ;
find wordpress / wp - content / plugins - type f - exec chmod 664 { } \ ;
find wordpress / wp - content / themes - type d - exec chmod 2775 { } \ ;
find wordpress / wp - content / themes - type f - exec chmod 664 { } \ ;
find wordpress / wp - content / upgrade - type d - exec chmod 2775 { } \ ;
find wordpress / wp - content / upgrade - type f - exec chmod 664 { } \ ;
Categories: How-To's , Technology Tags: chmod , howto , Permissions , tips , WordPress
| No comments
Author:
erics , March 3rd, 2012
After a recent yum update I started getting the following errors when starting Apache: Warning: SuexecUserGroup directive requires SUEXEC wrapper. It turns out that the permissions for suexec need to be reset: chmod 4111 /usr/sbin/suexec
Categories: How-To's , Technology Tags: Amazon , apache , Apache2 , AWS , chmod , howto , Linux , SuExec , SuexecUserGroup , tips , Warning , wrapper
| No comments
Author:
erics , December 30th, 2011
yum -- enablerepo = epel install perl - Net - Amazon - EC2 perl - File - Slurp perl - DBI perl - DBD - MySQL perl - Net - SSLeay perl - IO - Socket - SSL perl - Time - HiRes perl - Params - Validate ca - certificates
wget - O / opt / aws / bin / ec2 - consistent - snapshot http : //bazaar.launchpad.net/~alestic/ec2-consistent-snapshot/trunk/download/head:/ec2consistentsnapsho-20090928015038-9m9x0fc4yoy54g4j-1/ec2-consistent-snapshot
chmod 0775 / opt / aws / bin / ec2 - consistent - snapshot
http://alestic.com/2009/09/ec2-consistent-snapshot http://www.thatsgeeky.com/2011/05/ec2-consistent-snapshot-on-amazons-linux-ami/ http://www.thatsgeeky.com/2011/06/rotating-ebs-snapshots-ec2-prune-snapshots/
Categories: How-To's , Technology Tags: Amazon , Amazon Linux , AWS , CentOS , chmod , consistent-snapshot , EC2 , ec2-consistent-snapshot , EPEL , howto , Linux , perl , Repo , Snapshot , tips , wget , Yum
| No comments