Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/script_xo.sh
blob: eecbafa5c909977748a38d36fa2f93a35d2a92db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
set -e

sudo chkconfig sshd on
sudo service sshd start

echo "Use this password: googleduck"
echo "googleduck" | sudo passwd --stdin root
echo "googleduck" | sudo passwd --stdin olpc

sudo cp yum/local.repo /etc/yum.repos.d/
sudo yum --nogpg --assumeyes install vim git htop emacs-nox multitail screen


git config --global color.ui auto
git config --global user.name "Manuel Kaufmann"
git config --global user.email humitos@gmail.com