Exploit.cz

Solved: Remote XDebug from Dockerized PHP app via SSH Tunnel on Ubuntu and WSL

expose: - "9000" 1. Remove the ports: section from docker-compose.yml and define expose 2. On the remote machine enable GatewayPorts clientspecified in /etc/ssh/sshd_config (then restart the sshd service). 3. This allows you to create an SSH port forward tunnel which listens on all network

How to download full PDF from cardiagn.com

Do not forget to disconnect from internet before you open developer tools! otherwise that page will ban you! Open file manual page that you want to download, confirm bot protection from CloudFlare and load inpage PDF VIEWer. Disconnect from internet and open developers console (F12). Switch to sources tab (Chrome,

SOLVED: rke2-agent-3 systemd[1]: Failed to start Rancher Kubernetes Engine v2 (agent) invalid kernel parameter

root@:/etc/rancher/rke2# sudo systemctl status rke2-agent ● rke2-agent.service - Rancher Kubernetes Engine v2 (agent) Loaded: loaded (/usr/local/lib/systemd/system/rke2-agent.service; enabled; vendor preset: enabled) Active: activating (auto-restart) (Result: exit-code) since Wed 2023-11-29 13:37:29 CET; 1min 2s ago Docs: https://github.com/rancher/rke2#

Configure Nextcloud in Turris Omnia for large files upload

Buy mSata SSD disk and plug into your Turris and configure it via Reforris as /srv mount Apend this lines into /etc/php8-fpm.d/www.conf and create /srv/tmp/ folder with write all permissions php_admin_value[error_log] = /var/log/fpm-php.www.log php_admin_flag[log_errors]

Solved: Nuxt.js App takes too long to start inside Docker - too slow

I have spend lots of time to investigate what the problem is and I found it! Take a look inside your docker-compose.yml and double check, that you are not propagating .git folder inside the docker container! Now your app will be faster than before node: image: node:18-alpine build:

Exploit.cz © 2026