Admins >


 
Thread Tools Search this Thread
Contact Us Post Here to Contact Site Administrators and Moderators Admins >
# 1  
Old 01-10-2001
MySQL

Just wanted to say great website and thank you...
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

For the Admins, rouge advert(s)...

Hi guys this problem exists on all my machines... Windows 8.1, Ubuntu, iMac and this MBP. All use fireFox, latest current version. If I log in there is NOT a problem. I usually enter this site as an outsider and I have noticed that there is some rouge code and/or advert that slows the... (5 Replies)
Discussion started by: wisecracker
5 Replies

2. What is on Your Mind?

Thank you members and admins

Got a raise and a formal position of 'unix system engineer' in 2016. I would like to thank you members and admins. This would not be possible without you. I will mention some.. Thank you Don, for making me learn and understand the importance of standards, which i try to apply as much as i... (3 Replies)
Discussion started by: Peasant
3 Replies

3. Linux

Linux/Weblogic Admins?

Please forgive me if I've chosen the wrong forum... but I'm just wondering how likely it is to find a Linux sys admin with a vast BEA Weblogic skillset or vice versa (a Weblogic admin with vast Linux admin skills)? The reason I ask is because our Linux Sys Admin is leaving for a position with... (1 Reply)
Discussion started by: rm -r *
1 Replies

4. What is on Your Mind?

AIX admins satisfaction

As a new AIX user I'm interested in experienced admins opinions: In you opinion what is the best feature in AIX? If you could change something in AIX what will it be? Where do you see AIX in 5 years from now? Are you using AIX by your own choice or by company policy? Would you suggest... (3 Replies)
Discussion started by: xnaut
3 Replies

5. Solaris

Is Weblogic useful for unix admins?

Hi, I Need small conformation that "Upto what extent Weblogic is useful for Admins? Need help ASAP...PLz do the Favour. Thanx in Advance...... (0 Replies)
Discussion started by: viswanathkishor
0 Replies

6. Solaris

Any sys admins from uk?

Hello Guys, im new to this forum. Im from UK and ive recently completed my SCSA I & II and also got trained in Veritas Suite (Veritas Volume Manager and Veritas Clusters, Veritas NetBackup), SAN Configuration. I was trying to get a break as a junior sun solaris admin. I am applying for the jobs... (1 Reply)
Discussion started by: megadeth
1 Replies

7. Post Here to Contact Site Administrators and Moderators

admins and moderators..

hi admins and moderators, thread :https://www.unix.com/showthread.php?t=20620 my first thread in the forum.. i thought of some other answer. i like to tell you to delete that thread.. or tell anyother answer.. (1 Reply)
Discussion started by: sekar sundaram
1 Replies
Login or Register to Ask a Question
otl2pdb(1)						      General Commands Manual							otl2pdb(1)

NAME
otl2pdb - converts vimoutliner outline to AddressDB Palm file. SYNOPSIS
otl2pdb [filename] DESCRIPTION
This manual page documents briefly the otl2pdb Perl script. otl2pdb is a perl(1) script that takes an outline from vimoutliner(1) with contact information and creates an AddressDB.pdb file for a Palm. For now this script can only create a .pdb file. You then have to use a syncing tool to load it into your Palm. I recommend the pilot- link package for linux. The format of the contact outline is the following: $category $record_name c:$cell a:$address .... You can have as many categories and records(entries) as you want. The following are valid fields for a record with the necessary text to indicate them in quotes: 'a:'-address 'c:'-cell 'e:'-email 'h:'-home phone 'n:'-note 'web:'-website 'w:'-work phone Also, each record's category is left as 'Unfiled' as I can't get the record's category to write correctly. SEE ALSO
vim(1), perl(1) REQUIREMENTS
This program uses the Palm::Address perl module, which is available on CPAN. TIPS
If using the pilot-link package: -load the pdb with 'pilot-xfer -i AddressDB.pdb' -specify the serial port if other than /dev/pilot (which will usually be the case unless you link to it) with -p in the above command; usually this is /dev/ttyS0 in linux AUTHOR
The original version was written by Gabriel Walker <cldwalker@chwhat.com>. If you like using perl, linux, vim and databases to make your life easier (not lazier ;) check out my website at http://www.chwhat.com. <http://www.chwhat.com> This manual page was written by Matej Cepl <matej@ceplovi.cz> (using perldoc(1) part of the documented script), for the Debian GNU/Linux system (but may be used by others). January 13, 2005 otl2pdb(1)