Giter Site home page Giter Site logo

fredzyda / cdist Goto Github PK

View Code? Open in Web Editor NEW

This project forked from contradict/cdist

0.0 1.0 0.0 5.01 MB

cdist configuration management

Home Page: http://www.nico.schottelius.org/software/cdist/

Shell 47.18% Python 39.59% Vim Script 9.63% Ruby 0.10% TeX 3.32% D 0.17%

cdist's Introduction

cdist
-----

cdist is a usable configuration management system.

For the web documentation have a look at docs/web/.

-------------------------------------------------
------ Special Sample Return Instructions -------
-------------------------------------------------
1) sudo apt-get install ssh
2) sudo apt-get source linux-headers
3) ssh-keygen; do not use a password (or use a password, but then ssh add it)
   a) sudo cat id_rsa.pub > /root/.ssh/authorized_keys (you may need to create the .ssh folder in /root first)
4) adduser robot; password "robot" (make sure not to use useradd)
5) sudo apt-get install python-software-properties
6) Obtain a copy of robot_rsa and robot_rsa.pub (from Russel) and place in cdist/conf/manifest/files
7) Download the source code for the linuxcan driver off of Kvaser's website:
   http://www.kvaser.com/index.php?option=com_php&Itemid=288&swprod=c47a61a99cef1b9dd39630f3c25befe6&ean=0000000000000
  a) put in cdist/conf/type/__kvaser_canlib/files/
  b) extract somewhere convenient and go into the canlib subfolder
  c) run "make" and then "sudo make install" (Russel suggests this might not be necessary)
8) cdist/bin/cdist -v config $(uname -n)
9) Read any failures carefully, you might need try again after:
  a) sudo apt-get update
  b) sudo apt-get upgrade

---------------------------------------------
--- How to recover from nvidia driver fail --
---------------------------------------------
1) Install linux headers
  a) sudo apt-get install linux-headers-generic
  b) sudo apt-get install linux-image-$(uname -r)
2) Remove current nvidia drivers
  a) sudo apt-get remove nvidia*
3) Reinstall nvidia driver
  a) sudo apt-get install nvidia-current-updates
  b) MAKE SURE that the output indicates the kernel module is built
4) Reference this website for help
  a) askubuntu.com/questions/202574/desktop-does-not-show-when-i-installed-nvidia-drivers

cdist's People

Contributors

abondis avatar andrewschleifer avatar brandon-m-booth avatar contradict avatar cwarden avatar evax avatar io41 avatar lamby avatar mcodd avatar nuex avatar phrawzty avatar rsalvado avatar telmich avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.