Archivo del Autor: carlosap

add self certificate CHROME linux

“Private key is missing or invalid when importing a certificate” in Google Chrome You may be trying to do is add it to the wrong certificate store. If you’re attempting to add it under «Your Certificates», you’re gonna have a bad time. That tab is for adding identity certificates; what your browser offers to the… Leer más »

install chrome centos 7 / rhel 7

Google Chrome is the freeware web browser developed by Google that uses the WebKit fork blink engine. As of July Google Chrome is the most widely used browser having, it shares around 45% worldwide browser usage. Google Chrome has the inbuilt translate faculty for translation of over 52 languages. Google Chrome has the option to… Leer más »

nginx reverse proxy

To pass a request to an HTTP proxied server, the proxy_pass directive is specified inside a location. For example: location /some/path/ { proxy_pass http://www.example.com/link/; } This example configuration results in passing all requests processed in this location to the proxied server at the specified address. This address can be specified as a domain name or an IP address.… Leer más »

php7 util extensions

apt-get install php7.0-gd php7.0-mysql php7.0-cli php7.0-cgi php-pear php7.0-mcrypt mcrypt imagemagick php7.0-curl php7.0-intl php7.0-pspell php7.0-recode php7.0-sqlite3 php7.0-tidy php7.0-xmlrpc php7.0-xsl memcached php-memcache php-imagick php-gettext php7.0-zip php7.0-mbstring memcached php7.0-soap

file permissions wordpress

For those who have their wordpress root folder under their home folder: ** Ubuntu/apache Add your user to www-data group: CREDIT Granting write permissions to www-data group You want to call usermod on your user. So that would be: sudo usermod -aG www-data yourUserName ** Assuming www-data group exists Check your user is in www-data… Leer más »