Skip to content

Instantly share code, notes, and snippets.

View jmmadruga's full-sized avatar

Jerônimo Medina Madruga jmmadruga

View GitHub Profile
1
00:00:01,670 --> 00:00:04,020
O Moodle 3.0 finalmente está aqui!
2
00:00:04,020 --> 00:00:10,010
Caso você não saiba, o Moodle é um software de
código aberto usado para criar ambientes virtuais de aprendizagem.
3
@jmmadruga
jmmadruga / manjaro_i3_sudo_install.sh
Last active November 17, 2015 21:00
Ultimate manjaro i3 post installer deluxe
## My favorite packages <3
yaourt -S abcde aegisub android-tools android-udev audacity autofs blender calibre exfat-utils firefox firefox-i18n-pt-br fuse-exfat geany geany-plugins gimp gimp-plugin-gmic gparted hplip inkscape kid3-qt libreoffice-still libreoffice-still-pt-BR opera scribus simplescreenrecorder texlive-core tk transmission-gtk unetbootin uniconvertor youtube-dl zenity cdrkit eject id3 mp3gain perl-musicbrainz-discid perl-webservice-musicbrainz vorbisgain java-runtime java-environment pstoedit libmythes beanshell2 vigra libmspack coin-or-mp sane unixodbc postgresql-libs bash-completion udisks vte libopenraw poppler-glib vcdimager uniconvertor lib32-simplescreenrecorder tk psutils dialog ruby t1utils
## Steam dependencies
# yaourt -S lib32-catalyst-utils lib32-nvidia-utils lib32-flashplugin
## AUR packages
yaourt -S android-studio atom-editor google-chrome google-musicmanager hunspell-pt-br opera-ffmpeg-codecs pencil retroarch ttf-ms-fonts --noconfirm
yaourt -S steam
@jmmadruga
jmmadruga / .abcde.conf
Last active August 29, 2015 14:20
Kubuntu 15.04 install script
# -----------------$HOME/.abcde.conf----------------- #
#
# A sample configuration file to convert music cds to
# MP3 format using abcde version 2.5.3
#
# http://andrews-corner.org/abcde.html
# -------------------------------------------------- #
# Specify the encoder to use for MP3. In this case
# the alternatives are gogo, bladeenc, l3enc, xingmp3enc, mp3enc.
@jmmadruga
jmmadruga / .abcde.conf
Last active August 29, 2015 14:16
Linux Deepin 2014.2
# -----------------$HOME/.abcde.conf----------------- #
#
# A sample configuration file to convert music cds to
# MP3 format using abcde version 2.5.3
#
# http://andrews-corner.org/abcde.html
# -------------------------------------------------- #
# Specify the encoder to use for MP3. In this case
# the alternatives are gogo, bladeenc, l3enc, xingmp3enc, mp3enc.
@jmmadruga
jmmadruga / kubuntu-1410-plasma-5-sudo-install.sh
Created March 1, 2015 21:27
Kubuntu Plasma 5 install script
#!/bin/bash
# Copyright (c) 2014, Jerônimo Medina Madruga <[email protected]>
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING F
@jmmadruga
jmmadruga / .abcde.conf
Last active August 29, 2015 14:07
Kubuntu 14.10 install scripts
# -----------------$HOME/.abcde.conf----------------- #
#
# A sample configuration file to convert music cds to
# MP3 format using abcde version 2.5.3
#
# http://andrews-corner.org/abcde.html
# -------------------------------------------------- #
# Specify the encoder to use for MP3. In this case
# the alternatives are gogo, bladeenc, l3enc, xingmp3enc, mp3enc.
@jmmadruga
jmmadruga / lubuntu-sudo-install.sh
Created October 19, 2014 20:02
Lubuntu 14.04 install script
#!/bin/bash
# Copyright (c) 2014, Jerônimo Medina Madruga <[email protected]>
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
@jmmadruga
jmmadruga / .abcde.conf
Created October 19, 2014 16:18
ULCF = Universal Linux Configuration Files
# -----------------$HOME/.abcde.conf----------------- #
#
# A sample configuration file to convert music cds to
# MP3 format using abcde version 2.5.3
#
# http://andrews-corner.org/abcde.html
# -------------------------------------------------- #
# Specify the encoder to use for MP3. In this case
# the alternatives are gogo, bladeenc, l3enc, xingmp3enc, mp3enc.
#!/bin/bash
echo -e "\nbenchmark.sh -n<number of requests> -c<number of concurrency> <URL1> <URL2> ..."
echo -e "\nEx: benchmark.sh -n100 -c10 http://www.google.com/ http://www.bing.com/ \n"
## Gnuplot settings
echo "set terminal png
set output 'benchmark_${1}_${2}.png'
set title 'Benchmark: ${1} ${2}'
@jmmadruga
jmmadruga / fedora-kde-instal-su.sh
Last active August 29, 2015 14:01
Fedora KDE 20 install script
#!/bin/bash
# Copyright (c) 2013, Jerônimo Medina Madruga <[email protected]>
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING F