Skip to content

Instantly share code, notes, and snippets.

View irvinglucas's full-sized avatar
🏠
#StayHome

Irving Lucas da Silva Melo irvinglucas

🏠
#StayHome
View GitHub Profile
@wainejr
wainejr / .config_qtile_autostart.sh
Last active November 15, 2024 15:54
Linux setup files
#!/bin/bash
# From root in repo, run
# chmod +x .config/qtile/autostart.sh
# ln -s $(pwd)/.config/qtile/autostart.sh ~/.config/qtile/autostart.sh
# to link autostart with this
# Function to check if a process is already running and run it if not
function run {
if ! pgrep -x $(basename $1 | head -c 15) 1>/dev/null;
@jonilsonds9
jonilsonds9 / Instalar-zsh-e-componentes-ubuntu-22.04.md
Last active November 21, 2025 23:50
ZSH + Oh My Zsh + powerlevel10k + Fonts no Ubuntu 22.04

ZSH + Oh My Zsh + powerlevel10k + Fonts no Ubuntu 22.04

1. Instalar ZSH:

sudo apt-get install zsh

2. Instalar via curl, instale o mesmo se não tiver:

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
@Pulimet
Pulimet / AdbCommands
Last active December 8, 2025 11:04
Adb useful commands list
Hi All!
I've recently launched a tool that wraps many of the commands here with a user interface. This desktop application is currently available for macOS. There's a roadmap outlining planned features for the near future.
Feel free to request any features you'd like to see, and I'll prioritize them accordingly.
One of the most important aspects of this application is that every command executed behind the scenes is displayed in a special log section. This allows you to see exactly what’s happening and learn from it.
Here's the link to the repository: https://github.com/Pulimet/ADBugger
App Description:
ADBugger is a desktop tool designed for debugging and QA of Android devices and emulators. It simplifies testing, debugging, and performance analysis by offering device management, automated testing, log analysis, and remote control capabilities. This ensures smooth app performance across various setups.
@tassoevan
tassoevan / free-software-problems.md
Created April 11, 2016 01:46
Por que no Brasil software livre ainda é visto como coisa de pobre que não pode comprar software proprietário?

Por que no Brasil software livre ainda é visto como coisa de pobre que não pode comprar software proprietário?

extraído de um fórum de internet

  1. Os usuários das distros e comunidades insistem que devemos aprender a usar o terminal.
  2. Os programas livres em sua maioria não fazem a metade das coisas que os proprietários fazem.
    • Gimp não suporta canais de 16 e 32 bits de cores até hoje. Só importa imagens assim, mas não pode salvar.
    • Colocar a imagem que está em uma camada superior em modo overlay ou qualquer outro modo para fazer efeito na imagem da camada inferior não funciona.
  • Inkscape não é tão simples como se imagina. Não possui malha interativa (mesh) e, em máquinas mais modestas, se seu trabalho tiver muitos vetores, não rola.