[ add comment ] ( 5 views ) | [ 0 trackbacks ] | permalink | related link
http://www.ibm.com/developerworks/libra ... index.html
[ add comment ] ( 5 views ) | [ 0 trackbacks ] | permalink
[ add comment ] ( 6 views ) | [ 0 trackbacks ] | permalink
After Amazon DX was discontinued, there is no much alternatives in large e-ink display segment. The Onyx seems to be a choice.
[ add comment ] ( 6 views ) | [ 0 trackbacks ] | permalink
[ add comment ] ( 7 views ) | [ 0 trackbacks ] | permalink
>>> class bar( object ):
... def __init__(self):
... print "ahoj"
... def baz():
... self.x=100
...
>>> y = bar()
ahoj
>>> class bar2(bar):
... def __init__(self):
... hoo = 2
... super(bar2, self).__init__()
...
>>> daz = bar2()
[ add comment ] ( 7 views ) | [ 0 trackbacks ] | permalink
http://www.slideshare.net/jmgimeno/meta ... on#btnNext
http://youtu.be/ANhTacigaf8
[ add comment ] ( 7 views ) | [ 0 trackbacks ] | permalink
To view your current settings:
# xset -q
[ add comment ] ( 7 views ) | [ 0 trackbacks ] | permalink | related link
UNetbootin allows you to create bootable Live USB drives for Ubuntu, Fedora, and other Linux distributions without burning a CD. It runs on Windows, Linux, and Mac OS X. You can either let UNetbootin download one of the many distributions supported out-of-the-box for you, or supply your own Linux .iso file if you've already downloaded one or your preferred distribution isn't on the list.
[ add comment ] ( 7 views ) | [ 0 trackbacks ] | permalink | related link
/etc/pam.d/gdm-autologin
#
# access for autologin
#
auth required pam_nologin.so
auth required pam_permit.so
account required pam_unix.so
session required pam_permit.so
/etc/gdm/custom.conf
[daemon]
AutomaticLoginEnable=true
AutomaticLogin=root
[ add comment ] ( 7 views ) | [ 0 trackbacks ] | permalink | related link