Git Product home page Git Product logo

tutoriais's Introduction

  • 👋 Hi, I’m @Elildes
  • 👀 I’m interested in comunication and information technology
  • 🌱 I’m currently learning bachelor degree in information technology
  • 💞️ I’m looking to collaborate on IMD/UFRN

tutoriais's People

Contributors

elildes avatar

Watchers

 avatar  avatar

Forkers

jpbraz

tutoriais's Issues

iprouter2

DESCRIÇÃO IPROUTE2
01 - Exibir todas as interfaces de rede: ip link show
02 - Habilitar interface de rede: ip link set up eth1
03 - Desabilitar interface de rede ip link set down eth1
04 - Definir IP/Mascára de rede ip addr add 192.168.0.1/24 dev eth1
05 - Remover definição de IP/Mascára de rede ip addr del 192.168.0.1/24 dev eth1
06 - Informações específicas de uma interface ip addr show dev eth1
07 - Mudando o MAC-ADDRESS ip link set dev eth1 address 00:52:bc:33:25:a1
08 - Exibir tabela de roteamento ip route show
09 - Adicionando rota padrão ip route add default via 192.168.0.1
10 - Adicionando rota estática ip route add 192.168.0.1/24 dev eth1
11 - Manipulação e consulta de rede ethtool
12 - Exibir informações da Wlan iw

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.