diff options
author | Leah Rowe <info@minifree.org> | 2017-04-03 20:57:12 +0200 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-04-03 20:57:12 +0200 |
commit | e5d71ae5577d2ebafbda4a43a20211e996365d3f (patch) | |
tree | 031c0024b35c735a9461b1456fda5d125e7fe901 /www | |
parent | f02ec452b4628e87121412e14ad9899cd85f98d5 (diff) | |
parent | 26c4759b17383087f7eba9f765dc63327d905a02 (diff) | |
download | librebootfr-e5d71ae5577d2ebafbda4a43a20211e996365d3f.tar.gz librebootfr-e5d71ae5577d2ebafbda4a43a20211e996365d3f.zip |
Merge branch 'web/code-blocks' of vimuser/libreboot into master
Diffstat (limited to 'www')
-rw-r--r-- | www/amd-libre.md | 1 | ||||
-rw-r--r-- | www/faq.md | 1 | ||||
-rw-r--r-- | www/git.md | 1 | ||||
-rw-r--r-- | www/gpg.md | 7 | ||||
-rw-r--r-- | www/lists.md | 1 | ||||
-rw-r--r-- | www/rsync.md | 12 |
6 files changed, 14 insertions, 9 deletions
diff --git a/www/amd-libre.md b/www/amd-libre.md index 31721c9a..62302eb9 100644 --- a/www/amd-libre.md +++ b/www/amd-libre.md @@ -13,6 +13,7 @@ tell them that you demand libre hardware: - <https://community.amd.com/places?filterID=all%7Eobjecttype%7Espace> - <https://www.amd.com/en-us/who-we-are/contact> (has contact links for multiple countries) + - **AMD's CEO, Lisa Su, can be contacted directly via email. Tell her that you demand libre hardware: <lisa.su@amd.com>** @@ -40,6 +40,7 @@ service when you connect the ethernet cable: sudo service network-manager restart + On Parabola, you can try: sudo systemctl restart network-manager @@ -34,6 +34,7 @@ Not a developer? You can still help! - Work towards convincing hardware manufacturers and designers to start caring about free software. Perhaps even build your own hardware. + - Spread the word about libreboot! Tell your friends about it, and talk about it on public internet-based discussion networks (e.g. *social networks*). @@ -2,14 +2,15 @@ title: GPG ... - $ **gpg \--recv-keys** + $ gpg --recv-keys + The GPG key can also be downloaded with this exported dump of the pubkey: [lbkey.asc](lbkey.asc). - $ **sha512sum -c sha512sum.txt** - $ **gpg \--verify sha512sum.txt.sig** + $ sha512sum -c sha512sum.txt + $ gpg --verify sha512sum.txt.sig Old GPG key (no longer used): diff --git a/www/lists.md b/www/lists.md index 70a63061..3c25c6fd 100644 --- a/www/lists.md +++ b/www/lists.md @@ -23,6 +23,7 @@ Backup of old Libreboot mailing lists - [User mailing list (HTML)](old/libreboot/html/lists.gnu.org/archive/html/libreboot) + - [User mailing list (mbox format)](old/libreboot/mbox/lists.gnu.org/libreboot/) - [Developer mailing list diff --git a/www/rsync.md b/www/rsync.md index 287f02c7..f89b5a3c 100644 --- a/www/rsync.md +++ b/www/rsync.md @@ -6,40 +6,40 @@ of these in your crontab: Libreboot project, UK (main rsync mirror) ----------------------------------------- -**rsync -avxP \--delete \--stats rsync.libreboot.org::mirrormirror +**rsync -avxP --delete --stats rsync.libreboot.org::mirrormirror /path/to/docroot/libreboot/** University of Kent, UK (backup mirror) -------------------------------------- -**rsync -avxP \--delete \--stats +**rsync -avxP --delete --stats rsync://rsync.mirrorservice.org/libreboot.org/release/ /path/to/docroot/libreboot/** Princeton university, USA (backup mirror) ----------------------------------------- -**rsync -avxP \--delete \--stats +**rsync -avxP --delete --stats rsync://mirror.math.princeton.edu/pub/libreboot/ /path/to/docroot/libreboot/** linux.ro, Romania (backup mirror) --------------------------------- -**rsync -avxP \--delete \--stats rsync://ftp.linux.ro/libreboot/ +**rsync -avxP --delete --stats rsync://ftp.linux.ro/libreboot/ /path/to/docroot/libreboot/** partyvan.eu, Sweden (backup mirror) ----------------------------------- -**rsync -avxP \--delete \--stats +**rsync -avxP --delete --stats rsync://mirror.se.partyvan.eu/pub/libreboot/ /path/to/docroot/libreboot/** mirror.si, Slovenia (backup mirror) ----------------------------------- -**rsync -avxP \--delete \--stats rsync://libreboot.mirror.si/libreboot +**rsync -avxP --delete --stats rsync://libreboot.mirror.si/libreboot /path/to/docroot/libreboot/** Are you running a mirror? Contact the libreboot project, and the link will be |