Gray.me.uk - Tech and Linux Blog
  • Home
  • About
  • Contact Me
  • Services
  • Search

Laravel, livewire and filament slow page update.

July 20, 2024 WanderingTechy 0

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 […]

Creating a wildcard DNS lookup for .local pointing to 127.0.01

July 1, 2024 WanderingTechy 0

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 […]

Create new SSH key pair

June 20, 2024 WanderingTechy 0

For reference to create an RSA key. ssh-keygen -t rsa -b 4096 -C “your_email@example.com”

Migrating a site to a new server and avoiding DNS propagation delays in Plesk

May 25, 2024 WanderingTechy 0

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 […]

Plesk Fail2Ban ERROR add_watch: cannot watch – – Errno=No space left on device (ENOSPC)

February 18, 2024 WanderingTechy 0

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 […]

Plesk attempting to deliver emails locally even though email service is disabled globally.

February 17, 2024 WanderingTechy 0

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 […]

Plesk: Cannot start php-fpm failed with code 78 – cannot get uid for user.

February 8, 2024 WanderingTechy 0

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 […]

grep: (standard input): binary file matches

February 8, 2024 WanderingTechy 0

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 […]

Plesk How to dump a database from the command line

February 4, 2024 WanderingTechy 0

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 […]

A quick fly through systemd services (systemctl)

February 2, 2024 WanderingTechy 0

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 […]

Posts pagination

« 1 2 3 … 17 »

Search this site

Categories

Server Administration Services

I provide server administration, problem solving and other services. Please see Services option on main menu.

$5 a month for an SSD based VPS

digitalocean-logo
Plesk and CPanel licenses at much reduced prices.

Archives

Copyright © 2025 | WordPress Theme by MH Themes