Laravel, livewire and filament slow page update.
I have a calendar component I wrote in live wire. When you click on the dates it worked really fast on my local system but […]
I have a calendar component I wrote in live wire. When you click on the dates it worked really fast on my local system but […]
To allow you to create dynamic on the fly dev hosts. This is part of a bigger post coming soon.. The end goal is to […]
For reference to create an RSA key. ssh-keygen -t rsa -b 4096 -C “your_email@example.com”
Unlike a firewall port forward which does a whole server, this tip only works on a virtual host by virtual host bases. When you change […]
When adding fail2ban to a server with a lot of sites and enabling all jails the client got this error during the enabling process. Half […]
On one plesk server I manage it does no emails except for password reset. The client has over 100 wordpress sites on this server. Password […]
A client was trying to increase the file_size limit in php. They were getting this error message. Error: phpinimng failed: Configuration test ‘[‘/opt/plesk/php/8.2/sbin/php-fpm’, ‘–test’]’ failed […]
When greping a file you get this error message. grep: (standard input): binary file matches It means it is detecting binary in the file. use […]
To dump a database on a plesk server from the command line without having to faff about with the password file. MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysqldump -u […]
systemctl is-enabled SERVICE-NAME Check if a service is enabled or disabled. systemctl status SERVICE-NAME Check if a service is running, stopped, enabled, or masked, and […]
Copyright © 2024 | WordPress Theme by MH Themes