Skip to content

Instantly share code, notes, and snippets.

View atmosmaciel's full-sized avatar
👨‍💻
Focusing

Atmos Maciel atmosmaciel

👨‍💻
Focusing
View GitHub Profile
@atmosmaciel
atmosmaciel / README.md
Created March 29, 2026 12:39 — forked from chadrien/README.md
Debug PHP in Docker with PHPStorm and Xdebug

Debug your PHP in Docker with Intellij/PHPStorm and Xdebug

  1. For your local dev, create a Dockerfile that is based on your production image and simply install xdebug into it. Exemple:
FROM php:5

RUN yes | pecl install xdebug \
&& echo "zend_extension=$(find /usr/local/lib/php/extensions/ -name xdebug.so)" > /usr/local/etc/php/conf.d/xdebug.ini \
@atmosmaciel
atmosmaciel / configure-proxy-settings-in-ubuntu-and-fedora.md
Last active September 6, 2025 15:03
Configure Proxy Settings in Ubuntu and Fedora.

Proxy Config Format:

proxy_http=username:password@proxy-host:port

Single User Temporary Settings

When you do not need to force the system to be under the proxy.

  1. Open a Terminal window where you need proxy access.
  2. Set and export the HTTP_PROXY variable.
@atmosmaciel
atmosmaciel / RemoteWorkGuide.md
Last active July 26, 2024 00:06
Remote Work Guide

Remote Work Guide

Este é um pequeno guia para quem quer começar a desbravar no mundo do trabalho remoto.

Outras iniciativas de trabalhos/jobs remotos

Outros repositórios que também ajudam pessoas a desbravar no mundo do trabalho remoto.

https://github.com/DyegoCosta/trabalhando-remoto