quinta-feira, 26 de maio de 2016

Inicio no Debian

Colocando seu usuário no arquivo/etc/sudoers :

daniel ALL=(ALL) ALL


Source List

/etc/apt/sources.list


deb http://ftp.br.debian.org/debian/ jessie main
deb-src http://ftp.br.debian.org/debian/ jessie main

deb http://security.debian.org/ jessie/updates main contrib
deb-src http://security.debian.org/ jessie/updates main contrib

# jessie-updates, previously known as 'volatile'
deb http://ftp.br.debian.org/debian/ jessie-updates main contrib
deb-src http://ftp.br.debian.org/debian/ jessie-updates main contrib

#non-free
deb http://ftp.de.debian.org/debian jessie main non-free

### Volatile (softwares atualizados com frequência, Clamav, etc)
deb http://http.debian.net/debian/ jessie-updates main contrib non-free
#deb-src http://http.debian.net/debian/ jessie-updates main contrib non-free

### Backports (no momento)
#deb http://http.debian.net/debian/ jessie-backports main contrib non-free
#deb-src http://http.debian.net/debian/ jessie-backports main contrib non-free

### Google Chrome.
### Chave GPG: sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
#deb http://dl.google.com/linux/deb/ stable main

### deb-multimedia.
### Chave GPG: sudo apt-get update && sudo apt-get install deb-multimedia-keyring
deb http://www.deb-multimedia.org jessie main non-free
deb http://www.deb-multimedia.org jessie-backports main

### MEGAsync (MEGA Uploader).
### Chave GPG: sudo wget -O - https://mega.co.nz/linux/MEGAsync/Debian_7.0/Release.key | sudo apt-key add -
deb http://mega.co.nz/linux/MEGAsync/Debian_7.0/ ./

#Opera
deb http://deb.opera.com/opera stable non-free
# sudo wget -O - http://deb.opera.com/archive.key | apt-key add -

#Oracle
deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main
deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main
# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886 

# Ainda não testado 16-12-16
# Steam
#deb [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam
#deb-src [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam


 


Instalar Java Oracle (JDK 8) 

sudo apt-get remove --purge openjdk-*

 # echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee /etc/apt/sources.list.d/webupd8team-java.list

# echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee -a /etc/apt/sources.list.d/webupd8team-java.list


# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886


Após adicionar os repositórios e a key, atualize a lista de pacotes:

# apt-get update

Instale o JDK 8, digite:

# apt-get install oracle-java8-installer


Drivers

sudo apt-get install firmware-linux firmware-linux-nonfree firmware-ralink firmware-ralink wireless-tools
 

Ferramentas de compilação


sudo apt-get install build-essential linux-headers-$(uname -r) exuberant-ctags 

Programas 

sudo apt-get install gedit terminator htop gparted brasero transmission  audacity clementine  vym calibre vim google-chrome-stable conky
unetbootin wireshark calibre stopwatch vlc uget

sudo apt-get install diffuse git-core postgresql pgadmin3 sqlite xclip

#solitarie
sudo apt-get install aisleriot

#info detalhada do hardware
lshw



Nenhum comentário:

Postar um comentário