Skip to content
View Ezeta17's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Ezeta17

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Ezeta17/README.md

πŸ‘‹ Hi, I’m Josep Farias [SysAdmin]

  • πŸ‘€ I’m interested in Linux, OpenSource and tech in general
  • 🌱 I’m currently learning Docker and VM
  • ⚑ Fun fact: I watch a lots of Movies specially Sc-Fi and Fantasy
  • ✨ Obsessed with finding simple solutions.

πŸš€ Stuff I've worked with

Linux Android Git Docker Python HTML5 CSS php NodeJS NPM React

πŸ“« How to reach me ...

Pinned Loading

  1. Script para configurar proxy en Ubun... Script para configurar proxy en Ubuntu 12.04
    1
    #/bin/bash
    2
    
                  
    3
    echo 'Removiendo las configuraciones actuales del proxy en:'
    4
    sudo sh -c '(echo "g/^Acquire::http::proxy/d"; echo "wq") | ex -s /etc/apt/apt.conf' 
    5
    sudo sh -c '(echo "g/^Acquire::https::proxy/d"; echo "wq") | ex -s /etc/apt/apt.conf'