Skip to content

Instantly share code, notes, and snippets.

@camammoli
Last active July 29, 2021 16:57
Show Gist options
  • Select an option

  • Save camammoli/32b10085b3d7ebf6aaa898f3c5a2b38d to your computer and use it in GitHub Desktop.

Select an option

Save camammoli/32b10085b3d7ebf6aaa898f3c5a2b38d to your computer and use it in GitHub Desktop.
Archivos de configuracion de mi debian
# Modificado por Ariel
# https://wiki.debian.org/SourcesList
# https://debgen.simplylinux.ch/
#------------------------------------------------------------------------------#
# Soportado oficialmente
#------------------------------------------------------------------------------#
###### Debian Main Repos
deb [arch=amd64] http://deb.debian.org/debian/ stable main contrib non-free
deb-src [arch=amd64] http://deb.debian.org/debian/ stable main contrib non-free
deb [arch=amd64] http://deb.debian.org/debian/ stable-updates main contrib non-free
deb-src [arch=amd64] http://deb.debian.org/debian/ stable-updates main contrib non-free
deb [arch=amd64] http://deb.debian.org/debian-security stable/updates main
deb-src [arch=amd64] http://deb.debian.org/debian-security stable/updates main
deb [arch=amd64] http://ftp.debian.org/debian buster-backports main
deb-src [arch=amd64] http://ftp.debian.org/debian buster-backports main
#------------------------------------------------------------------------------#
# Repositorios no oficiales
#------------------------------------------------------------------------------#
###Debian Multimedia
deb [arch=amd64,i386] https://www.deb-multimedia.org buster main non-free
###Docker CE
deb [arch=amd64] https://download.docker.com/linux/debian buster stable
###Google Chrome Browser
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
###Google Earth
deb [arch=amd64] http://dl.google.com/linux/earth/deb/ stable main
###LLVM + Clang + compiler-rt + polly + LLDB + LLD + libFuzzer + libc++ + libc++abi + openmp
#deb http://apt.llvm.org/stretch/ llvm-toolchain-buster main
deb-src http://apt.llvm.org/stretch/ llvm-toolchain-stretch main
###Sublime Text
deb https://download.sublimetext.com/ apt/stable/
###Visual Studio Code
deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main
# rhythmbox / rhythmbox-plugins 3.4.3 Ariel
# deb [arch=amd64] http://ftp.de.debian.org/debian buster main
###### 3rd Party Binary Repos
###Atom Editor
#deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main
#------------
deb [arch=amd64] http://deb.debian.org/debian/ bullseye main
deb [arch=amd64] http://security.debian.org/ bullseye-security main
deb [arch=amd64] http://deb.debian.org/debian/ bullseye-updates main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment