Skip to content

Instantly share code, notes, and snippets.

View arthurbeggs's full-sized avatar

Arthur Matos arthurbeggs

  • Brasília, Brasil
View GitHub Profile
@arthurbeggs
arthurbeggs / redshift_bright.py
Created November 7, 2019 02:12
Change and reload redshift brightness in Linux
#!/usr/bin/env python
import argparse
import pathlib
import re
import subprocess
from typing import List
def read_config(config_path: str) -> List[str]:
@arthurbeggs
arthurbeggs / install_quartus17.sh
Created November 2, 2019 03:15
Install Quartus Prime Lite 17.0 in Ubuntu
#!/bin/bash
################################################################################
### Install Quartus and ModelSim ###
################################################################################
# Source code at https://github.com/arthurbeggs/scripts #
################################################################################
# #
# Based on https://github.com/jessebarreto/ConfigureWorkspace script. #
# #
@arthurbeggs
arthurbeggs / udp_limiter.sh
Created November 2, 2019 03:12
Limit UDP bandwidth
#!/bin/bash
################################################################################
### UDP Upload Bandwidth Throttler ###
################################################################################
# #
# Based upon http://www.mzpeter.co.uk/limit-bandwidth-udp.html and #
# https://www.cyberciti.biz/faq/linux-traffic-shaping-using-tc-to-control-http\ #
# -traffic/ #
# #
#!/bin/bash
################################################################################
### OpenCV2 Installation Script ###
################################################################################
# Source code at https://github.com/arthurbeggs/scripts #
################################################################################
# #
# Feel free to copy and modify this file. Giving me credit for it is your #
# choice, but please keep references to other people's work, which I don't #