|
|
|
|
960
|
service cron restart
|
960
|
service cron restart
|
961
|
#+END_SRC
|
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
|
** Install fail2ban
|
965
|
** Install fail2ban
|
966
|
|
966
|
|
|
|
|
|
6359
|
| Convergence | 8432..8433 |
|
6359
|
| Convergence | 8432..8433 |
|
6360
|
|
6360
|
|
6361
|
* Hints and Tips
|
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
|
** Messaging security
|
6392
|
** Messaging security
|
6363
|
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.
|
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
|
** Moving Domains
|
6394
|
** Moving Domains
|