This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from numpy import array | |
| raw_data = """75 | |
| 95 64 | |
| 17 47 82 | |
| 18 35 87 10 | |
| 20 04 82 47 65 | |
| 19 01 23 75 03 34 | |
| 88 02 77 73 07 63 67 | |
| 99 65 04 28 06 16 70 92 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat > /etc/apt/preferences.d/backports <<EOF | |
| Package: puppet puppet-common puppetmaster facter | |
| Pin: release a=lenny-backports | |
| Pin-Priority: 900 | |
| EOF | |
| cat > /etc/apt/sources.list.d/backports.list <<EOF | |
| deb http://backports.debian.org/squeeze-backports squeeze-backports main contrib non-free | |
| EOF |