Example software sources

This commit is contained in:
Bob Mottram 2014-05-10 14:02:43 +01:00
parent a250141476
commit 45c9bad8f9
1 changed files with 31 additions and 1 deletions

View File

@ -6359,6 +6359,36 @@ The following ports on your internet router/firewall should be forwarded to the
| Convergence | 8432..8433 |
* Hints and Tips
** Example software sources
If you get errors when running *apt-get update* then you may need to check your repositories list. Here are examples of repositories within */etc/apt/sources.list*
*** Beaglebone Black
#+BEGIN_SRC: bash
deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.us.debian.org/debian/ wheezy main contrib non-free
deb http://ftp.us.debian.org/debian/ wheezy-updates main contrib non-free
deb-src http://ftp.us.debian.org/debian/ wheezy-updates main contrib non-free
deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free
deb http://ftp.us.debian.org/debian wheezy-backports main contrib non-free
#+END_SRC
*** Cubieboard
#+BEGIN_SRC: bash
deb http://ftp.debian.org/debian/ wheezy main contrib non-free
#deb http://ftp.debian.org/debian/ unstable main
deb http://mirrors.sohu.com/debian/ wheezy main contrib non-free
#deb http://security.debian.org/ wheezy/updates main contrib non-free
deb http://packages.cubian.org/ wheezy main non-free
deb http://repo.ajenti.org/debian main main debian
deb-src http://ftp.debian.org/debian/ wheezy main contrib non-free
deb-src http://mirrors.sohu.com/debian/ wheezy main contrib non-free
#+END_SRC
** Messaging security
If you're connected to other friends via Friendica then the preferred way to send private messages is via Friendica's built-in messaging system. This is a lot more convenient than using GPG with ordinary email and yet still provides a similar level of protection from unwarranted interception.
** Moving Domains