Skip to content
Karlo Luiten
Home
About me
About me
LinkedIn
Guide to Karlo
SELinux cheat sheet
CISSP Reference
Contact
Update wordpress without needing FTP
Jan 14, 2012
—
by
karlo
in
Uncategorized
Give your wordpress dir the right permissions: sudo chmod -R 775 wp-dir ; sudo chown -R username:www-data
Add this in wp-config.php: define(‘FS_METHOD’,’direct’);
You can now update via ‘update now’.
←
Previous:
Test SMTP block (sshguard, fail2ban)
Next:
[Solution] Can’t use /usr/lib/dovecot/imap: No such file or directory
→