Browse Source

Example software sources

Bob Mottram 11 years ago
parent
commit
45c9bad8f9
1 changed files with 31 additions and 1 deletions
  1. 31
    1
      beaglebone.txt

+ 31
- 1
beaglebone.txt View File

@@ -960,7 +960,7 @@ Save and exit.
960 960
 service cron restart
961 961
 #+END_SRC
962 962
 
963
-This obtains the date and time from www.ptb.de every 15 minutes.  Obviously if you wish to use a different source for the date and time then the cron entry can be edited accordingly.
963
+This obtains the date and time from www.ptb.de every 15 minutes. Obviously if you wish to use a different source for the date and time then the cron entry can be edited accordingly.
964 964
 
965 965
 ** Install fail2ban
966 966
 
@@ -6359,6 +6359,36 @@ The following ports on your internet router/firewall should be forwarded to the
6359 6359
 | Convergence   | 8432..8433 |
6360 6360
 
6361 6361
 * Hints and Tips
6362
+** Example software sources
6363
+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*
6364
+
6365
+*** Beaglebone Black
6366
+
6367
+#+BEGIN_SRC: bash
6368
+deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free
6369
+deb-src http://ftp.us.debian.org/debian/ wheezy main contrib non-free
6370
+
6371
+deb http://ftp.us.debian.org/debian/ wheezy-updates main contrib non-free
6372
+deb-src http://ftp.us.debian.org/debian/ wheezy-updates main contrib non-free
6373
+
6374
+deb http://security.debian.org/ wheezy/updates main contrib non-free
6375
+deb-src http://security.debian.org/ wheezy/updates main contrib non-free
6376
+
6377
+deb http://ftp.us.debian.org/debian wheezy-backports main contrib non-free
6378
+#+END_SRC
6379
+*** Cubieboard
6380
+#+BEGIN_SRC: bash
6381
+deb http://ftp.debian.org/debian/ wheezy main contrib non-free
6382
+#deb http://ftp.debian.org/debian/ unstable main
6383
+deb http://mirrors.sohu.com/debian/ wheezy main contrib non-free
6384
+#deb http://security.debian.org/ wheezy/updates main contrib non-free
6385
+deb http://packages.cubian.org/ wheezy main non-free
6386
+deb http://repo.ajenti.org/debian main main debian
6387
+
6388
+deb-src http://ftp.debian.org/debian/ wheezy main contrib non-free
6389
+deb-src http://mirrors.sohu.com/debian/ wheezy main contrib non-free
6390
+#+END_SRC
6391
+
6362 6392
 ** Messaging security
6363 6393
 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.
6364 6394
 ** Moving Domains