Thursday, September 20, 2007

Howto Set Up and sync a Palm PDA [Archive] - Ubuntu Forums

Howto Set Up and sync a Palm PDA [Archive] - Ubuntu Forums

From the above linked article:
1 - Plug the usb cable into the usb port on your computer.

2 - Put your Palm in the cradle or plug in the cable.

3 - Go to System->Preferences->Palm OS Devices

4 - In the Pilot Settings pop-up select the Devices tab and click Add.

5 - In the Device Settings pop-up enter info as follows:

Name: Cradle
Port: /dev/ttyUSB0 <--*see bottom Speed: 57600 Timeout: 2 Type: USB Click OK and then click Add again and enter: Name: Cradle1 Port: /dev/ttyUSB1 <--*see bottom Speed: 57600 Timeout: 2 Type: USB 6 - Now, back in the Pilot Settings window select Pilots and click Add 7 - Once the new pop-up appears, press Synchronize on your PalmPDA While it is searching, select "Get from pilot" in the pop-up window just mentioned. Your computer should synchronize and get a Name, ID and username from your PDA. Now your device officially exists in the gpilot database on your computer. 8 - Close the most recent pop-up. You should still have the main Pilot Settings window open. Click the Conduits tab to decide what you want to synchronize and so on...this is essentially the same as what you may have used on other OS's. Finally: Every time you want to sync, make sure gpilot is running and then hit the sync button on your PDA.
This started to work on my Palm TX but is currently stopping the middle. I had this working a few months back, but don't regularly sync up. Just a quick note here so I would know where I found the original information

Sunday, September 9, 2007

Annotating PDFs

Annotating PDFs: Linux

Some good options... I got Jarnal Working and going to test out pdf edit..

Annotating PDFs
Dru (SysAdmin, Technical Writer, Technical Trainer) Posted 7/7/2007
Comments (6) | Trackbacks (0)


A new Ubuntu user asked me the other day how to annotate PDFs on her system. She does a lot of collaboration and hadn't yet found a non-Windows way to annotate PDFs.

I tried a few tools this morning and by far the easiest one to use is Jarnal. This one is Java based so you'll need java installed on your system. (FreeBSD users can download Java packages from the Foundation and PC-BSD users can install the Java PBIs.) Ubuntu instructions appear to be here though I have not tried them myself.

Once Java is installed, create a directory for the Jarnal files; I created a subdirectory of my home directory:

mkdir ~/jarnal && cd jarnal

I then downloaded the zip file to that subdirectory , unzipped it and set the bash script as executable:

unzip jarnal-install.zip
chmod +x jarnalannotate.sh

BSD users: bash isn't installed by default but can be installed with pkg_add -r bash. The path to bash will be incorrect in the script. Edit that file to change the first line to read #! /usr/local/bin/bash. If you're not sure where bash is installed on your Linux system, which bash will give you the path.

Now, run the script with:
./jarnalannotate.sh

While annotating itself is very easy, figuring out how to open and save the PDF wasn't as intuitive. To open an existing PDF, use File->Open Background. Select the Text tool (black T icon on far right), click where you want to type with your mouse, and start typing your annotation. When you are finished and want to save your file, use File->Export->Export to PDF.


TomKa writes:
8/9/2007 #

Take a look at this.
https://help.ubuntu.com/community/PDFedit
I found it vesy usefull.