├── .gitignore ├── HowToBuild_BPi_image.en.txt ├── Makefile ├── README.md ├── books ├── bpi-ch │ ├── Changelog │ ├── Makefile │ ├── README.mkd │ ├── about-author.tex │ ├── basics.tex │ ├── bin │ │ ├── go-lstinputlisting.pl │ │ └── go-lstlisting.pl │ ├── blocksbook.cls │ ├── book.bib │ ├── bpi.tex │ ├── cc-license.tex │ ├── chinese │ │ ├── bpi.tex │ │ ├── chinese-t3.tex │ │ ├── chinese-test.pdf │ │ ├── chinese-test.tex │ │ └── chinese-test2.tex │ ├── coderemarks.sty │ ├── colophon.tex │ ├── contributors.tex │ ├── creative_commons │ │ ├── Makefile │ │ ├── cc_by_30.pdf │ │ ├── cc_by_30.svg │ │ ├── cc_cc_30.pdf │ │ ├── cc_cc_30.svg │ │ ├── cc_dev_nations_30.pdf │ │ ├── cc_dev_nations_30.svg │ │ ├── cc_nc_30.pdf │ │ ├── cc_nc_30.svg │ │ ├── cc_nd_30.pdf │ │ ├── cc_nd_30.svg │ │ ├── cc_pd_30.pdf │ │ ├── cc_pd_30.svg │ │ ├── cc_sa_30.pdf │ │ ├── cc_sa_30.svg │ │ ├── cc_sampling_30.pdf │ │ ├── cc_sampling_30.svg │ │ ├── cc_sampling_plus_30.pdf │ │ └── cc_sampling_plus_30.svg │ ├── dia │ │ ├── ClusterWAN.dia │ │ ├── ClusterWAN.pdf │ │ ├── EnterprizeHobbit.dia │ │ ├── EnterprizeHobbit.pdf │ │ ├── ExistingOneNodeLooselyCpupledClusterWAN.dia │ │ ├── ExistingOneNodeLooselyCpupledClusterWAN.pdf │ │ ├── HALAN.dia │ │ ├── HALAN.pdf │ │ ├── HobbitDataPatching.dia │ │ ├── HobbitDataPatching.pdf │ │ ├── HobbitDataZFSFailover.dia │ │ ├── HobbitDataZFSFailover.pdf │ │ ├── Makefile │ │ ├── OneNodeClusterPairWAN.dia │ │ ├── OneNodeClusterPairWAN.pdf │ │ ├── OneNodeClusterWAN.dia │ │ ├── OneNodeClusterWAN.pdf │ │ ├── OneNodeLooselyCpupledClusterWAN.dia │ │ ├── OneNodeLooselyCpupledClusterWAN.pdf │ │ ├── TwoNodeLooselyCpupledClusterWAN-NAS.dia │ │ ├── TwoNodeLooselyCpupledClusterWAN-NAS.pdf │ │ ├── TwoNodeLooselyCpupledClusterWAN-RRDpatching.dia │ │ ├── TwoNodeLooselyCpupledClusterWAN-RRDpatching.pdf │ │ ├── TwoNodeLooselyCpupledClusterWAN.dia │ │ ├── TwoNodeLooselyCpupledClusterWAN.pdf │ │ ├── TwoNodesClusterLAN.dia │ │ ├── TwoNodesClusterLAN.pdf │ │ ├── TwoNodesClusterPairWAN.dia │ │ ├── TwoNodesClusterPairWAN.pdf │ │ ├── TwoNodesClusterWAN.dia │ │ ├── TwoNodesClusterWAN.pdf │ │ ├── TwoNodesTightlyCpupledClusterLAN.dia │ │ ├── TwoNodesTightlyCpupledClusterLAN.pdf │ │ ├── VictorStinnerAutotools.dia │ │ ├── VictorStinnerAutotools.pdf │ │ ├── WAN-failover-doublecheck.dia │ │ ├── WAN-failover-doublecheck.pdf │ │ ├── WAN-failover-master-standby-general.dia │ │ ├── WAN-failover-master-standby-general.pdf │ │ ├── WAN-failover-master-standby.dia │ │ ├── WAN-failover-master-standby.pdf │ │ ├── WAN-failover.dia │ │ ├── WAN-failover.pdf │ │ ├── Xymon-Arch.dia │ │ ├── Xymon-Arch.pdf │ │ ├── Xymon-Server.dia │ │ ├── Xymon-Server.pdf │ │ ├── XymonClient.dia │ │ ├── XymonClient.pdf │ │ ├── autotool.dia │ │ ├── autotool.pdf │ │ ├── bookmaking.dia │ │ ├── bookmaking.pdf │ │ ├── cloud-solutions.dot │ │ ├── cloud-solutions.png │ │ ├── gce-host-network-vpn.dia │ │ ├── gce-host-network-vpn.pdf │ │ ├── gce-interanet.dia │ │ ├── gce-interanet.pdf │ │ ├── gce-network-network-vpn-drbd.dia │ │ ├── gce-network-network-vpn-drbd.pdf │ │ ├── gce-network-network-vpn.dia │ │ ├── gce-network-network-vpn.pdf │ │ ├── gce-ssh-vpn.dia │ │ ├── gce-ssh-vpn.pdf │ │ ├── gce-xymon-failover-drbd.dia │ │ ├── gce-xymon-failover-drbd.pdf │ │ ├── hobbit-ha-wan-SEAMLESS_Proposal.dia │ │ ├── hobbit-ha-wan-SEAMLESS_Proposal.pdf │ │ ├── network-2-computers.dia │ │ ├── network-2-computers.pdf │ │ ├── pms.dot │ │ ├── pms.png │ │ ├── sbutils.dia │ │ ├── sbutils.pdf │ │ ├── testcase1.dia │ │ ├── testcase1.pdf │ │ ├── tww-tools.dia │ │ ├── tww-tools.pdf │ │ ├── unix.dot │ │ ├── unix.png │ │ ├── xymon-client.dia │ │ ├── xymon-client.pdf │ │ ├── xymon-daemons-clustering.dia │ │ ├── xymon-daemons-clustering.pdf │ │ ├── xymon-daemons.dia │ │ ├── xymon-daemons.pdf │ │ ├── xymonasset.dia │ │ └── xymonasset.pdf │ ├── diagrams.tex │ ├── draft.tex │ ├── ex-basics │ │ ├── ex-average-no-func.tex │ │ ├── ex-fizzbuzz.tex │ │ ├── ex-for.tex │ │ ├── ex-strings.tex │ │ └── src │ │ │ ├── fizzbuzz.go │ │ │ ├── for-arr.go │ │ │ ├── for.go │ │ │ ├── string1.go │ │ │ ├── string2.go │ │ │ └── stringrev.go │ ├── ex-intro │ │ ├── .gitempty │ │ └── ex-doc.tex │ ├── fig │ │ ├── Makefile │ │ ├── array-vs-slice.pdf │ │ ├── array-vs-slice.svg │ │ ├── avatar-miekg-300x300.jpg │ │ ├── bpi-accessories.pdf │ │ ├── bpi-accessories.svg │ │ ├── bpi-rear.pdf │ │ ├── bpi-rear.svg │ │ ├── bpi-top.pdf │ │ ├── bpi-top.svg │ │ ├── function.tex │ │ ├── gcep-history.pdf │ │ ├── gcep-history.svg │ │ ├── gcep010.jpg │ │ ├── go-history.pdf │ │ ├── go-history.svg │ │ ├── pointers.pdf │ │ ├── pointers.svg │ │ ├── reflection.pdf │ │ ├── reflection.svg │ │ ├── reflection.tex │ │ ├── scope1.tex │ │ ├── scope2.tex │ │ ├── scope3.tex │ │ ├── stack.pdf │ │ └── stack.svg │ ├── gce-console.tex │ ├── gcelib.tex │ ├── gcetoolsets.tex │ ├── gettingstarted.tex │ ├── go_kindle.tex │ ├── libreswan.bib │ ├── memoir-test.pdf │ ├── memoir-test.tex │ ├── metapost │ │ ├── Makefile │ │ └── stars.mp │ ├── msi.tex │ ├── nits-contributors.tex │ ├── pi.bib │ ├── pkg-comp.cfg │ ├── pkg-comp.pl │ ├── pkg-comp.xml │ ├── pkg.tex │ ├── preface.tex │ ├── scripts │ │ ├── bananapi_defconfig │ │ ├── bpcombine.patch │ │ ├── build_kernelbpi.sh │ │ └── build_kernelbpi.sh~ │ ├── setup.tex │ ├── src │ │ ├── anon-func.go │ │ ├── array-and-slices.2.go │ │ ├── array-and-slices.go │ │ ├── buffile.go │ │ ├── callback.go │ │ ├── centos-x-desktop-xrdp.bash │ │ ├── dd-sdc.bash │ │ ├── drbd-centos.txt │ │ ├── even.go │ │ ├── even_test.go │ │ ├── fdisk-l.bash │ │ ├── fdisk-sdc.bash │ │ ├── file.go │ │ ├── go │ │ │ └── readme.txt │ │ ├── hello-2.7.sb-db.xml │ │ ├── helloworld.go │ │ ├── install-books-pkg.bash │ │ ├── install.bash │ │ ├── listimages.txt │ │ ├── myeven.go │ │ ├── parted-adjust-root.bash │ │ ├── pbutils-help.txt │ │ ├── pbutils │ │ │ ├── depot-db.dtd │ │ │ ├── gen-pb-db.1 │ │ │ ├── gen-pkg-db.1 │ │ │ ├── pb-db.dtd │ │ │ ├── pb-db.xml │ │ │ ├── pb.1 │ │ │ └── pbutils.conf │ │ ├── pkgutils-help.txt │ │ ├── pkgutils16 │ │ │ ├── chk-pkg-updates.1 │ │ │ ├── pkg-info.1 │ │ │ ├── pkg-inst.1 │ │ │ ├── pkg-links.1 │ │ │ ├── pkg-rm.1 │ │ │ └── share │ │ │ │ ├── depot-db.dtd │ │ │ │ ├── pkg-db.dtd │ │ │ │ └── pkg-db.dtd.txt │ │ ├── python │ │ │ └── readme.txt │ │ ├── sbutils-help.txt │ │ ├── sbutils │ │ │ ├── depot-db.dtd │ │ │ ├── depot-db.xml │ │ │ ├── sb-db.dtd │ │ │ ├── sb-db.xml │ │ │ ├── sb.txt │ │ │ └── sbutils.conf │ │ ├── scope.go │ │ ├── scope2.go │ │ ├── scope3.go │ │ ├── shell │ │ │ └── readme.txt │ │ ├── short.go │ │ ├── sleep-chan.go │ │ ├── sleep.go │ │ ├── stack.go │ │ ├── struct.go │ │ ├── types.go │ │ ├── ubuntu-desktop-xrdp.bash │ │ ├── untar-rpm-install-sb.bash │ │ └── untar-rpm-install-sb.txt │ ├── tab │ │ ├── Makefile │ │ ├── comparsion-landscape.tex │ │ ├── comparsion-portrait.tex │ │ ├── comparsion.tex │ │ ├── conversion.tex │ │ ├── example.tex │ │ ├── functions.tex │ │ ├── keywords.tex │ │ ├── pm-comparsion.tex │ │ ├── pmcommands.tex │ │ ├── precedence.tex │ │ └── sideway.tex │ ├── tjyang-chinese-name.txt │ └── todo.tex └── bpi-en │ ├── Changelog │ ├── Makefile │ ├── README.mkd │ ├── about-author.tex │ ├── basics.tex │ ├── bin │ ├── go-lstinputlisting.pl │ └── go-lstlisting.pl │ ├── blocksbook.cls │ ├── bpi.pdf │ ├── bpi.tex │ ├── cc-license.tex │ ├── coderemarks.sty │ ├── colophon.tex │ ├── contributors.tex │ ├── creative_commons │ ├── Makefile │ ├── cc_by_30.pdf │ ├── cc_by_30.svg │ ├── cc_cc_30.pdf │ ├── cc_cc_30.svg │ ├── cc_dev_nations_30.pdf │ ├── cc_dev_nations_30.svg │ ├── cc_nc_30.pdf │ ├── cc_nc_30.svg │ ├── cc_nd_30.pdf │ ├── cc_nd_30.svg │ ├── cc_pd_30.pdf │ ├── cc_pd_30.svg │ ├── cc_sa_30.pdf │ ├── cc_sa_30.svg │ ├── cc_sampling_30.pdf │ ├── cc_sampling_30.svg │ ├── cc_sampling_plus_30.pdf │ └── cc_sampling_plus_30.svg │ ├── dia │ ├── ClusterWAN.dia │ ├── ClusterWAN.pdf │ ├── EnterprizeHobbit.dia │ ├── EnterprizeHobbit.pdf │ ├── ExistingOneNodeLooselyCpupledClusterWAN.dia │ ├── ExistingOneNodeLooselyCpupledClusterWAN.pdf │ ├── HALAN.dia │ ├── HALAN.pdf │ ├── HobbitDataPatching.dia │ ├── HobbitDataPatching.pdf │ ├── HobbitDataZFSFailover.dia │ ├── HobbitDataZFSFailover.pdf │ ├── Makefile │ ├── OneNodeClusterPairWAN.dia │ ├── OneNodeClusterPairWAN.pdf │ ├── OneNodeClusterWAN.dia │ ├── OneNodeClusterWAN.pdf │ ├── OneNodeLooselyCpupledClusterWAN.dia │ ├── OneNodeLooselyCpupledClusterWAN.pdf │ ├── TwoNodeLooselyCpupledClusterWAN-NAS.dia │ ├── TwoNodeLooselyCpupledClusterWAN-NAS.pdf │ ├── TwoNodeLooselyCpupledClusterWAN-RRDpatching.dia │ ├── TwoNodeLooselyCpupledClusterWAN-RRDpatching.pdf │ ├── TwoNodeLooselyCpupledClusterWAN.dia │ ├── TwoNodeLooselyCpupledClusterWAN.pdf │ ├── TwoNodesClusterLAN.dia │ ├── TwoNodesClusterLAN.pdf │ ├── TwoNodesClusterPairWAN.dia │ ├── TwoNodesClusterPairWAN.pdf │ ├── TwoNodesClusterWAN.dia │ ├── TwoNodesClusterWAN.pdf │ ├── TwoNodesTightlyCpupledClusterLAN.dia │ ├── TwoNodesTightlyCpupledClusterLAN.pdf │ ├── VictorStinnerAutotools.dia │ ├── VictorStinnerAutotools.pdf │ ├── WAN-failover-doublecheck.dia │ ├── WAN-failover-doublecheck.pdf │ ├── WAN-failover-master-standby-general.dia │ ├── WAN-failover-master-standby-general.pdf │ ├── WAN-failover-master-standby.dia │ ├── WAN-failover-master-standby.pdf │ ├── WAN-failover.dia │ ├── WAN-failover.pdf │ ├── Xymon-Arch.dia │ ├── Xymon-Arch.pdf │ ├── Xymon-Server.dia │ ├── Xymon-Server.pdf │ ├── XymonClient.dia │ ├── XymonClient.pdf │ ├── autotool.dia │ ├── autotool.pdf │ ├── bookmaking.dia │ ├── bookmaking.pdf │ ├── cloud-solutions.dot │ ├── cloud-solutions.png │ ├── gce-host-network-vpn.dia │ ├── gce-host-network-vpn.pdf │ ├── gce-interanet.dia │ ├── gce-interanet.pdf │ ├── gce-network-network-vpn-drbd.dia │ ├── gce-network-network-vpn-drbd.pdf │ ├── gce-network-network-vpn.dia │ ├── gce-network-network-vpn.pdf │ ├── gce-ssh-vpn.dia │ ├── gce-ssh-vpn.pdf │ ├── gce-xymon-failover-drbd.dia │ ├── gce-xymon-failover-drbd.pdf │ ├── hobbit-ha-wan-SEAMLESS_Proposal.dia │ ├── hobbit-ha-wan-SEAMLESS_Proposal.pdf │ ├── network-2-computers.dia │ ├── network-2-computers.pdf │ ├── pms.dot │ ├── pms.png │ ├── sbutils.dia │ ├── sbutils.pdf │ ├── testcase1.dia │ ├── testcase1.pdf │ ├── tww-tools.dia │ ├── tww-tools.pdf │ ├── unix.dot │ ├── unix.png │ ├── xymon-client.dia │ ├── xymon-client.pdf │ ├── xymon-daemons-clustering.dia │ ├── xymon-daemons-clustering.pdf │ ├── xymon-daemons.dia │ ├── xymon-daemons.pdf │ ├── xymonasset.dia │ └── xymonasset.pdf │ ├── draft.tex │ ├── fig │ ├── Makefile │ ├── array-vs-slice.pdf │ ├── array-vs-slice.svg │ ├── avatar-miekg-300x300.jpg │ ├── bpi-accessories.pdf │ ├── bpi-accessories.svg │ ├── bpi-rear.pdf │ ├── bpi-rear.svg │ ├── bpi-top.pdf │ ├── bpi-top.svg │ ├── function.tex │ ├── gcep-history.pdf │ ├── gcep-history.svg │ ├── gcep010.jpg │ ├── go-history.pdf │ ├── go-history.svg │ ├── pointers.pdf │ ├── pointers.svg │ ├── reflection.pdf │ ├── reflection.svg │ ├── reflection.tex │ ├── scope1.tex │ ├── scope2.tex │ ├── scope3.tex │ ├── stack.pdf │ └── stack.svg │ ├── gettingstarted.tex │ ├── metapost │ ├── Makefile │ └── stars.mp │ ├── nits-contributors.tex │ ├── pi.bib │ ├── pkg.tex │ ├── preface.tex │ ├── scripts │ ├── bananapi_defconfig │ ├── bpcombine.patch │ ├── build_kernelbpi.sh │ └── build_kernelbpi.sh~ │ ├── setup.tex │ ├── src │ ├── anon-func.go │ ├── array-and-slices.2.go │ ├── array-and-slices.go │ ├── buffile.go │ ├── callback.go │ ├── centos-x-desktop-xrdp.bash │ ├── dd-sdc.bash │ ├── drbd-centos.txt │ ├── even.go │ ├── even_test.go │ ├── fdisk-l.bash │ ├── fdisk-sdc.bash │ ├── file.go │ ├── go │ │ └── readme.txt │ ├── hello-2.7.sb-db.xml │ ├── helloworld.go │ ├── install-books-pkg.bash │ ├── install.bash │ ├── listimages.txt │ ├── myeven.go │ ├── parted-adjust-root.bash │ ├── pbutils-help.txt │ ├── pbutils │ │ ├── depot-db.dtd │ │ ├── gen-pb-db.1 │ │ ├── gen-pkg-db.1 │ │ ├── pb-db.dtd │ │ ├── pb-db.xml │ │ ├── pb.1 │ │ └── pbutils.conf │ ├── pkgutils-help.txt │ ├── pkgutils16 │ │ ├── chk-pkg-updates.1 │ │ ├── pkg-info.1 │ │ ├── pkg-inst.1 │ │ ├── pkg-links.1 │ │ ├── pkg-rm.1 │ │ └── share │ │ │ ├── depot-db.dtd │ │ │ ├── pkg-db.dtd │ │ │ └── pkg-db.dtd.txt │ ├── python │ │ └── readme.txt │ ├── sbutils-help.txt │ ├── sbutils │ │ ├── depot-db.dtd │ │ ├── depot-db.xml │ │ ├── sb-db.dtd │ │ ├── sb-db.xml │ │ ├── sb.txt │ │ └── sbutils.conf │ ├── scope.go │ ├── scope2.go │ ├── scope3.go │ ├── shell │ │ └── readme.txt │ ├── short.go │ ├── sleep-chan.go │ ├── sleep.go │ ├── stack.go │ ├── struct.go │ ├── types.go │ ├── ubuntu-desktop-xrdp.bash │ ├── untar-rpm-install-sb.bash │ └── untar-rpm-install-sb.txt │ ├── tab │ ├── Makefile │ ├── comparsion-landscape.tex │ ├── comparsion-portrait.tex │ ├── comparsion.tex │ ├── conversion.tex │ ├── example.tex │ ├── functions.tex │ ├── keywords.tex │ ├── pm-comparsion.tex │ ├── pmcommands.tex │ ├── precedence.tex │ └── sideway.tex │ └── test │ └── memoir-test.tex ├── lib ├── gdata1.py ├── gitconfig-template ├── googlecode_upload.py ├── install-tex.bash ├── netrc.template ├── systype ├── systype.old ├── systype.pb.tww ├── systype.pb11.tww.orig ├── systype.pkgutil16.tww ├── systype.pkgutil16.tww.orig ├── systype.sb.tww ├── systype.sb13.tww.orig └── upload.bash └── osmkfiles ├── Makefile.i686-ubuntu-12.04 ├── Makefile.linux.common ├── Makefile.perl-modules ├── Makefile.solaris.common ├── Makefile.x86_64-apple-darwin ├── Makefile.x86_64-apple-darwin11.4.0 ├── Makefile.x86_64-apple-darwin11.4.2 ├── Makefile.x86_64-apple-darwin12.2.1 ├── Makefile.x86_64-centos-linuxe6 ├── Makefile.x86_64-redhat-linuxe6 ├── Makefile.x86_64-ubuntu-12.04 ├── Makefile.x86_64-ubuntu-12.10 ├── android └── Makefile ├── debian └── Makefile └── fedora └── Makefile /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/.gitignore -------------------------------------------------------------------------------- /HowToBuild_BPi_image.en.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/HowToBuild_BPi_image.en.txt -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/README.md -------------------------------------------------------------------------------- /books/bpi-ch/Changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/Changelog -------------------------------------------------------------------------------- /books/bpi-ch/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/Makefile -------------------------------------------------------------------------------- /books/bpi-ch/README.mkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/README.mkd -------------------------------------------------------------------------------- /books/bpi-ch/about-author.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/about-author.tex -------------------------------------------------------------------------------- /books/bpi-ch/basics.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/basics.tex -------------------------------------------------------------------------------- /books/bpi-ch/bin/go-lstinputlisting.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/bin/go-lstinputlisting.pl -------------------------------------------------------------------------------- /books/bpi-ch/bin/go-lstlisting.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/bin/go-lstlisting.pl -------------------------------------------------------------------------------- /books/bpi-ch/blocksbook.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/blocksbook.cls -------------------------------------------------------------------------------- /books/bpi-ch/book.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/book.bib -------------------------------------------------------------------------------- /books/bpi-ch/bpi.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/bpi.tex -------------------------------------------------------------------------------- /books/bpi-ch/cc-license.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/cc-license.tex -------------------------------------------------------------------------------- /books/bpi-ch/chinese/bpi.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/chinese/bpi.tex -------------------------------------------------------------------------------- /books/bpi-ch/chinese/chinese-t3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/chinese/chinese-t3.tex -------------------------------------------------------------------------------- /books/bpi-ch/chinese/chinese-test.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/chinese/chinese-test.pdf -------------------------------------------------------------------------------- /books/bpi-ch/chinese/chinese-test.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/chinese/chinese-test.tex -------------------------------------------------------------------------------- /books/bpi-ch/chinese/chinese-test2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/chinese/chinese-test2.tex -------------------------------------------------------------------------------- /books/bpi-ch/coderemarks.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/coderemarks.sty -------------------------------------------------------------------------------- /books/bpi-ch/colophon.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/colophon.tex -------------------------------------------------------------------------------- /books/bpi-ch/contributors.tex: -------------------------------------------------------------------------------- 1 | \emph{T.J. Yang} 2 | -------------------------------------------------------------------------------- /books/bpi-ch/creative_commons/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/creative_commons/Makefile -------------------------------------------------------------------------------- /books/bpi-ch/creative_commons/cc_by_30.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/creative_commons/cc_by_30.pdf -------------------------------------------------------------------------------- /books/bpi-ch/creative_commons/cc_by_30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/creative_commons/cc_by_30.svg -------------------------------------------------------------------------------- /books/bpi-ch/creative_commons/cc_cc_30.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/creative_commons/cc_cc_30.pdf -------------------------------------------------------------------------------- /books/bpi-ch/creative_commons/cc_cc_30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/creative_commons/cc_cc_30.svg -------------------------------------------------------------------------------- /books/bpi-ch/creative_commons/cc_dev_nations_30.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/creative_commons/cc_dev_nations_30.pdf -------------------------------------------------------------------------------- /books/bpi-ch/creative_commons/cc_dev_nations_30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/creative_commons/cc_dev_nations_30.svg -------------------------------------------------------------------------------- /books/bpi-ch/creative_commons/cc_nc_30.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/creative_commons/cc_nc_30.pdf -------------------------------------------------------------------------------- /books/bpi-ch/creative_commons/cc_nc_30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/creative_commons/cc_nc_30.svg -------------------------------------------------------------------------------- /books/bpi-ch/creative_commons/cc_nd_30.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/creative_commons/cc_nd_30.pdf -------------------------------------------------------------------------------- /books/bpi-ch/creative_commons/cc_nd_30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/creative_commons/cc_nd_30.svg -------------------------------------------------------------------------------- /books/bpi-ch/creative_commons/cc_pd_30.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/creative_commons/cc_pd_30.pdf -------------------------------------------------------------------------------- /books/bpi-ch/creative_commons/cc_pd_30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/creative_commons/cc_pd_30.svg -------------------------------------------------------------------------------- /books/bpi-ch/creative_commons/cc_sa_30.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/creative_commons/cc_sa_30.pdf -------------------------------------------------------------------------------- /books/bpi-ch/creative_commons/cc_sa_30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/creative_commons/cc_sa_30.svg -------------------------------------------------------------------------------- /books/bpi-ch/creative_commons/cc_sampling_30.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/creative_commons/cc_sampling_30.pdf -------------------------------------------------------------------------------- /books/bpi-ch/creative_commons/cc_sampling_30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/creative_commons/cc_sampling_30.svg -------------------------------------------------------------------------------- /books/bpi-ch/creative_commons/cc_sampling_plus_30.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/creative_commons/cc_sampling_plus_30.pdf -------------------------------------------------------------------------------- /books/bpi-ch/creative_commons/cc_sampling_plus_30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/creative_commons/cc_sampling_plus_30.svg -------------------------------------------------------------------------------- /books/bpi-ch/dia/ClusterWAN.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/ClusterWAN.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/ClusterWAN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/ClusterWAN.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/EnterprizeHobbit.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/EnterprizeHobbit.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/EnterprizeHobbit.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/EnterprizeHobbit.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/ExistingOneNodeLooselyCpupledClusterWAN.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/ExistingOneNodeLooselyCpupledClusterWAN.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/ExistingOneNodeLooselyCpupledClusterWAN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/ExistingOneNodeLooselyCpupledClusterWAN.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/HALAN.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/HALAN.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/HALAN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/HALAN.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/HobbitDataPatching.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/HobbitDataPatching.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/HobbitDataPatching.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/HobbitDataPatching.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/HobbitDataZFSFailover.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/HobbitDataZFSFailover.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/HobbitDataZFSFailover.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/HobbitDataZFSFailover.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/Makefile -------------------------------------------------------------------------------- /books/bpi-ch/dia/OneNodeClusterPairWAN.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/OneNodeClusterPairWAN.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/OneNodeClusterPairWAN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/OneNodeClusterPairWAN.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/OneNodeClusterWAN.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/OneNodeClusterWAN.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/OneNodeClusterWAN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/OneNodeClusterWAN.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/OneNodeLooselyCpupledClusterWAN.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/OneNodeLooselyCpupledClusterWAN.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/OneNodeLooselyCpupledClusterWAN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/OneNodeLooselyCpupledClusterWAN.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/TwoNodeLooselyCpupledClusterWAN-NAS.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/TwoNodeLooselyCpupledClusterWAN-NAS.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/TwoNodeLooselyCpupledClusterWAN-NAS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/TwoNodeLooselyCpupledClusterWAN-NAS.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/TwoNodeLooselyCpupledClusterWAN-RRDpatching.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/TwoNodeLooselyCpupledClusterWAN-RRDpatching.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/TwoNodeLooselyCpupledClusterWAN-RRDpatching.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/TwoNodeLooselyCpupledClusterWAN-RRDpatching.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/TwoNodeLooselyCpupledClusterWAN.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/TwoNodeLooselyCpupledClusterWAN.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/TwoNodeLooselyCpupledClusterWAN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/TwoNodeLooselyCpupledClusterWAN.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/TwoNodesClusterLAN.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/TwoNodesClusterLAN.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/TwoNodesClusterLAN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/TwoNodesClusterLAN.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/TwoNodesClusterPairWAN.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/TwoNodesClusterPairWAN.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/TwoNodesClusterPairWAN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/TwoNodesClusterPairWAN.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/TwoNodesClusterWAN.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/TwoNodesClusterWAN.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/TwoNodesClusterWAN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/TwoNodesClusterWAN.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/TwoNodesTightlyCpupledClusterLAN.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/TwoNodesTightlyCpupledClusterLAN.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/TwoNodesTightlyCpupledClusterLAN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/TwoNodesTightlyCpupledClusterLAN.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/VictorStinnerAutotools.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/VictorStinnerAutotools.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/VictorStinnerAutotools.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/VictorStinnerAutotools.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/WAN-failover-doublecheck.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/WAN-failover-doublecheck.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/WAN-failover-doublecheck.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/WAN-failover-doublecheck.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/WAN-failover-master-standby-general.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/WAN-failover-master-standby-general.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/WAN-failover-master-standby-general.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/WAN-failover-master-standby-general.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/WAN-failover-master-standby.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/WAN-failover-master-standby.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/WAN-failover-master-standby.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/WAN-failover-master-standby.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/WAN-failover.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/WAN-failover.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/WAN-failover.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/WAN-failover.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/Xymon-Arch.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/Xymon-Arch.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/Xymon-Arch.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/Xymon-Arch.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/Xymon-Server.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/Xymon-Server.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/Xymon-Server.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/Xymon-Server.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/XymonClient.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/XymonClient.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/XymonClient.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/XymonClient.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/autotool.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/autotool.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/autotool.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/autotool.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/bookmaking.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/bookmaking.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/bookmaking.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/bookmaking.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/cloud-solutions.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/cloud-solutions.dot -------------------------------------------------------------------------------- /books/bpi-ch/dia/cloud-solutions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/cloud-solutions.png -------------------------------------------------------------------------------- /books/bpi-ch/dia/gce-host-network-vpn.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/gce-host-network-vpn.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/gce-host-network-vpn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/gce-host-network-vpn.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/gce-interanet.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/gce-interanet.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/gce-interanet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/gce-interanet.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/gce-network-network-vpn-drbd.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/gce-network-network-vpn-drbd.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/gce-network-network-vpn-drbd.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/gce-network-network-vpn-drbd.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/gce-network-network-vpn.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/gce-network-network-vpn.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/gce-network-network-vpn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/gce-network-network-vpn.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/gce-ssh-vpn.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/gce-ssh-vpn.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/gce-ssh-vpn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/gce-ssh-vpn.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/gce-xymon-failover-drbd.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/gce-xymon-failover-drbd.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/gce-xymon-failover-drbd.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/gce-xymon-failover-drbd.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/hobbit-ha-wan-SEAMLESS_Proposal.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/hobbit-ha-wan-SEAMLESS_Proposal.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/hobbit-ha-wan-SEAMLESS_Proposal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/hobbit-ha-wan-SEAMLESS_Proposal.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/network-2-computers.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/network-2-computers.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/network-2-computers.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/network-2-computers.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/pms.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/pms.dot -------------------------------------------------------------------------------- /books/bpi-ch/dia/pms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/pms.png -------------------------------------------------------------------------------- /books/bpi-ch/dia/sbutils.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/sbutils.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/sbutils.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/sbutils.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/testcase1.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/testcase1.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/testcase1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/testcase1.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/tww-tools.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/tww-tools.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/tww-tools.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/tww-tools.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/unix.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/unix.dot -------------------------------------------------------------------------------- /books/bpi-ch/dia/unix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/unix.png -------------------------------------------------------------------------------- /books/bpi-ch/dia/xymon-client.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/xymon-client.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/xymon-client.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/xymon-client.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/xymon-daemons-clustering.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/xymon-daemons-clustering.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/xymon-daemons-clustering.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/xymon-daemons-clustering.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/xymon-daemons.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/xymon-daemons.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/xymon-daemons.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/xymon-daemons.pdf -------------------------------------------------------------------------------- /books/bpi-ch/dia/xymonasset.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/xymonasset.dia -------------------------------------------------------------------------------- /books/bpi-ch/dia/xymonasset.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/dia/xymonasset.pdf -------------------------------------------------------------------------------- /books/bpi-ch/diagrams.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/diagrams.tex -------------------------------------------------------------------------------- /books/bpi-ch/draft.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/draft.tex -------------------------------------------------------------------------------- /books/bpi-ch/ex-basics/ex-average-no-func.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/ex-basics/ex-average-no-func.tex -------------------------------------------------------------------------------- /books/bpi-ch/ex-basics/ex-fizzbuzz.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/ex-basics/ex-fizzbuzz.tex -------------------------------------------------------------------------------- /books/bpi-ch/ex-basics/ex-for.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/ex-basics/ex-for.tex -------------------------------------------------------------------------------- /books/bpi-ch/ex-basics/ex-strings.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/ex-basics/ex-strings.tex -------------------------------------------------------------------------------- /books/bpi-ch/ex-basics/src/fizzbuzz.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/ex-basics/src/fizzbuzz.go -------------------------------------------------------------------------------- /books/bpi-ch/ex-basics/src/for-arr.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/ex-basics/src/for-arr.go -------------------------------------------------------------------------------- /books/bpi-ch/ex-basics/src/for.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/ex-basics/src/for.go -------------------------------------------------------------------------------- /books/bpi-ch/ex-basics/src/string1.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/ex-basics/src/string1.go -------------------------------------------------------------------------------- /books/bpi-ch/ex-basics/src/string2.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/ex-basics/src/string2.go -------------------------------------------------------------------------------- /books/bpi-ch/ex-basics/src/stringrev.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/ex-basics/src/stringrev.go -------------------------------------------------------------------------------- /books/bpi-ch/ex-intro/.gitempty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /books/bpi-ch/ex-intro/ex-doc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/ex-intro/ex-doc.tex -------------------------------------------------------------------------------- /books/bpi-ch/fig/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/Makefile -------------------------------------------------------------------------------- /books/bpi-ch/fig/array-vs-slice.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/array-vs-slice.pdf -------------------------------------------------------------------------------- /books/bpi-ch/fig/array-vs-slice.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/array-vs-slice.svg -------------------------------------------------------------------------------- /books/bpi-ch/fig/avatar-miekg-300x300.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/avatar-miekg-300x300.jpg -------------------------------------------------------------------------------- /books/bpi-ch/fig/bpi-accessories.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/bpi-accessories.pdf -------------------------------------------------------------------------------- /books/bpi-ch/fig/bpi-accessories.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/bpi-accessories.svg -------------------------------------------------------------------------------- /books/bpi-ch/fig/bpi-rear.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/bpi-rear.pdf -------------------------------------------------------------------------------- /books/bpi-ch/fig/bpi-rear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/bpi-rear.svg -------------------------------------------------------------------------------- /books/bpi-ch/fig/bpi-top.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/bpi-top.pdf -------------------------------------------------------------------------------- /books/bpi-ch/fig/bpi-top.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/bpi-top.svg -------------------------------------------------------------------------------- /books/bpi-ch/fig/function.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/function.tex -------------------------------------------------------------------------------- /books/bpi-ch/fig/gcep-history.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/gcep-history.pdf -------------------------------------------------------------------------------- /books/bpi-ch/fig/gcep-history.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/gcep-history.svg -------------------------------------------------------------------------------- /books/bpi-ch/fig/gcep010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/gcep010.jpg -------------------------------------------------------------------------------- /books/bpi-ch/fig/go-history.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/go-history.pdf -------------------------------------------------------------------------------- /books/bpi-ch/fig/go-history.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/go-history.svg -------------------------------------------------------------------------------- /books/bpi-ch/fig/pointers.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/pointers.pdf -------------------------------------------------------------------------------- /books/bpi-ch/fig/pointers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/pointers.svg -------------------------------------------------------------------------------- /books/bpi-ch/fig/reflection.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/reflection.pdf -------------------------------------------------------------------------------- /books/bpi-ch/fig/reflection.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/reflection.svg -------------------------------------------------------------------------------- /books/bpi-ch/fig/reflection.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/reflection.tex -------------------------------------------------------------------------------- /books/bpi-ch/fig/scope1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/scope1.tex -------------------------------------------------------------------------------- /books/bpi-ch/fig/scope2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/scope2.tex -------------------------------------------------------------------------------- /books/bpi-ch/fig/scope3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/scope3.tex -------------------------------------------------------------------------------- /books/bpi-ch/fig/stack.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/stack.pdf -------------------------------------------------------------------------------- /books/bpi-ch/fig/stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/fig/stack.svg -------------------------------------------------------------------------------- /books/bpi-ch/gce-console.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/gce-console.tex -------------------------------------------------------------------------------- /books/bpi-ch/gcelib.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/gcelib.tex -------------------------------------------------------------------------------- /books/bpi-ch/gcetoolsets.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/gcetoolsets.tex -------------------------------------------------------------------------------- /books/bpi-ch/gettingstarted.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/gettingstarted.tex -------------------------------------------------------------------------------- /books/bpi-ch/go_kindle.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/go_kindle.tex -------------------------------------------------------------------------------- /books/bpi-ch/libreswan.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/libreswan.bib -------------------------------------------------------------------------------- /books/bpi-ch/memoir-test.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/memoir-test.pdf -------------------------------------------------------------------------------- /books/bpi-ch/memoir-test.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/memoir-test.tex -------------------------------------------------------------------------------- /books/bpi-ch/metapost/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/metapost/Makefile -------------------------------------------------------------------------------- /books/bpi-ch/metapost/stars.mp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/metapost/stars.mp -------------------------------------------------------------------------------- /books/bpi-ch/msi.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/msi.tex -------------------------------------------------------------------------------- /books/bpi-ch/nits-contributors.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/nits-contributors.tex -------------------------------------------------------------------------------- /books/bpi-ch/pi.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/pi.bib -------------------------------------------------------------------------------- /books/bpi-ch/pkg-comp.cfg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /books/bpi-ch/pkg-comp.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/pkg-comp.pl -------------------------------------------------------------------------------- /books/bpi-ch/pkg-comp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/pkg-comp.xml -------------------------------------------------------------------------------- /books/bpi-ch/pkg.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/pkg.tex -------------------------------------------------------------------------------- /books/bpi-ch/preface.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/preface.tex -------------------------------------------------------------------------------- /books/bpi-ch/scripts/bananapi_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/scripts/bananapi_defconfig -------------------------------------------------------------------------------- /books/bpi-ch/scripts/bpcombine.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/scripts/bpcombine.patch -------------------------------------------------------------------------------- /books/bpi-ch/scripts/build_kernelbpi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/scripts/build_kernelbpi.sh -------------------------------------------------------------------------------- /books/bpi-ch/scripts/build_kernelbpi.sh~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/scripts/build_kernelbpi.sh~ -------------------------------------------------------------------------------- /books/bpi-ch/setup.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/setup.tex -------------------------------------------------------------------------------- /books/bpi-ch/src/anon-func.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/anon-func.go -------------------------------------------------------------------------------- /books/bpi-ch/src/array-and-slices.2.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/array-and-slices.2.go -------------------------------------------------------------------------------- /books/bpi-ch/src/array-and-slices.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/array-and-slices.go -------------------------------------------------------------------------------- /books/bpi-ch/src/buffile.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/buffile.go -------------------------------------------------------------------------------- /books/bpi-ch/src/callback.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/callback.go -------------------------------------------------------------------------------- /books/bpi-ch/src/centos-x-desktop-xrdp.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/centos-x-desktop-xrdp.bash -------------------------------------------------------------------------------- /books/bpi-ch/src/dd-sdc.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/dd-sdc.bash -------------------------------------------------------------------------------- /books/bpi-ch/src/drbd-centos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/drbd-centos.txt -------------------------------------------------------------------------------- /books/bpi-ch/src/even.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/even.go -------------------------------------------------------------------------------- /books/bpi-ch/src/even_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/even_test.go -------------------------------------------------------------------------------- /books/bpi-ch/src/fdisk-l.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/fdisk-l.bash -------------------------------------------------------------------------------- /books/bpi-ch/src/fdisk-sdc.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/fdisk-sdc.bash -------------------------------------------------------------------------------- /books/bpi-ch/src/file.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/file.go -------------------------------------------------------------------------------- /books/bpi-ch/src/go/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/go/readme.txt -------------------------------------------------------------------------------- /books/bpi-ch/src/hello-2.7.sb-db.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/hello-2.7.sb-db.xml -------------------------------------------------------------------------------- /books/bpi-ch/src/helloworld.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/helloworld.go -------------------------------------------------------------------------------- /books/bpi-ch/src/install-books-pkg.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/install-books-pkg.bash -------------------------------------------------------------------------------- /books/bpi-ch/src/install.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/install.bash -------------------------------------------------------------------------------- /books/bpi-ch/src/listimages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/listimages.txt -------------------------------------------------------------------------------- /books/bpi-ch/src/myeven.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/myeven.go -------------------------------------------------------------------------------- /books/bpi-ch/src/parted-adjust-root.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/parted-adjust-root.bash -------------------------------------------------------------------------------- /books/bpi-ch/src/pbutils-help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/pbutils-help.txt -------------------------------------------------------------------------------- /books/bpi-ch/src/pbutils/depot-db.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/pbutils/depot-db.dtd -------------------------------------------------------------------------------- /books/bpi-ch/src/pbutils/gen-pb-db.1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /books/bpi-ch/src/pbutils/gen-pkg-db.1: -------------------------------------------------------------------------------- 1 | empty 2 | -------------------------------------------------------------------------------- /books/bpi-ch/src/pbutils/pb-db.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/pbutils/pb-db.dtd -------------------------------------------------------------------------------- /books/bpi-ch/src/pbutils/pb-db.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/pbutils/pb-db.xml -------------------------------------------------------------------------------- /books/bpi-ch/src/pbutils/pb.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/pbutils/pb.1 -------------------------------------------------------------------------------- /books/bpi-ch/src/pbutils/pbutils.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/pbutils/pbutils.conf -------------------------------------------------------------------------------- /books/bpi-ch/src/pkgutils-help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/pkgutils-help.txt -------------------------------------------------------------------------------- /books/bpi-ch/src/pkgutils16/chk-pkg-updates.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/pkgutils16/chk-pkg-updates.1 -------------------------------------------------------------------------------- /books/bpi-ch/src/pkgutils16/pkg-info.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/pkgutils16/pkg-info.1 -------------------------------------------------------------------------------- /books/bpi-ch/src/pkgutils16/pkg-inst.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/pkgutils16/pkg-inst.1 -------------------------------------------------------------------------------- /books/bpi-ch/src/pkgutils16/pkg-links.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/pkgutils16/pkg-links.1 -------------------------------------------------------------------------------- /books/bpi-ch/src/pkgutils16/pkg-rm.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/pkgutils16/pkg-rm.1 -------------------------------------------------------------------------------- /books/bpi-ch/src/pkgutils16/share/depot-db.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/pkgutils16/share/depot-db.dtd -------------------------------------------------------------------------------- /books/bpi-ch/src/pkgutils16/share/pkg-db.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/pkgutils16/share/pkg-db.dtd -------------------------------------------------------------------------------- /books/bpi-ch/src/pkgutils16/share/pkg-db.dtd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/pkgutils16/share/pkg-db.dtd.txt -------------------------------------------------------------------------------- /books/bpi-ch/src/python/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/python/readme.txt -------------------------------------------------------------------------------- /books/bpi-ch/src/sbutils-help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/sbutils-help.txt -------------------------------------------------------------------------------- /books/bpi-ch/src/sbutils/depot-db.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/sbutils/depot-db.dtd -------------------------------------------------------------------------------- /books/bpi-ch/src/sbutils/depot-db.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/sbutils/depot-db.xml -------------------------------------------------------------------------------- /books/bpi-ch/src/sbutils/sb-db.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/sbutils/sb-db.dtd -------------------------------------------------------------------------------- /books/bpi-ch/src/sbutils/sb-db.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/sbutils/sb-db.xml -------------------------------------------------------------------------------- /books/bpi-ch/src/sbutils/sb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/sbutils/sb.txt -------------------------------------------------------------------------------- /books/bpi-ch/src/sbutils/sbutils.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/sbutils/sbutils.conf -------------------------------------------------------------------------------- /books/bpi-ch/src/scope.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/scope.go -------------------------------------------------------------------------------- /books/bpi-ch/src/scope2.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/scope2.go -------------------------------------------------------------------------------- /books/bpi-ch/src/scope3.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/scope3.go -------------------------------------------------------------------------------- /books/bpi-ch/src/shell/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/shell/readme.txt -------------------------------------------------------------------------------- /books/bpi-ch/src/short.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/short.go -------------------------------------------------------------------------------- /books/bpi-ch/src/sleep-chan.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/sleep-chan.go -------------------------------------------------------------------------------- /books/bpi-ch/src/sleep.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/sleep.go -------------------------------------------------------------------------------- /books/bpi-ch/src/stack.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/stack.go -------------------------------------------------------------------------------- /books/bpi-ch/src/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/struct.go -------------------------------------------------------------------------------- /books/bpi-ch/src/types.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/types.go -------------------------------------------------------------------------------- /books/bpi-ch/src/ubuntu-desktop-xrdp.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/ubuntu-desktop-xrdp.bash -------------------------------------------------------------------------------- /books/bpi-ch/src/untar-rpm-install-sb.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/untar-rpm-install-sb.bash -------------------------------------------------------------------------------- /books/bpi-ch/src/untar-rpm-install-sb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/src/untar-rpm-install-sb.txt -------------------------------------------------------------------------------- /books/bpi-ch/tab/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/tab/Makefile -------------------------------------------------------------------------------- /books/bpi-ch/tab/comparsion-landscape.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/tab/comparsion-landscape.tex -------------------------------------------------------------------------------- /books/bpi-ch/tab/comparsion-portrait.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/tab/comparsion-portrait.tex -------------------------------------------------------------------------------- /books/bpi-ch/tab/comparsion.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/tab/comparsion.tex -------------------------------------------------------------------------------- /books/bpi-ch/tab/conversion.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/tab/conversion.tex -------------------------------------------------------------------------------- /books/bpi-ch/tab/example.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/tab/example.tex -------------------------------------------------------------------------------- /books/bpi-ch/tab/functions.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/tab/functions.tex -------------------------------------------------------------------------------- /books/bpi-ch/tab/keywords.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/tab/keywords.tex -------------------------------------------------------------------------------- /books/bpi-ch/tab/pm-comparsion.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/tab/pm-comparsion.tex -------------------------------------------------------------------------------- /books/bpi-ch/tab/pmcommands.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/tab/pmcommands.tex -------------------------------------------------------------------------------- /books/bpi-ch/tab/precedence.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/tab/precedence.tex -------------------------------------------------------------------------------- /books/bpi-ch/tab/sideway.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/tab/sideway.tex -------------------------------------------------------------------------------- /books/bpi-ch/tjyang-chinese-name.txt: -------------------------------------------------------------------------------- 1 | 样庭金 2 | -------------------------------------------------------------------------------- /books/bpi-ch/todo.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-ch/todo.tex -------------------------------------------------------------------------------- /books/bpi-en/Changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/Changelog -------------------------------------------------------------------------------- /books/bpi-en/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/Makefile -------------------------------------------------------------------------------- /books/bpi-en/README.mkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/README.mkd -------------------------------------------------------------------------------- /books/bpi-en/about-author.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/about-author.tex -------------------------------------------------------------------------------- /books/bpi-en/basics.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/basics.tex -------------------------------------------------------------------------------- /books/bpi-en/bin/go-lstinputlisting.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/bin/go-lstinputlisting.pl -------------------------------------------------------------------------------- /books/bpi-en/bin/go-lstlisting.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/bin/go-lstlisting.pl -------------------------------------------------------------------------------- /books/bpi-en/blocksbook.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/blocksbook.cls -------------------------------------------------------------------------------- /books/bpi-en/bpi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/bpi.pdf -------------------------------------------------------------------------------- /books/bpi-en/bpi.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/bpi.tex -------------------------------------------------------------------------------- /books/bpi-en/cc-license.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/cc-license.tex -------------------------------------------------------------------------------- /books/bpi-en/coderemarks.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/coderemarks.sty -------------------------------------------------------------------------------- /books/bpi-en/colophon.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/colophon.tex -------------------------------------------------------------------------------- /books/bpi-en/contributors.tex: -------------------------------------------------------------------------------- 1 | \emph{T.J. Yang} 2 | -------------------------------------------------------------------------------- /books/bpi-en/creative_commons/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/creative_commons/Makefile -------------------------------------------------------------------------------- /books/bpi-en/creative_commons/cc_by_30.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/creative_commons/cc_by_30.pdf -------------------------------------------------------------------------------- /books/bpi-en/creative_commons/cc_by_30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/creative_commons/cc_by_30.svg -------------------------------------------------------------------------------- /books/bpi-en/creative_commons/cc_cc_30.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/creative_commons/cc_cc_30.pdf -------------------------------------------------------------------------------- /books/bpi-en/creative_commons/cc_cc_30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/creative_commons/cc_cc_30.svg -------------------------------------------------------------------------------- /books/bpi-en/creative_commons/cc_dev_nations_30.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/creative_commons/cc_dev_nations_30.pdf -------------------------------------------------------------------------------- /books/bpi-en/creative_commons/cc_dev_nations_30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/creative_commons/cc_dev_nations_30.svg -------------------------------------------------------------------------------- /books/bpi-en/creative_commons/cc_nc_30.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/creative_commons/cc_nc_30.pdf -------------------------------------------------------------------------------- /books/bpi-en/creative_commons/cc_nc_30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/creative_commons/cc_nc_30.svg -------------------------------------------------------------------------------- /books/bpi-en/creative_commons/cc_nd_30.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/creative_commons/cc_nd_30.pdf -------------------------------------------------------------------------------- /books/bpi-en/creative_commons/cc_nd_30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/creative_commons/cc_nd_30.svg -------------------------------------------------------------------------------- /books/bpi-en/creative_commons/cc_pd_30.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/creative_commons/cc_pd_30.pdf -------------------------------------------------------------------------------- /books/bpi-en/creative_commons/cc_pd_30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/creative_commons/cc_pd_30.svg -------------------------------------------------------------------------------- /books/bpi-en/creative_commons/cc_sa_30.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/creative_commons/cc_sa_30.pdf -------------------------------------------------------------------------------- /books/bpi-en/creative_commons/cc_sa_30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/creative_commons/cc_sa_30.svg -------------------------------------------------------------------------------- /books/bpi-en/creative_commons/cc_sampling_30.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/creative_commons/cc_sampling_30.pdf -------------------------------------------------------------------------------- /books/bpi-en/creative_commons/cc_sampling_30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/creative_commons/cc_sampling_30.svg -------------------------------------------------------------------------------- /books/bpi-en/creative_commons/cc_sampling_plus_30.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/creative_commons/cc_sampling_plus_30.pdf -------------------------------------------------------------------------------- /books/bpi-en/creative_commons/cc_sampling_plus_30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/creative_commons/cc_sampling_plus_30.svg -------------------------------------------------------------------------------- /books/bpi-en/dia/ClusterWAN.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/ClusterWAN.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/ClusterWAN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/ClusterWAN.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/EnterprizeHobbit.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/EnterprizeHobbit.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/EnterprizeHobbit.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/EnterprizeHobbit.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/ExistingOneNodeLooselyCpupledClusterWAN.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/ExistingOneNodeLooselyCpupledClusterWAN.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/ExistingOneNodeLooselyCpupledClusterWAN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/ExistingOneNodeLooselyCpupledClusterWAN.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/HALAN.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/HALAN.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/HALAN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/HALAN.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/HobbitDataPatching.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/HobbitDataPatching.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/HobbitDataPatching.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/HobbitDataPatching.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/HobbitDataZFSFailover.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/HobbitDataZFSFailover.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/HobbitDataZFSFailover.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/HobbitDataZFSFailover.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/Makefile -------------------------------------------------------------------------------- /books/bpi-en/dia/OneNodeClusterPairWAN.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/OneNodeClusterPairWAN.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/OneNodeClusterPairWAN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/OneNodeClusterPairWAN.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/OneNodeClusterWAN.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/OneNodeClusterWAN.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/OneNodeClusterWAN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/OneNodeClusterWAN.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/OneNodeLooselyCpupledClusterWAN.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/OneNodeLooselyCpupledClusterWAN.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/OneNodeLooselyCpupledClusterWAN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/OneNodeLooselyCpupledClusterWAN.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/TwoNodeLooselyCpupledClusterWAN-NAS.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/TwoNodeLooselyCpupledClusterWAN-NAS.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/TwoNodeLooselyCpupledClusterWAN-NAS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/TwoNodeLooselyCpupledClusterWAN-NAS.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/TwoNodeLooselyCpupledClusterWAN-RRDpatching.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/TwoNodeLooselyCpupledClusterWAN-RRDpatching.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/TwoNodeLooselyCpupledClusterWAN-RRDpatching.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/TwoNodeLooselyCpupledClusterWAN-RRDpatching.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/TwoNodeLooselyCpupledClusterWAN.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/TwoNodeLooselyCpupledClusterWAN.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/TwoNodeLooselyCpupledClusterWAN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/TwoNodeLooselyCpupledClusterWAN.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/TwoNodesClusterLAN.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/TwoNodesClusterLAN.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/TwoNodesClusterLAN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/TwoNodesClusterLAN.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/TwoNodesClusterPairWAN.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/TwoNodesClusterPairWAN.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/TwoNodesClusterPairWAN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/TwoNodesClusterPairWAN.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/TwoNodesClusterWAN.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/TwoNodesClusterWAN.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/TwoNodesClusterWAN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/TwoNodesClusterWAN.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/TwoNodesTightlyCpupledClusterLAN.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/TwoNodesTightlyCpupledClusterLAN.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/TwoNodesTightlyCpupledClusterLAN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/TwoNodesTightlyCpupledClusterLAN.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/VictorStinnerAutotools.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/VictorStinnerAutotools.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/VictorStinnerAutotools.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/VictorStinnerAutotools.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/WAN-failover-doublecheck.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/WAN-failover-doublecheck.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/WAN-failover-doublecheck.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/WAN-failover-doublecheck.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/WAN-failover-master-standby-general.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/WAN-failover-master-standby-general.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/WAN-failover-master-standby-general.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/WAN-failover-master-standby-general.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/WAN-failover-master-standby.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/WAN-failover-master-standby.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/WAN-failover-master-standby.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/WAN-failover-master-standby.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/WAN-failover.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/WAN-failover.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/WAN-failover.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/WAN-failover.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/Xymon-Arch.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/Xymon-Arch.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/Xymon-Arch.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/Xymon-Arch.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/Xymon-Server.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/Xymon-Server.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/Xymon-Server.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/Xymon-Server.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/XymonClient.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/XymonClient.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/XymonClient.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/XymonClient.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/autotool.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/autotool.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/autotool.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/autotool.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/bookmaking.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/bookmaking.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/bookmaking.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/bookmaking.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/cloud-solutions.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/cloud-solutions.dot -------------------------------------------------------------------------------- /books/bpi-en/dia/cloud-solutions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/cloud-solutions.png -------------------------------------------------------------------------------- /books/bpi-en/dia/gce-host-network-vpn.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/gce-host-network-vpn.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/gce-host-network-vpn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/gce-host-network-vpn.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/gce-interanet.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/gce-interanet.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/gce-interanet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/gce-interanet.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/gce-network-network-vpn-drbd.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/gce-network-network-vpn-drbd.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/gce-network-network-vpn-drbd.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/gce-network-network-vpn-drbd.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/gce-network-network-vpn.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/gce-network-network-vpn.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/gce-network-network-vpn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/gce-network-network-vpn.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/gce-ssh-vpn.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/gce-ssh-vpn.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/gce-ssh-vpn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/gce-ssh-vpn.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/gce-xymon-failover-drbd.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/gce-xymon-failover-drbd.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/gce-xymon-failover-drbd.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/gce-xymon-failover-drbd.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/hobbit-ha-wan-SEAMLESS_Proposal.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/hobbit-ha-wan-SEAMLESS_Proposal.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/hobbit-ha-wan-SEAMLESS_Proposal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/hobbit-ha-wan-SEAMLESS_Proposal.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/network-2-computers.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/network-2-computers.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/network-2-computers.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/network-2-computers.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/pms.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/pms.dot -------------------------------------------------------------------------------- /books/bpi-en/dia/pms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/pms.png -------------------------------------------------------------------------------- /books/bpi-en/dia/sbutils.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/sbutils.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/sbutils.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/sbutils.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/testcase1.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/testcase1.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/testcase1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/testcase1.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/tww-tools.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/tww-tools.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/tww-tools.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/tww-tools.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/unix.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/unix.dot -------------------------------------------------------------------------------- /books/bpi-en/dia/unix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/unix.png -------------------------------------------------------------------------------- /books/bpi-en/dia/xymon-client.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/xymon-client.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/xymon-client.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/xymon-client.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/xymon-daemons-clustering.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/xymon-daemons-clustering.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/xymon-daemons-clustering.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/xymon-daemons-clustering.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/xymon-daemons.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/xymon-daemons.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/xymon-daemons.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/xymon-daemons.pdf -------------------------------------------------------------------------------- /books/bpi-en/dia/xymonasset.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/xymonasset.dia -------------------------------------------------------------------------------- /books/bpi-en/dia/xymonasset.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/dia/xymonasset.pdf -------------------------------------------------------------------------------- /books/bpi-en/draft.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/draft.tex -------------------------------------------------------------------------------- /books/bpi-en/fig/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/Makefile -------------------------------------------------------------------------------- /books/bpi-en/fig/array-vs-slice.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/array-vs-slice.pdf -------------------------------------------------------------------------------- /books/bpi-en/fig/array-vs-slice.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/array-vs-slice.svg -------------------------------------------------------------------------------- /books/bpi-en/fig/avatar-miekg-300x300.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/avatar-miekg-300x300.jpg -------------------------------------------------------------------------------- /books/bpi-en/fig/bpi-accessories.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/bpi-accessories.pdf -------------------------------------------------------------------------------- /books/bpi-en/fig/bpi-accessories.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/bpi-accessories.svg -------------------------------------------------------------------------------- /books/bpi-en/fig/bpi-rear.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/bpi-rear.pdf -------------------------------------------------------------------------------- /books/bpi-en/fig/bpi-rear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/bpi-rear.svg -------------------------------------------------------------------------------- /books/bpi-en/fig/bpi-top.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/bpi-top.pdf -------------------------------------------------------------------------------- /books/bpi-en/fig/bpi-top.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/bpi-top.svg -------------------------------------------------------------------------------- /books/bpi-en/fig/function.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/function.tex -------------------------------------------------------------------------------- /books/bpi-en/fig/gcep-history.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/gcep-history.pdf -------------------------------------------------------------------------------- /books/bpi-en/fig/gcep-history.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/gcep-history.svg -------------------------------------------------------------------------------- /books/bpi-en/fig/gcep010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/gcep010.jpg -------------------------------------------------------------------------------- /books/bpi-en/fig/go-history.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/go-history.pdf -------------------------------------------------------------------------------- /books/bpi-en/fig/go-history.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/go-history.svg -------------------------------------------------------------------------------- /books/bpi-en/fig/pointers.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/pointers.pdf -------------------------------------------------------------------------------- /books/bpi-en/fig/pointers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/pointers.svg -------------------------------------------------------------------------------- /books/bpi-en/fig/reflection.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/reflection.pdf -------------------------------------------------------------------------------- /books/bpi-en/fig/reflection.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/reflection.svg -------------------------------------------------------------------------------- /books/bpi-en/fig/reflection.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/reflection.tex -------------------------------------------------------------------------------- /books/bpi-en/fig/scope1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/scope1.tex -------------------------------------------------------------------------------- /books/bpi-en/fig/scope2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/scope2.tex -------------------------------------------------------------------------------- /books/bpi-en/fig/scope3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/scope3.tex -------------------------------------------------------------------------------- /books/bpi-en/fig/stack.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/stack.pdf -------------------------------------------------------------------------------- /books/bpi-en/fig/stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/fig/stack.svg -------------------------------------------------------------------------------- /books/bpi-en/gettingstarted.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/gettingstarted.tex -------------------------------------------------------------------------------- /books/bpi-en/metapost/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/metapost/Makefile -------------------------------------------------------------------------------- /books/bpi-en/metapost/stars.mp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/metapost/stars.mp -------------------------------------------------------------------------------- /books/bpi-en/nits-contributors.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/nits-contributors.tex -------------------------------------------------------------------------------- /books/bpi-en/pi.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/pi.bib -------------------------------------------------------------------------------- /books/bpi-en/pkg.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/pkg.tex -------------------------------------------------------------------------------- /books/bpi-en/preface.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/preface.tex -------------------------------------------------------------------------------- /books/bpi-en/scripts/bananapi_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/scripts/bananapi_defconfig -------------------------------------------------------------------------------- /books/bpi-en/scripts/bpcombine.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/scripts/bpcombine.patch -------------------------------------------------------------------------------- /books/bpi-en/scripts/build_kernelbpi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/scripts/build_kernelbpi.sh -------------------------------------------------------------------------------- /books/bpi-en/scripts/build_kernelbpi.sh~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/scripts/build_kernelbpi.sh~ -------------------------------------------------------------------------------- /books/bpi-en/setup.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/setup.tex -------------------------------------------------------------------------------- /books/bpi-en/src/anon-func.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/anon-func.go -------------------------------------------------------------------------------- /books/bpi-en/src/array-and-slices.2.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/array-and-slices.2.go -------------------------------------------------------------------------------- /books/bpi-en/src/array-and-slices.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/array-and-slices.go -------------------------------------------------------------------------------- /books/bpi-en/src/buffile.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/buffile.go -------------------------------------------------------------------------------- /books/bpi-en/src/callback.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/callback.go -------------------------------------------------------------------------------- /books/bpi-en/src/centos-x-desktop-xrdp.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/centos-x-desktop-xrdp.bash -------------------------------------------------------------------------------- /books/bpi-en/src/dd-sdc.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/dd-sdc.bash -------------------------------------------------------------------------------- /books/bpi-en/src/drbd-centos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/drbd-centos.txt -------------------------------------------------------------------------------- /books/bpi-en/src/even.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/even.go -------------------------------------------------------------------------------- /books/bpi-en/src/even_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/even_test.go -------------------------------------------------------------------------------- /books/bpi-en/src/fdisk-l.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/fdisk-l.bash -------------------------------------------------------------------------------- /books/bpi-en/src/fdisk-sdc.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/fdisk-sdc.bash -------------------------------------------------------------------------------- /books/bpi-en/src/file.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/file.go -------------------------------------------------------------------------------- /books/bpi-en/src/go/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/go/readme.txt -------------------------------------------------------------------------------- /books/bpi-en/src/hello-2.7.sb-db.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/hello-2.7.sb-db.xml -------------------------------------------------------------------------------- /books/bpi-en/src/helloworld.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/helloworld.go -------------------------------------------------------------------------------- /books/bpi-en/src/install-books-pkg.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/install-books-pkg.bash -------------------------------------------------------------------------------- /books/bpi-en/src/install.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/install.bash -------------------------------------------------------------------------------- /books/bpi-en/src/listimages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/listimages.txt -------------------------------------------------------------------------------- /books/bpi-en/src/myeven.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/myeven.go -------------------------------------------------------------------------------- /books/bpi-en/src/parted-adjust-root.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/parted-adjust-root.bash -------------------------------------------------------------------------------- /books/bpi-en/src/pbutils-help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/pbutils-help.txt -------------------------------------------------------------------------------- /books/bpi-en/src/pbutils/depot-db.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/pbutils/depot-db.dtd -------------------------------------------------------------------------------- /books/bpi-en/src/pbutils/gen-pb-db.1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /books/bpi-en/src/pbutils/gen-pkg-db.1: -------------------------------------------------------------------------------- 1 | empty 2 | -------------------------------------------------------------------------------- /books/bpi-en/src/pbutils/pb-db.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/pbutils/pb-db.dtd -------------------------------------------------------------------------------- /books/bpi-en/src/pbutils/pb-db.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/pbutils/pb-db.xml -------------------------------------------------------------------------------- /books/bpi-en/src/pbutils/pb.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/pbutils/pb.1 -------------------------------------------------------------------------------- /books/bpi-en/src/pbutils/pbutils.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/pbutils/pbutils.conf -------------------------------------------------------------------------------- /books/bpi-en/src/pkgutils-help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/pkgutils-help.txt -------------------------------------------------------------------------------- /books/bpi-en/src/pkgutils16/chk-pkg-updates.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/pkgutils16/chk-pkg-updates.1 -------------------------------------------------------------------------------- /books/bpi-en/src/pkgutils16/pkg-info.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/pkgutils16/pkg-info.1 -------------------------------------------------------------------------------- /books/bpi-en/src/pkgutils16/pkg-inst.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/pkgutils16/pkg-inst.1 -------------------------------------------------------------------------------- /books/bpi-en/src/pkgutils16/pkg-links.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/pkgutils16/pkg-links.1 -------------------------------------------------------------------------------- /books/bpi-en/src/pkgutils16/pkg-rm.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/pkgutils16/pkg-rm.1 -------------------------------------------------------------------------------- /books/bpi-en/src/pkgutils16/share/depot-db.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/pkgutils16/share/depot-db.dtd -------------------------------------------------------------------------------- /books/bpi-en/src/pkgutils16/share/pkg-db.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/pkgutils16/share/pkg-db.dtd -------------------------------------------------------------------------------- /books/bpi-en/src/pkgutils16/share/pkg-db.dtd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/pkgutils16/share/pkg-db.dtd.txt -------------------------------------------------------------------------------- /books/bpi-en/src/python/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/python/readme.txt -------------------------------------------------------------------------------- /books/bpi-en/src/sbutils-help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/sbutils-help.txt -------------------------------------------------------------------------------- /books/bpi-en/src/sbutils/depot-db.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/sbutils/depot-db.dtd -------------------------------------------------------------------------------- /books/bpi-en/src/sbutils/depot-db.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/sbutils/depot-db.xml -------------------------------------------------------------------------------- /books/bpi-en/src/sbutils/sb-db.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/sbutils/sb-db.dtd -------------------------------------------------------------------------------- /books/bpi-en/src/sbutils/sb-db.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/sbutils/sb-db.xml -------------------------------------------------------------------------------- /books/bpi-en/src/sbutils/sb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/sbutils/sb.txt -------------------------------------------------------------------------------- /books/bpi-en/src/sbutils/sbutils.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/sbutils/sbutils.conf -------------------------------------------------------------------------------- /books/bpi-en/src/scope.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/scope.go -------------------------------------------------------------------------------- /books/bpi-en/src/scope2.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/scope2.go -------------------------------------------------------------------------------- /books/bpi-en/src/scope3.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/scope3.go -------------------------------------------------------------------------------- /books/bpi-en/src/shell/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/shell/readme.txt -------------------------------------------------------------------------------- /books/bpi-en/src/short.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/short.go -------------------------------------------------------------------------------- /books/bpi-en/src/sleep-chan.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/sleep-chan.go -------------------------------------------------------------------------------- /books/bpi-en/src/sleep.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/sleep.go -------------------------------------------------------------------------------- /books/bpi-en/src/stack.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/stack.go -------------------------------------------------------------------------------- /books/bpi-en/src/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/struct.go -------------------------------------------------------------------------------- /books/bpi-en/src/types.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/types.go -------------------------------------------------------------------------------- /books/bpi-en/src/ubuntu-desktop-xrdp.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/ubuntu-desktop-xrdp.bash -------------------------------------------------------------------------------- /books/bpi-en/src/untar-rpm-install-sb.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/untar-rpm-install-sb.bash -------------------------------------------------------------------------------- /books/bpi-en/src/untar-rpm-install-sb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/src/untar-rpm-install-sb.txt -------------------------------------------------------------------------------- /books/bpi-en/tab/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/tab/Makefile -------------------------------------------------------------------------------- /books/bpi-en/tab/comparsion-landscape.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/tab/comparsion-landscape.tex -------------------------------------------------------------------------------- /books/bpi-en/tab/comparsion-portrait.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/tab/comparsion-portrait.tex -------------------------------------------------------------------------------- /books/bpi-en/tab/comparsion.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/tab/comparsion.tex -------------------------------------------------------------------------------- /books/bpi-en/tab/conversion.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/tab/conversion.tex -------------------------------------------------------------------------------- /books/bpi-en/tab/example.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/tab/example.tex -------------------------------------------------------------------------------- /books/bpi-en/tab/functions.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/tab/functions.tex -------------------------------------------------------------------------------- /books/bpi-en/tab/keywords.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/tab/keywords.tex -------------------------------------------------------------------------------- /books/bpi-en/tab/pm-comparsion.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/tab/pm-comparsion.tex -------------------------------------------------------------------------------- /books/bpi-en/tab/pmcommands.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/tab/pmcommands.tex -------------------------------------------------------------------------------- /books/bpi-en/tab/precedence.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/tab/precedence.tex -------------------------------------------------------------------------------- /books/bpi-en/tab/sideway.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/tab/sideway.tex -------------------------------------------------------------------------------- /books/bpi-en/test/memoir-test.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/books/bpi-en/test/memoir-test.tex -------------------------------------------------------------------------------- /lib/gdata1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/lib/gdata1.py -------------------------------------------------------------------------------- /lib/gitconfig-template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/lib/gitconfig-template -------------------------------------------------------------------------------- /lib/googlecode_upload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/lib/googlecode_upload.py -------------------------------------------------------------------------------- /lib/install-tex.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/lib/install-tex.bash -------------------------------------------------------------------------------- /lib/netrc.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/lib/netrc.template -------------------------------------------------------------------------------- /lib/systype: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/lib/systype -------------------------------------------------------------------------------- /lib/systype.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/lib/systype.old -------------------------------------------------------------------------------- /lib/systype.pb.tww: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/lib/systype.pb.tww -------------------------------------------------------------------------------- /lib/systype.pb11.tww.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/lib/systype.pb11.tww.orig -------------------------------------------------------------------------------- /lib/systype.pkgutil16.tww: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/lib/systype.pkgutil16.tww -------------------------------------------------------------------------------- /lib/systype.pkgutil16.tww.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/lib/systype.pkgutil16.tww.orig -------------------------------------------------------------------------------- /lib/systype.sb.tww: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/lib/systype.sb.tww -------------------------------------------------------------------------------- /lib/systype.sb13.tww.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/lib/systype.sb13.tww.orig -------------------------------------------------------------------------------- /lib/upload.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/lib/upload.bash -------------------------------------------------------------------------------- /osmkfiles/Makefile.i686-ubuntu-12.04: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/osmkfiles/Makefile.i686-ubuntu-12.04 -------------------------------------------------------------------------------- /osmkfiles/Makefile.linux.common: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/osmkfiles/Makefile.linux.common -------------------------------------------------------------------------------- /osmkfiles/Makefile.perl-modules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/osmkfiles/Makefile.perl-modules -------------------------------------------------------------------------------- /osmkfiles/Makefile.solaris.common: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/osmkfiles/Makefile.solaris.common -------------------------------------------------------------------------------- /osmkfiles/Makefile.x86_64-apple-darwin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/osmkfiles/Makefile.x86_64-apple-darwin -------------------------------------------------------------------------------- /osmkfiles/Makefile.x86_64-apple-darwin11.4.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/osmkfiles/Makefile.x86_64-apple-darwin11.4.0 -------------------------------------------------------------------------------- /osmkfiles/Makefile.x86_64-apple-darwin11.4.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/osmkfiles/Makefile.x86_64-apple-darwin11.4.2 -------------------------------------------------------------------------------- /osmkfiles/Makefile.x86_64-apple-darwin12.2.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/osmkfiles/Makefile.x86_64-apple-darwin12.2.1 -------------------------------------------------------------------------------- /osmkfiles/Makefile.x86_64-centos-linuxe6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/osmkfiles/Makefile.x86_64-centos-linuxe6 -------------------------------------------------------------------------------- /osmkfiles/Makefile.x86_64-redhat-linuxe6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/osmkfiles/Makefile.x86_64-redhat-linuxe6 -------------------------------------------------------------------------------- /osmkfiles/Makefile.x86_64-ubuntu-12.04: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/osmkfiles/Makefile.x86_64-ubuntu-12.04 -------------------------------------------------------------------------------- /osmkfiles/Makefile.x86_64-ubuntu-12.10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/osmkfiles/Makefile.x86_64-ubuntu-12.10 -------------------------------------------------------------------------------- /osmkfiles/android/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/osmkfiles/android/Makefile -------------------------------------------------------------------------------- /osmkfiles/debian/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/osmkfiles/debian/Makefile -------------------------------------------------------------------------------- /osmkfiles/fedora/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bananapi-dev/BPi/HEAD/osmkfiles/fedora/Makefile --------------------------------------------------------------------------------