scratch

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
scratch [2016/05/01 17:57] adminscratch [2017/10/12 17:14] admin
Line 14: Line 14:
    
      
-~./imwheelrc: +~/.imwheelrc: 
-  ".*" +  ".*"   
-  None, ExtBt7,   Control_L|Alt_L|Shift_L|M+  None, ExtBt7,   Alt_L|F9
  
 Und schließlich unter //Einstellungen / Tastatur / Tastenkombinationen / Fenster / Fenster verkleinern// \\ Und schließlich unter //Einstellungen / Tastatur / Tastenkombinationen / Fenster / Fenster verkleinern// \\
-//Ctrl + Alt + Shift + M// einstellen.+//Alt + F9// einstellen (sollte aber auch Default sein). 
 + 
 +====== Mausgeschwindigkeit einstellen ====== 
 +Per 'xset'
 +Z.B.: 
 +''xset m 5/4 0'' 
 + 
 +Das ganze dann als Startup definieren, 
 + 
 +#cat ~/.config/autostart/mouse.desktop 
 +  [Desktop Entry] 
 +  Name=Set mouse sensitivity 
 +  Exec=xset m 5/4 0 
 +  Type=Application 
 +  Comment=Use xset to set mouse params 
 +  Comment[en_US]=Use xset to set mouse params 
 +  Comment[de_DE]=Benutzt xset um die Maus-Geschwindigkeit einzustellen 
 + 
 + 
 + 
 +Siehe auch: http://www.pontikis.net/blog/fix-mouse-sensitivity-ubuntu 
  
  
Line 32: Line 53:
 (http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-4517-BUILD-514-linuxarm.tar.xz)\\ (http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-4517-BUILD-514-linuxarm.tar.xz)\\
 Einfach entpacken und ausführen. Einfach entpacken und ausführen.
 +
 +
 +====== Bluetooth RS232 Verbindung herstellen ======
 +
 +''
 +$ sudo hcitool scan\\
 +Scanning ...\\
 +00:02:C7:7D:F5:17 BlueGPS 7DF517\\
 +$ sudo rfcomm bind /dev/rfcomm0 00:02:C7:7D:F5:17 1\\
 +$ ls -l /dev/rfcomm0\\
 +crw-rw---- 1 root dialout 216, 0 2008-12-14 23:15 /dev/rfcomm0\\
 +''
 +
 +
 +====== Floppy auf 720 kB formatieren (USB-Laufwerk) ======
 +Von https://unix.stackexchange.com/questions/219533/how-to-format-720k-fat-ie-ms-dos-floppy-on-linux-using-usb-floppy-drive
 +und https://fitzcarraldoblog.wordpress.com/2017/01/17/using-an-external-usb-3-5-inch-floppy-disk-drive-in-linux/
 +
 +''
 +$ sudo ufiformat -f 720 -v /dev/xxx
 +''
 +
 +Danach mit mkfs.msdos Filesystem erstellen oder per dd beschreiben.
 +
 +''
 +$ sudo mkfs.msdos -I /dev/xxx
 +''
 +
  
  • scratch.txt
  • Last modified: 2019/03/10 13:03
  • by admin