Skip to content

Instantly share code, notes, and snippets.

View aouronga's full-sized avatar
🎯
Focusing

Aourongajab Abir aouronga

🎯
Focusing
View GitHub Profile
@aouronga
aouronga / install_ffmpeg_qsv.sh
Created December 9, 2025 11:40
Latest FFMPEG with Intel QSV upgrade
#!/bin/bash
set -e
echo "======================================"
echo " FFmpeg Latest + Intel QSV Installer"
echo "======================================"
echo ""
# ---------- UPDATE ----------
@aouronga
aouronga / Contabo_rclone.md
Created May 10, 2023 10:18 — forked from MohamedElashri/Contabo_rclone.md
How to use rclone with new contabo object storage

Steps

Run the following:

  • install rclone
sudo apt install rclone -y
  • Enter rclone configuring
@aouronga
aouronga / gist:9f0ab9cdefc74404eca38214d8f301ca
Created August 16, 2018 06:03 — forked from sazib47/gist:2756904da7c19171804635cdd9ed1e48
Good starting point for a Django dev environment on Ubuntu
sudo apt-get update
sudo apt-get upgrade
# Install packages
sudo apt-get install -y python-pip python-dev build-essential python-software-properties
sudo apt-get install -y git-core htop nginx ntpdate nano ufw curl wget
sudo apt-get install -y zlib1g-dev libssl-dev libreadline-dev libyaml-dev libxml2-dev libxslt1-dev libcurl4-openssl-dev
sudo apt-get install -y libsqlite3-dev sqlite3
sudo apt-get install -y redis-server
sudo apt-get install -y nodejs npm