1336 links
  • linx
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
page 1 / 1
6 results tagged rights x
  • The Universal Declaration of Cyborg Rights
    August 11, 2020 at 12:31:11 AM UTC - permalink -
    QRCode
    - https://cyborgrights.eu/
    cyborg declaration post-human rights
  • thumbnail
    Give zabbix agent read permissions on root log files - Server Fault
    May 20, 2020 at 5:33:18 PM UTC - permalink -
    QRCode
    - https://serverfault.com/questions/901130/give-zabbix-agent-read-permissions-on-root-log-files
    authorization log rights sysadmin zabbix
  • thumbnail
    cp - How do I copy a folder keeping owners and permissions intact? - Unix & Linux Stack Exchange
    sudo cp -rp /home/my_home /media/backup/my_home

    From cp manpage:

     -p     same as --preserve=mode,ownership,timestamps
    
     --preserve[=ATTR_LIST]
              preserve the specified attributes (default: mode,ownership,timestamps),
              if possible additional attributes: context, links, xattr, all
    June 28, 2017 at 2:37:38 PM UTC - permalink -
    QRCode
    - https://unix.stackexchange.com/questions/43605/
    cp permissions rights unix
  • Hardening WordPress « WordPress Codex

    Security in WordPress is taken very seriously, but as with any other system there are potential security issues that may arise if some basic security precautions aren't taken. This article will introduce you to basic security concepts and serve as an introductory guide to making your WordPress website more secure.

    This article is not the ultimate quick fix to your security concerns.

    June 6, 2017 at 11:00:00 AM UTC - permalink -
    QRCode
    - https://codex.wordpress.org/Hardening_WordPress#Core_Directories_.2F_Files
    bash rights security sysadmin wordpress wordpress-mu
  • thumbnail
    permissions - Wordpress can't upload files - Ask Ubuntu

    You can use this script to fix wordpress permission:

    #!/bin/bash
    #
    # This script configures WordPress file permissions based on recommendations
    # from http://codex.wordpress.org/Hardening_WordPress#File_permissions
    #
    # Author: Michael Conigliaro <mike [at] conigliaro [dot] org>
    #
    WP_OWNER=www-data # <-- wordpress owner
    WP_GROUP=www-data # <-- wordpress group
    WP_ROOT=$1 # <-- wordpress root directory
    WS_GROUP=www-data # <-- webserver group
    
    # reset to safe defaults
    find ${WP_ROOT} -exec chown ${WP_OWNER}:${WP_GROUP} {} \;
    find ${WP_ROOT} -type d -exec chmod 755 {} \;
    find ${WP_ROOT} -type f -exec chmod 644 {} \;
    
    # allow wordpress to manage wp-config.php (but prevent world access)
    chgrp ${WS_GROUP} ${WP_ROOT}/wp-config.php
    chmod 660 ${WP_ROOT}/wp-config.php
    
    # allow wordpress to manage wp-content
    find ${WP_ROOT}/wp-content -exec chgrp ${WS_GROUP} {} \;
    find ${WP_ROOT}/wp-content -type d -exec chmod 775 {} \;
    find ${WP_ROOT}/wp-content -type f -exec chmod 664 {} \;

    save it to a file and run it and pass it your wp installation directory:

    wget https://gist.github.com/Adirael/3383404/raw/6c5446d56477426faeb709e5b807f00422acdea2/fix-wordpress-permissions.sh
    chmod +x fix-wordpress-permissions.sh
    sudo ./fix-wordpress-permissions.sh /var/www/html

    https://gist.github.com/Adirael/3383404

    June 6, 2017 at 10:55:38 AM UTC * - permalink -
    QRCode
    - https://askubuntu.com/a/627354/40725
    bash rights sysadmin wordpress wordpress-mu
  • fr:Modifier les Permissions sur les Fichiers « WordPress Codex
    March 19, 2017 at 8:25:21 PM UTC - permalink -
    QRCode
    - https://codex.wordpress.org/fr:Modifier_les_Permissions_sur_les_Fichiers
    files permissions rights security wordpress
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation