optionally install additional packages
|
sudo apt-get install python-opengl sudo apt-get install python-numpy sudo apt-get install python-serial sudo apt-get install python-setuptools sudo apt-get install curl sudo apt-get install arduino |
Retrieve package
.deb package can be retrieved in two different ways:
download package
visit https://ultimaker.com/en/products/cura-software/list
and download package
build package from source code
|
git clone https://github.com/daid/Cura.git cd Cura sudo ./package.sh debian_amd64 # or debian_i386 for 32bit |
install package
|
sudo dpkg -i ./scripts/linux/cura*.deb |
Reference
Cura Ubuntu Installation
Tested on:
- Ubuntu 12.04
- Ubuntu 14.04
|
#Login as root sudo su #Add the repository to your APT sources echo deb https://get.docker.com/ubuntu docker main > /etc/apt/sources.list.d/docker.list #Import the repository key apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9 #Upgrade repository apt-get update #Install docker apt-get install lxc-docker |
install
|
sudo apt-get update sudo apt-get install openjdk-7-jre-headless -y |
|
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.4.0.deb dpkg -i elasticsearch-1.4.0.deb |
start
|
sudo service elasticsearch start |
test server
|
curl -X GET http://localhost:9200/ |
links
https://github.com/elasticsearch/elasticsearch
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-service.html
|
sudo apt-get install python-software-properties sudo add-apt-repository ppa:fkrull/deadsnakes sudo apt-get update sudo apt-get install python3.3 |
Install dependencies
|
sudo apt-get install -y git make g++ build-essential libminiupnpc-dev sudo apt-get install -y libdb++-dev libgmp-dev libssl-dev dos2unix sudo apt-get install -y libboost1.48-all libboost-chrono1.48-dev |
Install xolominer
|
git clone https://github.com/thbaumbach/primecoin cd primecoin mkdir bin cd bin sudo cmake .. sudo make |
run xolominer
|
./xolominer -pooluser=ANtHxwaKKf5kgbyQRG9MhexMuz9YcJb3vZ -poolip=176.34.128.129 -poolport=1337 -genproclimit=4 |
Remove previous R installation:
|
sudo apt-get remove r-base-core |
Edit sources.list file:
|
sudo nano /etc/apt/sources.list |
add following lines:
|
## R deb http://cran.rstudio.com/bin/linux/ubuntu trusty/ |
add public keys:
|
gpg --keyserver keyserver.ubuntu.com --recv-key E084DAB9 gpg -a --export E084DAB9 | sudo apt-key add - |
install latest R version
|
sudo apt-get update sudo apt-get install r-base |
check installed version
Source: Install R-base 3.1.0 in Ubuntu 14.04
Remove previous R installation:
|
sudo apt-get remove r-base-core |
Edit sources.list file:
|
sudo nano /etc/apt/sources.list |
add following lines:
|
## R deb http://cran.rstudio.com/bin/linux/ubuntu precise/ |
add public keys:
|
gpg --keyserver keyserver.ubuntu.com --recv-key E084DAB9 gpg -a --export E084DAB9 | sudo apt-key add - |
install latest R version
|
sudo apt-get update sudo apt-get install r-base |
check installed version
Source: Install R-base 3.1.0 in Ubuntu 12.04
Just another WordPress site