Coder Social home page Coder Social logo

debian-data-science's Introduction

Debian-Data-Science

Debian customizations for Data Science

Primeiro, baixe a imagem ISO disponível na página: https://www.debian.org/distrib/netinst ou diretamente do endereço https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-11.6.0-amd64-netinst.iso.

Disable Root Login in Linux with passwd Command

To disable the root login, you can use the passwd command as below:

sudo passwd -l root

This will lock the password for the root user and you won’t be able to access the root account with its password until a new one is set.

Install git

sudo apt install git

Clonar o repositório a ser usado

git clone https://github.com/armando-nahmias/Debian-Data-Science/

Se precisar fazer alterações no repositório, será necessário configurar o git

git config –global user.email "email" git config –global user.name "nome"

Mudar a lista de fontes para o debian sid

sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
sudo cp sources.list /etc/apt/sources.list 

Checar endereço da máquina remota ip a

Gerar chave pública na máquina local ssh-keygen

copiar a chave pública para a máquina remota ssh-copy-id [email protected]

debian-data-science's People

Contributors

christitustech avatar armando-nahmias avatar iamtuxmeister avatar z-8bit avatar christhepcgeek avatar azureorange404 avatar ghibranalj avatar milkias17 avatar nielsdrost7 avatar kssnagasinghe avatar fluffycloud331 avatar joelnorton avatar luizkubaski avatar

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.