Skip to content

Instantly share code, notes, and snippets.

View murilogteixeira's full-sized avatar
💻

Murilo Teixeira murilogteixeira

💻
View GitHub Profile
@murilogteixeira
murilogteixeira / guide.md
Last active September 9, 2025 04:49
RAID1 no proxmox com mdadm

RAID1 no Proxmox com mdadm

Guia rápido para criar, configurar e recuperar RAID1 no Proxmox usando mdadm.


📦 1. Identificar discos

lsblk -o NAME,SIZE,MODEL,FSTYPE
@murilogteixeira
murilogteixeira / tablet vnc.md
Created August 14, 2025 15:07
Usar um tablet como monitor via vnc

Usando Fire HD 10 como segundo monitor no Linux via VNC e USB

Este guia ensina como transformar seu tablet Fire HD 10 em um segundo monitor para o Linux, usando VNC com USB-tethering para reduzir a latência ao mínimo possível.


📋 Pré-requisitos

  • Tablet Fire HD 10 com Google Play Store instalada.
  • Cabo USB de boa qualidade.
@murilogteixeira
murilogteixeira / it8613.md
Created August 12, 2025 01:33
Configuração dos sensores da placa mãe

Configuração do Módulo it87 para Detecção Automática de Ventiladores

Problema

Os ventiladores no Linux só são detectados quando executamos manualmente:

sudo modprobe it87 force_id=0x8620
@murilogteixeira
murilogteixeira / esptool.md
Created August 2, 2025 03:54
Como instalar o Tasmota no ESP8266 via Linux

Instalação do Tasmota via Linux com esptool.py

Este guia ensina como gravar o firmware Tasmota em dispositivos ESP8266 ou ESP32 usando Linux e o esptool.py.


✅ Pré-requisitos

  • Python 3 instalado
  • pip instalado
@murilogteixeira
murilogteixeira / README.md
Last active July 31, 2025 02:51
Install Glances on Linux
curl -fsSL https://gist.githubusercontent.com/murilogteixeira/7e1687f4b0474b76658efa0fdf5658f0/raw/8cefc36565716ffc7e53c2b43f4d0b1a7f7a60c9/install-glances.sh | bash
@murilogteixeira
murilogteixeira / README.md
Last active July 26, 2025 19:14
FileBrowser install script

Script de Instalação do File Browser no Container LXC

Este script automatiza a instalação, configuração e execução do File Browser em um container LXC Linux.


Funcionalidades

  • Instala o File Browser na última versão disponível
  • Configura o diretório raiz para navegação (padrão: /home/murilo)
@murilogteixeira
murilogteixeira / proxmox-USB.md
Created July 22, 2025 02:02
Configuração USB Proxmox

✅ Tutorial: Habilitar USB no Proxmox LXC + Docker (ESPHome)

Este guia mostra como passar um dispositivo USB (ex: CH340/ESP) do host Proxmox para:

  • Um container LXC (ex: CasaOS)
  • E depois para o Docker (ex: ESPHome)

🔍 1. Identifique o dispositivo USB no host Proxmox

@murilogteixeira
murilogteixeira / x11vnc_server_on_startup.txt
Created February 10, 2025 03:09 — forked from YourFriendCaspian/x11vnc_server_on_startup.txt
Configure your system to have x11vnc running at startup.
## Ubuntu 15.04 – Configure your system to have x11vnc running at startup. ##
Hello World,
If you are following us, you probably remember that we wrote already a post about this topic
(see Ubuntu 14.10 – Configure your sytem to have x11vnc running at startup).
Since Ubuntu 15.04 is using systemd, the instructions found in the previous post are not applicable anymore.
Some of our readers had issues after upgrading to Ubuntu 15.04.
The x11VNC is not running at startup anymore.
@murilogteixeira
murilogteixeira / Guide.md
Created December 26, 2024 20:32 — forked from sebj/Guide.md
Add a scene delegate back to a SwiftUI Project

Define an application delegate

See also: UIApplicationDelegate documentation

// AppDelegate.swift
@main
final class AppDelegate: NSObject, UIApplicationDelegate {

    func application(
        _ application: UIApplication,
@murilogteixeira
murilogteixeira / cocoapod.sh
Created February 15, 2024 17:42 — forked from rxmichael/cocoapod.sh
Podspec update script
#!/bin/bash
sources="https://github.com/CocoaPods/Specs.git"
podRepo="INSERT YOUR PRIVATE POD REPO HERE"
echo "--------tag list--------"
git tag -l
echo "--------tag list--------"