A set of bash scripts and system files used to help setup Linuxcoin quickly.
These files go hand-in-hand with the Setup a Bitcoin mining rig powered by Linuxcoin & Smartcoin guide.
A few bash one-liners to run on your Linuxcoin rig to help automate setup.
curl https://raw.github.com/timbowhite/linuxcoin-setup/master/setup/persistence.sh | bash
What it does:
- setup ext4 file system persistence
- setup Linuxcoin to boot with perisistence by default (will overwrite syslinux.cfg)
curl https://raw.github.com/timbowhite/linuxcoin-setup/master/setup/headless.sh | bash
What it does:
- apt-get update
- assigns a static IP (default is 192.168.0.150)
- makes the "user" user a password-less sudoer
- starts SSH
- enables SSH on boot
Want to add something sweet? Here's what to do:
- Fork this repository
- Create a topic branch -
git checkout -b my_branch
- Push to your branch -
git push origin my_branch
- Send a pull request
Timbo White of Zulius.
Follow on the twit bullshit: zulius
Copyright (c) 2011 Zulius
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.