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:03] 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> +
- +
  
  
Line 59: 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 \/\1 sav\/\1/' | /bin/bash +# Additional daemon arguments, see man 8 p910nd 
-</code>+P910ND_OPTS="-/dev/usb/lp0"
  
 +# ...
  
-  - list all files +# Debian specific (set to 1 to enable start by default
-  - ignore links +P910ND_START=1 
-  - for +</code>
-    * files : output an adb pull command +
-    * directories : make the dir (in case we pull sth emptyand output an adb pull command +
-  - execute everything in bash+
  
 +p910nd neu starten
 +<code>
 +service p910nd restart
 +</code>
 +
 +der drucker ist dann via erreichbar
 +<code>
 +socket://<<ip raspberry>>:9100
 +</code>
  
 ====== brother hl 2030 ====== ====== brother hl 2030 ======
tutorials.1381529006.txt.gz · Last modified: 2013/10/11 22:03 by nine