Skip to content

Instantly share code, notes, and snippets.

View fmv1992's full-sized avatar

Felipe Vieira fmv1992

  • Telnyx
  • São Paulo, Brazil
View GitHub Profile
@fmv1992
fmv1992 / apt_mirror_updater
Last active September 24, 2025 14:15
Update to ubuntu's fastest mirrors (secure only).
#! /usr/bin/env bash
#
# Update to the fastest mirrors.
#
# # History
#
# * 2025-08-24: `217e7a8`: first working version.
#
# * 2025-08-25: `f472717`: improve docker copy/paste code.
#
@fmv1992
fmv1992 / install_and_test_data_utilities.sh
Last active June 2, 2017 00:04
Install the data_utilities python package from the scratch.
#! /bin/bash
# Install the data_utilities python package from the scratch.
#
# A suggested execution is `wget -qO- www.gist_address.com | bash`.
#
# This small script provides the minimal requirements to install and test
# 'data_utilities' from the scratch.
# 'data_utilities' is my data sciences related package which aims to help data
# scientists on their routine tasks.