Dieses Wiki ist ein Archiv bis 2023. Das aktuelle Wiki findet sich unter https://wiki.hamburg.ccc.de/

Difference between revisions of "Carlita"

From CCCHHWiki
Jump to: navigation, search
(How To update)
Line 5: Line 5:
  
 
== Installierte Package ==
 
== Installierte Package ==
 +
* htop
 +
* openssh
 +
* terminology
 +
* git
 +
* xorg-server
 +
* xorg-xinit
 +
* xorg-xinput
 +
* screen
 +
* sudo
 +
* zsh
 +
* grml-zsh-config
 +
* vim
 +
 +
=== Octoprint ===
 +
Installed with:
 +
<pre>git clone https://github.com/foosel/OctoPrint.git
 +
cd OctoPrint
 +
virtualenv venv
 +
virtualenv -p /usr/bin/python2 venv
 +
./venv/bin/python setup.py install</pre>
  
 
== How To ==
 
== How To ==
  
 
=== Update ===
 
=== Update ===
<code>yaourt -Syua</code>
+
<pre>yaourt -Syua</pre>

Revision as of 13:38, 6 June 2017

Von plushkatze wurde uns ein Carlita Miniserver des insolventen Startups Protonet bereitgestellt.

Setup

In dem Miniserver steckt eine 1TB HDD und eine WLAN PCIe Karte. Das installierte Betriebssystem ist Arch Linux. Die Credentials stehen auf dem Gehäuse. Die Power Supply ist ein 12V 2A Netzteil (sollte mal durch 3A fähiges ausgetauscht werden).

Installierte Package

  • htop
  • openssh
  • terminology
  • git
  • xorg-server
  • xorg-xinit
  • xorg-xinput
  • screen
  • sudo
  • zsh
  • grml-zsh-config
  • vim

Octoprint

Installed with:

git clone https://github.com/foosel/OctoPrint.git
cd OctoPrint
virtualenv venv
virtualenv -p /usr/bin/python2 venv
./venv/bin/python setup.py install

How To

Update

yaourt -Syua