How to update Uptime Kuma on Linux Linux Steps ** Always check this link https://github.com/louislam/uptime-kuma/wiki/🆙-How-to-Update to see any changes.
Create alias on Linux Ubuntu Linux Steps to Setting Up Aliases in the bash-shell Wouldn’t it be easier to just type something like the following? Luckily ...
Linux useful commands Linux Unzip sql.gz database Compress tar.gz a whole folder Zip WordPress folder Unzip tar.gz Check site size in disk Check your ...
Check page last cache time Linux To see a url which time was last cached type the following command: ** Do not forget to add the / ...
Search for any string within your server Linux grep -R "your_search_string" /var/www/yoursite.com/htdocs/
Find websites via cli in our servers Linux Commands Reference Domain Management Find which server hosts a specific domain. Usage: find-site example.com Output: example.com –> 192.168.1.100 server-name-1 Add ...
How to update self-hosted n8n in Ubuntu Linux Updating Docker Compose If you run n8n using a Docker Compose file, follow these steps to update n8n: