Example software sources
This commit is contained in:
parent
a250141476
commit
45c9bad8f9
|
@ -960,7 +960,7 @@ Save and exit.
|
|||
service cron restart
|
||||
#+END_SRC
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
** Install fail2ban
|
||||
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue