User Tools

Site Tools


tutorials

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tutorials [2013/10/11 22:53] ninetutorials [2013/12/29 12:59] (current) nine
Line 1: Line 1:
-====== Tilemill unter Linux Mint LMDE ====== +Sub-pages: 
- +~~DIR:tutorials?skip=tutorials:urbandecay;~~
-install node-js +
-<code> +
-aptitude install python g++ make checkinstall +
-mkdir ~/src && cd $_ +
-wget -N http://nodejs.org/dist/node-latest.tar.gz +
-unp node-latest.tar.gz && cd node-v0.10.20 +
-./configure +
-checkinstall #(remove the "v" in front of the version number in the dialog) +
-sudo dpkg -i node_* +
-</code> +
- +
-debian dependencies +
-<code> +
-aptitude install libwebkit-dev protobuf-compiler libprotobuf-lite7 libprotobuf-dev +
-</code> +
- +
-tilemill +
-<code> +
-git clone https://github.com/mapbox/tilemill.git +
-cd tilemill +
-export NODE_PATH="/usr/local/lib/node_modules/" +
-npm install +
-</code> +
- +
  
  
Line 72: Line 47:
 runterladen runterladen
  
-====== Android Backup unter Debian ======+ 
 +====== raspberry mit p910nd printserver ======
  
 <code> <code>
-sudo aptitude install android-tools-adb+aptitude install p910nd
 </code> </code>
  
 +dann in /etc/default/p910nd setzen
 <code> <code>
-./adb shell ls -l -a | grep '^[^l]' | sed -e 's/^d.* \([^ ]*\)\r$/mkdir sav\/\1; .\/adb pull \/\1 sav\/\1/' -e 's/-.* \([^ ]*\)\r$/.\/adb pull \/\sav\/\1/' | /bin/bash+# Additional daemon arguments, see man 8 p910nd 
 +P910ND_OPTS="-/dev/usb/lp0" 
 + 
 +..
 + 
 +# Debian specific (set to 1 to enable start by default) 
 +P910ND_START=1
 </code> </code>
  
 +p910nd neu starten
 +<code>
 +service p910nd restart
 +</code>
  
-  - list all files +der drucker ist dann via erreichbar 
-  - ignore links +<code> 
-  - for +socket://<<ip raspberry>>:9100 
-    * files output an adb pull command +</code>
-    * directories make the dir (in case we pull sth empty) and output an adb pull command +
-  - execute everything in bash +
  
 ====== brother hl 2030 ====== ====== brother hl 2030 ======
tutorials.1381532036.txt.gz · Last modified: 2013/10/11 22:53 by nine