Montag, 19. Juli 2010

Ubuntu Font

https://launchpad.net/ubuntufontbetatesting

ubuntu-private-nda-fonts

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 42F834EC

Sonntag, 11. Juli 2010

Scanner der tut ...

Bus 005 Device 002: ID 04a9:220d Canon, Inc. CanoScan N670U/N676U/LiDE
20
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 255 Vendor Specific Class
bDeviceSubClass 0
bDeviceProtocol 255
bMaxPacketSize0 8
idVendor 0x04a9 Canon, Inc.
idProduct 0x220d CanoScan N670U/N676U/LiDE 20
bcdDevice 1.00
iManufacturer 1 Canon
iProduct 2 CanoScan
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 39
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xa0
(Bus Powered)
Remote Wakeup
MaxPower 500mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 3
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 0
bInterfaceProtocol 255
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 16
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x03 EP 3 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
Device Status: 0x0000
(Bus Powered)

Samstag, 10. Juli 2010

HTML Rohling

<code>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<meta name="description" lang="de" content=" " />
<meta name="keywords" lang="de" content=" " />
<meta name="author" content=" ad" />
<meta name="date" content="2010-07-10T018:30:00+02:00" />
<meta name="robots" content="all">
<meta name="generator" content="vi">
<title>Der Titel der Seite</title>
<style type="text/css">
<!--
p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #391631;
}
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #391631;
}
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #391631;
}
-->
</style>
</head>
<body>

</code>

Freitag, 9. Juli 2010

who für samba

alias wer='smbstatus -b | sort -k 4'