Skip to content

Instantly share code, notes, and snippets.

View aminnez's full-sized avatar
🤝
Open to work

Amin Nezampour aminnez

🤝
Open to work
View GitHub Profile
@aminnez
aminnez / README.md
Created November 6, 2025 14:15
DeepFilterNet Installation Script for Linux (PipeWire)

DeepFilterNet Installation Script for PipeWire

This script installs the DeepFilterNet LADSPA plugin system-wide in Linux (Like Ubuntu) and configures it as a virtual microphone with noise cancellation in PipeWire.

Usage:

  1. Download the appropriate library for your architecture from this repo:

https://github.com/Rikorose/DeepFilterNet/releases

@aminnez
aminnez / Readme.md
Last active May 4, 2024 17:58
Launch simple nginx in a few minute

Simple Nginx docker compose

Docker compose file

Create docker-compose.yml

nano docker-compose.yml

Write in docker-compose.yml

@aminnez
aminnez / Setup-Docker-Engine-Ubuntu.md
Last active May 25, 2023 13:26
Installing docker engine on ubuntu in 2 step

Install Docker Engine on Ubuntu

Step 1

sudo apt install wget -y && wget https://gist.github.com/aminnez/a0e7325fbb86d04123ae5c795486b833/raw/a4a5534806dd4281a146d3e2375c9c2d8d650276/installdocker.sh

Step 2

sudo chmod +x installdocker.sh
@aminnez
aminnez / Toggle-Proxy-Ubuntu.md
Last active November 13, 2023 10:49
How toggle proxy in Ubuntu or Ubuntu server? this script is for you.

Toggle proxy in Ubuntu

With prompt script

This script uses prompt to activate proxy

Installation

Step 1:

sudo apt install wget -y && wget https://gist.githubusercontent.com/aminnez/b4fdda4d6f6aa6ccead17ffc9930d0ee/raw/26a73b9c5f93369c4356f4a31689d075b3538bb2/toggleproxy.sh