Software :: Exporting Notes From E-book Into PDFs?
Sep 2, 2010
I'm trying to run Jarnal for purposes of exporting notes from my e-book (Sony PRS-600) into PDFs. (Anyone interested in the details can check out [URL]..There's a .deb for Jarnal available, which installs successfully, but trying to run Jarnal produces the following error message:/usr/bin/jarnal: line 17: 4089 Aborted java -Xmx192m -jar ${JARNALDIR}/jarnal.jar -g -t ${TEMPLATESDIR}/templates/default.jaj "$1" "$2" "$3" "$4" "$5"The Jarnal .deb is available at [URL]general /soft.arnal-down.htm There's also a regular zip package available, and trying to run that after unzipping produces the following:
Can anyone tell me what names the tomboy notes application gives to its notebooks and notes? Not the file format (xml) I found that on the web, but the filenames and directory where it stores things.
I'm getting a "Server Error Something has gone wrong (500)" when i try to access the notes page for several days now. When will it be OK?
Bug report:[URL]
Just now:
Something has gone wrong (500) This is a robot
We've recorded this problem and it will get investigated with the logs. If this problem is urgent, please file a bug report and include this number: OOPS-ID-1534appserver79128
Is it possible to export the console display to my desktop?
I'm running Exceed 14.x the console is RHEL 5.6 running gnome.
I know how to export my display in an individual putty session and run whatever x app I need, but would like to be able to export the console session to my desktop also.
We need to export images to camera but digikam does not support this feature. Is there any linux program that supports export to camera. Open Suse 11.3
I am aware this has probably been covered hundreds of times, so apologies if so. I am fairly new to the linux scripting scene, so again apologies if what I'm saying seems pretty odd and makes no sense. I am attempting to write a script for some Linux Fedora test servers I have set up. For me to change which domain I have this set to point to, I would have previously changed the HOSTS and profile files manually, however I managed to make a script which changes these easily with the use of one command to launch the script.The problem I'm having is getting it to use the "export" command. I am aware this would have to be launched in the parent shell rather than the child and so I made a seperate script which has "export SIP_DOMAIN="test.blah.net" in it and had the first script "source" it. This doesn't work and I've probably done something somewhere that is incredibly stupid.
I have sles 10 . A user has a default shell of tcsh. I want to run a script which has to use ksh . In that script only some variables are exported, which will be used in subsequent scripts which are called inside it.
But the variables are not exported. I am unable to find whether its a conflict of shell or what ?? I tried with debug mode, it only displays the command but not execute anyone ..
I know many people have asked about environment variables before, but I am having a hard time dealing with these paths while ensuring I don't mess around with the original settings. How would you go about executing these commands in Ubuntu in terms of environment variables?
put /home/stanley/Downloads/ns-allinone-2.34/bin:/home/stanley/Downloads ns-allinone-2.34/tcl8.4.18/unix:/home/stanley/Downloads/ns-allinone-2.34/tk8.4.18/unixinto your PATH environment; so that you'll be able to run itm/tclsh wish/xgraph.
IMPORTANT NOTICES:
(1) You MUST put /home/stanley/Downloads/ns-allinone-2.34/otcl-1.13, /home/stanley/Downloads/ns-allinone-2.34/lib, into your LD_LIBRARY_PATH environment variable.
Exporting the default evolution address book to a cvs file is relatively simple:"There is an obscure utility called evolution-addressbook-export that does the job. To find it use the locate command on your system as it isn't in your normal path. Mine was located :
/usr/libexec/evolution/2.6/evolution-addressbook-export to use is simple : /usr/libexec/evolution/2.6/evolution-addressbook-export --format=csv >contacts.csv"[URL]..
But this ONLY exports contacts from the default address book (Personal address book), not other address books one may have created in evolution. SO HOW SHOULD THE COMMAND BE MODIFIED TO EXPORT ADDITIONAL ADDRESS BOOKS THAT ONE HAS CREATED?Cannot find an answer to this anywhere - most frustrating.
I am trying to figure out how I can export my evolution contacts information into a Thunderbird application on my desktop (at work). I back up the files onto a flashdrive into the evolution-backup.tar file which Evolution uses as the default backup file. But Thunderbird doesn't recognize the file type.
I have added several PPAs and their respective auth keys to my netbook. export this info to a text file so that I can use the same in my office computer? (Both are running Lucid).
I am using Cygwin and Xming server to bring back the display from Linux server to a Windows machine.
I am following the below steps :- 1.Close down all X Servers 2.Run XMing - XLaunch 3.Select Multiple windows 4.Select Start no clients 5.Tick No Access Control box 6.Click Finish 7.X Server starts and you should see icon in tray 8.Run Putty/SSH in Cygwin 9.SSH to server you want to connect to 10.Enter: export DISPLAY=192.168.0.1:0.0 (replace 192.168.0.1 with your IP) 11.Run dbca.
On using similar steps I can bring back the display from some Linux servers, but not from others, can you please let me know what the problem is and what things I need to verify. I am not getting any error, some of the last lines from the message in the log states :-
winProcEstablishConnection - winInitClipboard returned. winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the display. winClipboardProc - Hello DetectUnicodeSupport - Windows XP winClipboardProc - DISPLAY=127.0.0.1:0.0 winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the display. winClipboardProc - XOpenDisplay () returned and successfully opened the display.
I did a grep X11 /etc/ssh/* the result is as following :- /etc/ssh/ssh_config:ForwardX11 yes grep: can't open /etc/ssh/ssh_host_dsa_key grep: can't open /etc/ssh/ssh_host_rsa_key /etc/ssh/sshd_config:# X11 tunneling options /etc/ssh/sshd_config:X11Forwarding yes /etc/ssh/sshd_config:X11DisplayOffset 10 /etc/ssh/sshd_config:X11UseLocalhost yes
I have a USB disk which has 2 partitions. It is the default behavior in the OS (Lucid 10.04 64 bit) that upon connecting a USB (be it thumb drive or hard disk) it will mount it in: /media.
I have 2 partitions on the USB hard disk as follows: ls -l /media drwxrwxrwx 2 tkmsr tkmsr 2048 2010-02-12 04:12 HPLAUNCHER drwx------ 7 tkmsr tkmsr 4096 1970-01-01 05:30 vol1 drwx------ 1 tkmsr tkmsr 20480 2011-01-03 17:43 vol2
I want to share vol2 on nfs. Here is the /etc/exports file entry on nfs server /media/vol2 192.168.1.0/24(rw,sync,no_subtree_check) On the client machine I tried to mount the above nfs volume mount -t nfs 192.168.1.19:/media/vol2 /mnt/nfs
Things worked well upto here. But I was not able to go inside the mounted volume at the client machine. Hence I checked the permissions on the folder on nfs server they were as follows drwx------ 1 tkmsr tkmsr 20480 2011-01-03 17:43 vol2 and the share mounted on client machine which was above only had following permissions: drwx------ 1 client_hostname client_hostname 20480 2011-01-03 17:43 vol2 Considering this to be source of problem I tried to change the permissions at the server: chmod -R 755 /media/vol2 but this attempt failed..
I checked by mount command the type of file system on USB disk: /dev/sdb2 on /media/vol1 type vfat (rw,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,flush) /dev/sdb5 on /media/vol2 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096,default_permissions) /dev/sr1 on /media/HPLAUNCHER type iso9660 (ro,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500)
and the /var/log/syslog shows Jan 6 10:24:12 tkmsr ntfs-3g[2278]: Mounted /dev/sdb5 (Read-Write, label "vol2", NTFS 3.1) Jan 6 10:24:12 tkmsr ntfs-3g[2278]: Cmdline options: rw,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,dmask=0077 Jan 6 10:24:12 tkmsr ntfs-3g[2278]: Mount options: rw,nosuid,nodev,uhelper=udisks,silent,allow_other,nonempty,relatime,fsname=/dev/sdb5,blkdev,blksize=4096,default_permissions Jan 6 10:24:12 tkmsr ntfs-3g[2278]: Global ownership and permissions enforced, configuration type 1
Where I see ntfs-3g driver in use for the above volume which I want to export on nfs.Can this be the source of my problems? Or I need to check some thing else? I notice the output of mount command: /dev/sdb5 on /media/vol2 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096,default_permissions) Is there a way I can enforce to load changed permissions on the said USB and change this default behavior.
I recently popped in the CD that came with one of my textbooks from school and figured I would be able to rip it pretty easily, but guess what? Too my surprise I find that each chapter of the textbook has it's own PDF file and that each one is encrypted. Is there anyway I can decrypt the PDFs and merge them all into one?
I find that some pdf files will not print properly in 32-bit 10.04 using evince. The document is sent to the printer and then the printer simply flashes and never prints the document (I have waited an hour). The same documents *will* print quickly when I print with acrobat reader, although when using reader the the following error message appears in the terminal:
Gnome Do as default on my machine tries to run pdfs and they won't open when run but when I tab over and select open it's fine. Can this default be changed and how.
Somehow in the last couple of days, my adobe acrobat reader quit working online. I can read pdf files on my computer, but if try to access one through my google browser, I get a blank page. What can I do to fix? I tried downloading the most recent update of adobe but when I went to run the program I get an error message indicating there is no program to open the update file.
I'm doing custom minimal OpenSUSE installation and trying to export detailed list of chosen software in yast on USB (FAT32) drive, but cannot locate the drive itself. It definitely is recognized by SUSE, since i can see it in partitioning section, but after that i just can't find it in yast (mnt, media,...).Is there any other way to mount/recognize the drive, because i just don't have any other idea how to backup that chosen software list?
i'm currently using ubuntu 10.04 and wanted to update to 11.04 and that means backing up all sorts of data and configuration.Regarding the wireless configuration list, i have a few with password and auto connect, i wanted to know if there is a way of saving that listconfiguration other then manually.
I'm using my home server to netboot into live CDs. To summarize that article, netbooting a liveCD system involves passing an NFS host:/path in kernel's command line, which is subsequently mounted as /cdrom on the live system. The article mentions copying the contents of the iso image to a place on the hard drive, but I see no reason for this, since the contents need to be read-only anyway, which is easy to achieve by mounting the iso through a loop device:
Code:
# mount ... /dev/loop0 on /mnt/kubuntu-lucid-amd64 type iso9660 (ro) /dev/loop1 on /mnt/kubuntu-natty-amd64 type iso9660 (ro)
[code]....
Now, I am using NFS to mount a regular (rw, HDD) directory which I use as a network drive and I can mount any subdirectory and still access all the files within, ie. when I export /data on the server, I can still mount /data/downloads on the client: