Skip to content

Instantly share code, notes, and snippets.

View felix-orduz's full-sized avatar

Felix Ernesto Orduz Grimaldo felix-orduz

View GitHub Profile
@felix-orduz
felix-orduz / generate_random_files.sh
Created January 20, 2016 19:33
Generate Random Files in Linux
#!/bin/bash
number_files=0;
size_per_file='';
level_log=3;
name_file='log';
###########
# Options #
###########
#!/bin/bash
for d in */; do
echo "Procesar" $d;
cd $d
cantidad=$(find ./ -type f -name "*.mkv" | wc -l)
let cantidad=$cantidad
if [ "$cantidad" -gt 0 ]; then
mkdir tmp
mv *.mkv tmp
#!/bin/bash
find -name "* *" -type d | rename 's/ /_/g'
for d in */; do
echo "Procesar" $d;
cd $d
cur=$(pwd)
{
"extensions":
[
"md",
"mdown"
],
"color_scheme": "Packages/User/ME-MonokaiC.tmTheme",
"tab_size": 4,
"translate_tabs_to_spaces": true,
@felix-orduz
felix-orduz / autoconfigure_hadoop_feud.sh
Created May 14, 2019 12:37
Archivo temporal para la autoconfiguracion del cluster de hadoo de la FEUD
#!/bin/bash
# run as root
#Variables por ambiente
nodo1="nodo1"
nodo2="nodo2"
nodo3="nodo3"
ip1="10.0.2.15"
ip2=""
ip3=""
@felix-orduz
felix-orduz / README.md
Last active August 20, 2024 11:04
README.md

Hi, I'm Félix Orduz 👋

LinkedIn GitHub Followers

👨‍💻 About Me

I'm a passionate Software Engineer and DevOps professional with a strong background in designing, building, and maintaining scalable and efficient systems. I have a deep understanding of cloud technologies, continuous integration/continuous deployment (CI/CD) pipelines, and infrastructure as code (IaC).

My work is driven by a love for problem-solving and the challenge of creating robust, maintainable solutions that make a real impact. I believe in continuous learning and staying updated with the latest trends and best practices in the industry.