Using SSH on Kualo hosting: a getting-started guide
SSH (Secure Shell) gives you direct command-line access to your Kualo hosting account, making it an essential tool for running CLI...
How to configure cron jobs
Cron lets you schedule commands to run automatically at times you choose, directly from cPanel.
How to use Composer on Kualo servers
Kualo servers have both Composer 1.x and 2.x pre-installed so you can use whichever version your project needs.
Using WP-CLI
WP-CLI is a command-line tool for managing WordPress installations without touching the admin dashboard. It is pre-installed on al...
Profiling slow PHP requests with Xdebug
Use Xdebug profiling to pinpoint the exact function making your site slow, rather than guessing by disabling plugins one at a time...
How to set up SSH keys in cPanel
SSH keys let you log in over SSH securely without a password. Here is what an SSH key is, why it is safer, and how to create one i...