WordPress Developer Ukraine, Kyiv
Disable file editing in WordPress admin dashboard

Disable file editing in WordPress admin dashboard

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…
How to permanently add a private key to SSH-agent?

How to permanently add a private key to SSH-agent?

Permanently add a private key to SSH-agent I think, we all had to face situation, when we need use ssh-key instead usual bundle of login and password. As for me, I remember that I was surprised when after system reboot, I must import SSH key again, that to eventually connect to remote server. So, today,…