Set correct Linux file permissions for WordPress directories and use .htaccess rules to block PHP execution in the uploads folder, stopping a common malware vector.
WordPress ships with a built-in code editor under Appearance → Theme File Editor and Plugins → Plugin File Editor that lets administrators edit PHP, JavaScript, and CSS files directly from the browser. This feature was designed for the era when WordPress was primarily a blogging tool and hosting environments made FTP the standard file management…
After adding an SSH key with ssh-add you might notice that after a system reboot you need to add it again. On most Linux distributions the SSH agent does not persist keys across sessions by default. The fix is to configure your SSH client to load the key automatically by adding an entry to the…