|
Profile
Personal Photo
Options
Personal Statement
ratki doesn't have a personal statement currently.
Personal Info
ratki
Age Unknown
Gender Not Set
Hungary, Budapest
Birthday Unknown
Interests
No Information
Statistics
Joined: 13-January 06
Profile Views: 802*
Last Seen: 20th October 2007 - 01:03 PM
Local Time: May 22 2013, 07:14 AM
22 posts (0 per day)
Contact Information
No Information
No Information
No Information
No Information
* Profile views updated each hour
|
Topics
Posts
Comments
Friends
My Content
13 Sep 2007
Hi,
I use on desktop Thunderbird with enigmail, but I couldn't reach it on Z yet. (Capn_Fish!) I've compiled pine earlier, but I missed the feature of enigmail, that the encrypted messages are stored encrypted with my own key, too. So they can not be read in plain text but I can read with my secret key. Two days ago I tried it again and here is the solution: 1. Some new scripts are created: CODE # cat .gnupg/encrypt #!/bin/sh TOLIST=`echo $* |awk '{for(i=1;i<=NF;i++) {printf(" -r %s", $i)}}'` /usr/bin/gpg -ea $TOLIST # cat .gnupg/encryptsigned #!/bin/sh TOLIST=`echo $* |awk '{for(i=1;i<=NF;i++) {printf(" -r %s", $i)}}'` /usr/bin/gpg -sea $TOLIST # cat .gnupg/sign #!/bin/sh /usr/bin/gpg --clearsign 2. Insert them as filters to .pinerc: CODE ... # This variable takes a list of programs that message text is piped into # after MIME decoding, prior to display. display-filters=_BEGINNING("-----BEGIN PGP MESSAGE-----")_ /usr/bin/gpg -t, _BEGINNING("-----BEGIN PGP SIGNED MESSAGE-----")_ /usr/bin/gpg -t # This defines a program that message text is piped into before MIME # encoding, prior to sending sending-filters=~/.gnupg/encrypt _RECIPIENTS_ my.name@my.domain, ~/.gnupg/encryptsigned _RECIPIENTS_ my.name@my.domain, ~/.gnupg/sign ... Pine will ask you for filter before sending. The two encypting filter encrypt the message for each recipient (To: and Cc:) and for myself (my.name@my.domain,}, too. One feature is missing: It doesn't encrypt the attachment! Tamas
17 Jul 2006
Hi,
I was looking for a GPS application for my Z. As I earlier annonced, I've found gpsd to connect to my bluetooth GPS. gpsdrive 2.10pre2 a really old version. I've found a lot of new development in the CVS, but I couldn't compile it. I've modified this old version for my own usage. Probably you could use it, too. Preconditions: I would like to use gpsdrive in car, where the Zaurus is opened and in portrate mode. I have a one button mouse (pen or finger), and four buttons: Enter, Esc, Up and Down. It has to optimised to the 480*640 pixels. (Minus the status bar!) Changes: 1. Switching to "Pos. mode" by mouse click. "Enter" in "Pos. mode" means selection. (New target) "Esc" in "Pos. mode" switches it off. 2. Up and Down are zoom in/out but at the limits (1 or 16) it tries to change the map, too. 3. The most important informations (for me) are on map view: - speed, distance to target or next way point and the name of the waypoint. I hope, I've packed everithing in ipk for installation. Good luck, Tamás
Attached File(s)
|
Last Visitors
ratki has no visitors to display.
Comments
Other users have left no comments for ratki.
Friends
There are no friends to display.
|
|
Lo-Fi Version | Time is now: 21st May 2013 - 09:14 PM |