Category: Ubuntu
-
check redis connection in laravel
For root user For normal user For More
-
paragonie/random_compat v9.99.99 requires php ^7 -> your PHP version (8.1.5) does not satisfy that requirement.
Just Update this requirement to php: “^7.3|^8.0” something like this.
-
“-” 408 0 “-” “-“
Some of the solutions from that forum thread: RequestReadTimeout header=0 body=0This disables the 408 responses if a request times out. Change the ELB health check to a different port. Disable logging for the ELB IP addresses with:
-
site enable and disable in apache ubuntu
Enable the site Enable the site as follows: Disable the site The output of the command is as follows: Run the recommended command:
-
check incoming traffic linux
You can use last to get an idea where your connections are coming from:
-
Invalid or missing Livepatch token
Disable Livepatch either through the GUI or by running canonical-livepatch disable as root Uninstall Livepatch with snap remove canonical-livepatch as root (optional. Try it first without doing this) Run the command rm /etc/machine-id as root to remove your current machine ID (if it says the file or directory doesn’t exist, you can safely ignore it) Run the command systemd-machine-id-setup as root to regenerate…
-
crontab every 30 minutes linux / ubuntu
valid hours: 0-23 — valid minutes: 0-59 example #1 30 * * * * your_command this means “run when the minute of each hour is 30” (would run at: 1:30, 2:30, 3:30, etc) example #2 */30 * * * * your_command this means “run when the minute of each hour is evenly divisible by 30” (would run…
