Ubuntu :: Make A Pdf From Md File?
Sep 12, 2010
I saw a friend making pdf from machine description file with gcc compiler or something like that (not with print to pdf way). Right now im having one md file and really need to make a "beautiful automatically formated" pdf from it.
View 2 Replies
ADVERTISEMENT
Nov 17, 2010
When I try to compile some Java code on Ubuntu 10.10 (kernel 2.6+) using make and a Makefile.
I get an error indicating that the make utility cannot execute the java compile command (javac).
The error reads: /bin/bash: line 6: .: /usr/local/jdk1.5.0_18/bin/javac: cannot execute binary file
I am executing make as root. I have enabled permissions on all directories in the path /usr/local/jdk1.5.0_18/bin/javac and on javac itself.
I get this error whether using a jdk installed via ubuntu apt-get, or whether I install the jdk myself. And I get it using either Java 1.5 or 1.6
My machine has an 80386 processor. I notice the make utility is built for i686-pc-linux-gnu
However, I can manually compile using javac.
I can compile calling javac from within a bash script.
I can compile using the java compiler gcj from the command line: gcj --main=HelloWorld HelloWorld.java -o HelloWorld.exe
But I cannot compile java code from the makefile. Any reasons why I might be getting this error?
View 4 Replies
View Related
Apr 6, 2010
I want to make a file called file roller for Ubuntu 9.10. The folder has a file called install.sh and some others that are make.
I figure first I need to make a file and then run install.sh to install. But I don't know how to do this.
View 2 Replies
View Related
Dec 17, 2010
I notice that when you try to Make link to any file or folder form context menu, It just copy the same file size? even when i tried to copy the link to external storage disk..
View 1 Replies
View Related
Jun 10, 2010
I'm currently stuck at 6.13 GMP-5.0.0 of the LFS installation. After running make, I receive the following:
error while loading shared libraries: libbfd-2.20.so: cannot open shared object file: No such file or directory
make[2]: *** [libmpn.la] Error 127
make[2]: Leaving directory `/sources/gmp-5.0.0/mpn'
[code]....
View 5 Replies
View Related
Aug 31, 2010
I wonder how to arithmetic operation of our data file using any script program/command (like sed, cut,awk)for example my data.file is:
45 65 42
12 23 61
43 34 21
I want to multiply first column with 2 and add second column with 3 then it become
90 68 42
24 26 61
86 37 21
View 5 Replies
View Related
Jun 29, 2010
i am having a problem concern zlib installation.i tried configure file successfully but make file displayed some errors.that usr/linux/limits.h not found.so i found that i have to install glibc-headers-devel...but there is no such a kind of package in ubuntu repository?/????/some people saying that libc6-devel is equal to them!
View 1 Replies
View Related
Aug 2, 2011
i am trying to make a script in which i can drag a file (with spaces in file name ) and it will scp the file to another computermy code is
Code:
echo "--------------------------------------------"
echo "drag file now"
[code]....
View 7 Replies
View Related
Nov 29, 2010
Initially I thought - use a for loop with ls in it:
Code:
However this causes lots of problems (folders have extensions, I have duplicate folders, the names with spaces create a folder for each element of the name).
The contents of the folder is basically movies (some with subtitles). Some of the names have things like (original) or CD1 CD2 in them.
View 15 Replies
View Related
Feb 16, 2010
I want to quickly get to the Root directly (or whatever it's called).This is how I do it now; (the text in bold is what the computer spits out)
me@me-desktop:~$ sudo -s
[sudo] password for me: (then I enter my password)
root@me -desktop:~#
I'd like to just type one the new of the batch file and then hit enter. The batch file would then do the rest.
View 9 Replies
View Related
Mar 3, 2010
I started to collect the bits for putting together a file server, originally i was going to go for a windows OS since i was familiar but the i thought i may as well play around a bit with ubuntu server.So i grabbed the 9.10 server ISO, install it onto my 4GB CF card i have plugged into the IDE port via a converter.Seems to install fine and i got samba up and running and so far thats about all.I want to get some kind of DC++ client working on it as well, im not sure if i need some kind of GUI for it...
View 3 Replies
View Related
Mar 11, 2010
How do I make a bootable USB from a Xp iso file with Ubuntu ?
View 3 Replies
View Related
Aug 26, 2010
I have this file AlienFXLite-0.4b.jar in this directory /home/laura/AlienFX that I open/run with this command sudo java -jar AlienFXLite-0.4b.jar Instead of using the terminal every time, I'd like to make a launcher. How can I do this?
[Code]...
View 3 Replies
View Related
Jan 19, 2011
Can i make and release a distro using the Ubuntu 10.10 ISO file? (my distro will be using a different window manager and different programs).
View 9 Replies
View Related
Jan 23, 2011
I use wine to execute my games. Now it says all the exes are unexecutable.I'm not very use to ubuntu
View 9 Replies
View Related
Feb 3, 2011
how to compile the cpp file by make?
make -w file -> does not work!
make -f file -> does not work!
View 4 Replies
View Related
Mar 22, 2011
It so happens that some files that I am trying to make executable by chmod +x <filename> or otherwise are not becoming executables, rather the tick mark on the option is removed the very instant I put it on . Is there any thread of virus or any other reason for this.
View 5 Replies
View Related
May 22, 2011
i got a small problem: i have some old software that used to run under windows.now i run it under wine, and it does just fine. but i cannot make a link to my desktop. when i go to the file in the directory, i choose right mousclick and then make link. then i copy the link to the desktop. but when i run the link from the desktop: i get errors: all bunch of files were not found. It seems like the link is actually the exe file itself ? or that the link execute the exe file at the directory of the place where the link is (that is the desktop directory)
View 5 Replies
View Related
Jun 16, 2011
I downloaded eclipse from the eclipse site..i had to make the main eclipse file executable..but i cant do that..when i click on "Allow executing file as program"..the tick disappears in a second..
View 9 Replies
View Related
Jan 17, 2010
OK, So I'm trying to make a SFX file that will extract it's files your home folder, But I can't seem to figure out how.
First you have to make an archive,
Code:
rar a Zipper.zip txt.txt
Then you have to make the sfx.
Code:
rar s Zipper.zip
But they still get extracted wherever the sfx volume is.
View 1 Replies
View Related
May 15, 2010
I changed the 'Title' of a mp3 file using mp3info code...
Where comes this "Title" that Nautilus displays?
How can I change it?
View 4 Replies
View Related
Jul 2, 2010
What happens is that I like the djvu format (a lot!), and I'd like to export all my pdf books (I'm studying the university and I have a lot of pdf books) to djvu format.The problem is that I found very uncomfortable to read a djvu book (with hundreds of pages) without the help of bookmarks or index.I have found some djvu files with bookmarks and that's why I believe that there is a way to do this.I found an application called djvubookmarker on sourceforge.net , but this application only works on Windows OS (and doesn't work really good, it has some bugs) so I haven't used wine to use this application with my Ubuntu.
View 3 Replies
View Related
Jul 3, 2010
I have downloaded the file "bitnami-wordpress-3.0-0-linux-installer.bin", it's a Wordpress stack, with PHP and apache and whatnot.. I am asked to make it executable using "chmod a+x <installer file>"what do i do? cd to where it is, and "chmod a+x <bitnami-wordpress-3.0-0-linux-installer.bin>"?and if yes, i just double click on it afterat to run the installation?
View 9 Replies
View Related
Sep 17, 2010
I amtrying to install a program and at the point when I am required to execute the command "make clean" and then after "make all" , I obtain the following eror message:
ndoheric@nen-laptop:/opt/WAVEFORPGM/distribute$ make clean
cd ./MyTime; make clean
make[1]: Entering directory `/opt/WAVEFORPGM/distribute/MyTime'
[code]...
View 4 Replies
View Related
Dec 13, 2010
I have, in fact, stated my problem correctly. I want to make Nautilus as the default File Manager in KDE. I use GNOME on other computers, and don't like the feel of the KDE file manager on my PC. I looked online but most "solutions" are for the other way round and in either case, didn't work for me.
I tried changing the 'inode/directory' file association to Nautilus but it didn't change anything. What can I do ? (I have GNOME as a DE here too .. But I would like to know how to change the association in KDE as well)
View 4 Replies
View Related
Feb 9, 2011
i'm using ubuntu10.10 maverick.im programming in systemc..i dunno how to compile and run my program (*.cpp). where should i save my program and where to create makefile???what is this makefile and how should i create it..got completely no idea and i'm new to ubuntu..so please someone explain clearly the concept.
View 1 Replies
View Related
Mar 4, 2011
I have an iso file that I want to mount. It turned out to contain only data so I need to make it into a working iso file using mkisofs. For some reason it was done in a couple of seconds while the file is more then 7Gb. The output is....nothing. I looked inside /media/isodrive and there is nothing there. The original img is suddenly only 363Mb :s.
This is the commandline I used:
sven@sven-XPS-L501X:~/Desktop$ sudo mkisofs -o shaun.white.iso /media/isodrive/
[sudo] password for sven:
I: -input-charset not specified, using utf-8 (detected in locale settings)
2.69% done, estimate finish Fri Mar 4 19:04:42 2011
5.38% done, estimate finish Fri Mar 4 19:04:23 2011
8.06% done, estimate finish Fri Mar 4 19:04:17 2011
10.76% done, estimate finish Fri Mar 4 19:04:14 2011
13.44% done, estimate finish Fri Mar 4 19:04:12 2011
16.13% done, estimate finish Fri Mar 4 19:04:11 2011
18.82% done, estimate finish Fri Mar 4 19:04:15 2011
21.51% done, estimate finish Fri Mar 4 19:04:14 2011
24.19% done, estimate finish Fri Mar 4 19:04:13 2011
26.88% done, estimate finish Fri Mar 4 19:04:12 2011
29.57% done, estimate finish Fri Mar 4 19:04:11 2011
32.26% done, estimate finish Fri Mar 4 19:04:11 2011
34.94% done, estimate finish Fri Mar 4 19:04:13 2011
37.63% done, estimate finish Fri Mar 4 19:04:12 2011
40.32% done, estimate finish Fri Mar 4 19:04:12 2011
43.01% done, estimate finish Fri Mar 4 19:04:11 2011
45.69% done, estimate finish Fri Mar 4 19:04:11 2011
48.39% done, estimate finish Fri Mar 4 19:04:13 2011
51.07% done, estimate finish Fri Mar 4 19:04:12 2011
53.76% done, estimate finish Fri Mar 4 19:04:12 2011
56.45% done, estimate finish Fri Mar 4 19:04:12 2011
59.14% done, estimate finish Fri Mar 4 19:04:11 2011
61.82% done, estimate finish Fri Mar 4 19:04:11 2011
64.51% done, estimate finish Fri Mar 4 19:04:12 2011
67.20% done, estimate finish Fri Mar 4 19:04:12 2011
69.89% done, estimate finish Fri Mar 4 19:04:12 2011
72.57% done, estimate finish Fri Mar 4 19:04:11 2011
75.26% done, estimate finish Fri Mar 4 19:04:11 2011
77.95% done, estimate finish Fri Mar 4 19:04:12 2011
80.64% done, estimate finish Fri Mar 4 19:04:12 2011
83.32% done, estimate finish Fri Mar 4 19:04:12 2011
86.02% done, estimate finish Fri Mar 4 19:04:11 2011
88.70% done, estimate finish Fri Mar 4 19:04:11 2011
91.39% done, estimate finish Fri Mar 4 19:04:11 2011
94.08% done, estimate finish Fri Mar 4 19:04:12 2011
96.77% done, estimate finish Fri Mar 4 19:04:12 2011
99.45% done, estimate finish Fri Mar 4 19:04:12 2011
Total translation table size: 0
Total rockridge attributes bytes: 0
Total directory bytes: 0
Path table size(bytes): 10
Max brk space used 0
186021 extents written (363 MB)
View 3 Replies
View Related
Jul 1, 2011
I recently downloaded eclipse IDE and Seamonkey, which are both currently executable files, but they do not show up under 'applications' on the top panel. Is there any way for me to change this such that they can appear under 'Applications' in any of the subcategories?
View 2 Replies
View Related
Mar 26, 2010
I can't make use of the Gnome log file viewer anymore. Seconds after I start it, it will gray out and proceed to steadily lay claim to all my available RAM. It doesn't matter which log I choose, or if I don't choose one at all. Same thing. I have 1GB RAM, and when I took the included screencap the log viewer had taken almost 80% of it. It was at 90% before I forced a shutdown of the process. Does anyone have the slightest idea what might be causing this?
View 1 Replies
View Related
Nov 8, 2010
I've recently upgraded to 10.10 and am having the same problems as with all the previous versions. I have no eth0 connection at this moment, only lo. I have an Hp pavilion about three years old with a onboard ethernet, connected to router and wired broadband. The thing is, when I am in Windows, the internet will also drop, going into "local only." I can always get that back though by running the network diagnose. Another thing. How to I get into the network.state file to make changes?
View 2 Replies
View Related