General :: Install Package To Convert One Unix Book Into Pdf?
Dec 15, 2010
I wanted to install this package to convert one Unix book into pdf. Since I have not set up the internet in the debian, I download the .deb files in winxp and transfer these files to my pen drive and then access it in the Debian. So I got all the 'depends' packages for the chm2pdf from the Debian Packages site and tried to install. Console was still asking for more dependencies. If I have got all the 'depends' packages which are required for chm2pdf, then why does it give problems ?
View 3 Replies
ADVERTISEMENT
Jul 18, 2010
I'm trying to use convert, I have installed the imagemagick. I use this line:convert *.jpg test.pdf but I'm only able to convert to pdf 1 single jpg file, not multiple files at once. When there's more than one file, I get the following error: Segmentation fault
View 5 Replies
View Related
Dec 17, 2010
Write a script to convert all DOS style backslashes to UNIX style slashes in a list of files
View 2 Replies
View Related
Mar 26, 2010
Using rpm -qa | grep -i <pkgname> gives if a package is installed or not.
But, I would like to find out where a package is already installed i.e the location where a particular package is installed say /opt/<pkg>
View 2 Replies
View Related
Oct 27, 2010
Is it possible to convert the standard Ubuntu 10.10 OS to Ubuntu Netbook, so it permanently logs in as the Netbook edition?
View 2 Replies
View Related
May 20, 2011
How do I write a script to convert all DOS style backslashes to UNIX style slashes in a list of files /
View 3 Replies
View Related
Oct 12, 2009
I have a deb package ,but in order to install it on CentOS, so I have convert it to RPM format .have anybody knows how to conver deb package to RPM ?
View 3 Replies
View Related
Mar 30, 2010
trying to install a dvd of Openbook, a distribution of ebooks from the gutenberg collection. running debian lenny amd64.i have multi and uni in repositories enabled. equivs is installed, as well as libglib1.2ldbl libglib1.2-dev and libglib1.2-dbg. i looked in /dependencies/deb/ folder on the dvd and found these packages gdk-pixbuf_0.22-1_i386.deb and gtk+_1.2-1_i386.deb. tried to install gtk+.... after finding synaptic shows no gtk+ packages, only gtk... with the expected error that i am running the wrong version of debian to install x386 apps. looked online and found that lenny amd64 will run 386 apps in compatibility mode. how does compatibility mode work?
View 2 Replies
View Related
Apr 7, 2011
Possible Duplicate:convert CRLF's to line feeds on Linux
How can I convert DOS txt file to Unix txt file, so I can use my Linux parser properly?
View 7 Replies
View Related
Nov 6, 2010
What I am trying to do is to convert a mass of files from standard Windows text encoding to UNIX encoding(462 .txt files). After a bit of searching, I found this bit of code, changed the necessary parts, put in "Sleep" so I could see the output and ran it:
Code: #!/bin/bash
FROM=iso-8859-1
TO=UTF-8
[code]...
View 6 Replies
View Related
Sep 13, 2010
I'm working in a lab running a CentOS server with Perl 5.8.8.
I would like to install a newer version of Perl for my personal use only (i.e. do not affect other users). How can I do that?
View 2 Replies
View Related
Jan 24, 2010
I have a projet at university, and i need to install a rootkit or keylogger on the unix operating system, i have searched over the internet and i have found names of rootkits but i couldnt download or get the source code for the rootkit. Does anyone know where to find a rootkit or keylogger to use?
View 5 Replies
View Related
Jan 28, 2010
I used the following command to get the unix time of root user creation:
Code:
awk -F":" '$1 == "root" {print $3}' /etc/shadow
How can i convert this into the date/time of creation?
I am writing a shell script, which determines the OS installation date among other stuff, and i am assuming the root user's account creation date should be a pretty accurate pointer. Are there reasons why i should not be assuming so?I would be open to other suggestion for getting this date/time, but it would nevertheless be interesting to convert the unix time to "real" time without doing complex manual(or otherwise) computation..
View 4 Replies
View Related
Jan 30, 2010
How do you convert a 9.04 .deb to a 9.10? I'm not sure if I even need to, but before I install an older package I would like to know if there are general rules. I have a camera software package that has yet to be updated, and I can't find the source code, but can find the Jaunty .deb. are there any pointers out there?
View 2 Replies
View Related
Nov 16, 2009
I've got a couple of boxes (one linux and one Win Vista) that I want to enable the hardware RAID 1 (mirrored drives). I've not worked with RAID before. I don't really know much about RAID, but from what I've gathered from google, it seems like I may have to enable the RAID first in the BIOS and then reinstall. Is that correct or is there a way to enable the onboard RAID without reinstalling? I was hoping to clone the drive with dd and then enable RAID 1 in the bios and viola! Since one of the machines is my parents' (the Vista box), I'd prefer to do something non-destructive. I may just setup a backup mechanism for them where at least they have the data files backed up to the other drive. If I have to reinstall mine (Debian Lenny), I may bite the bullet and do the reinstall.
View 5 Replies
View Related
Sep 10, 2011
i 've an hp laptop with 2 120gb hdds. On hd1 there used to be vista plus the hp recovery partition and hd2 was for storage.When i moved to opensuse 11.1 as the primary OS some 3 years ago, i set it on hd2, with / , /home and swap partitions and left hd1 as is.
I have two questions.
first / seems to be out of space (i tried to install a gcc compiler and i got a warning). Is there anything i can do? Can i resize it on a live system? Can i delete/compress something on it safely?
Second: i currently use windows only for a tv card and a couple of old games so no need for 100 gb on this partition.Is it safe to repartition it? Partitioner says i should not partition on a live system but it appears not to be mounted?
File System:
File System: NTFS
Mount Point:
Label: OS
If i resize it to, say, 40 gb and try to partition the rest, how should i mount it? I get the options /local, tmp and srv. Can i mount it somehow to use it for example for music or downloads storage?
View 3 Replies
View Related
Mar 30, 2011
I need PDF version of this book SUSE Linux Toolbox 1000 Commands for openSUSE and SUSE Linux
anybody has it?
View 3 Replies
View Related
Jun 23, 2010
Suggest me the best book for learning more about directories in ubuntu filesystem
View 5 Replies
View Related
Apr 30, 2011
I'm built an distributed application, and now I want to take some metrics to show how my application works. These metrics includes the time of computation, the time of communication and the amdhal law. I would like to know what tests can be done to show the performance of the application. So, I'm searching for a book or document that shows me what type of tests can be done to show the performance of an application.
View 2 Replies
View Related
Aug 3, 2011
I'm starting in the forum, than if i commit a mistake.
I'm looking for a conceptualized book or manual about SAMBA?
View 3 Replies
View Related
Feb 10, 2011
Going through book, "Guide to UNIX Using Linux". I am doing one of the projects that has me writing scripts to join files. Here is my pnumname script and I am extracting the programmers names and numbers from the program file and redirecting the output to the file pnn. I then created a joinall script where I am trying to join the files pnn and pnumname and redirect the output to pactrep. When I run the script sh joinall and use less to display the contents of the redirected file pactrep, I get an error- join: extra operand `pnum'
Try `join --help' for more information.... I went to the man pages but I still (obvious) do not have a solid grasp.
#=======================================================
# Script Name: pnumname
# By: J.D.
[code]....
View 1 Replies
View Related
Dec 23, 2010
Im trying to install net-vi_2.2.1.tar.gz its my understanding that i need to navigate the Unix terminal directory to the either the tar.gz archive or extract the file to a folder and use that as the command directory for the terminal so my first question is how do i use that folder with the terminal? what command do i use?
After that i use the readme or install text file for the rest of the commands i need but im not sure cause ive never installed from tar.gz before
How to install a .tar.gz file ?
View 8 Replies
View Related
Apr 6, 2010
How can i install src.rpm package on Red hat Linux ?
View 2 Replies
View Related
Feb 16, 2010
i am totally newbie in linux.how to install tar.bz2?? please give me crystal clear command to open this file because a lot of threads regarding to this matter really crack my mind.
View 5 Replies
View Related
Feb 17, 2011
I have two RHEL conputers that are causing me a bit grief in the user manager gui.One computer is kernel is 2.6.18-194.8.1.el5 and the other is 2.6.18-194.11.1.el5.I don't think that matters much but wanted to give you all the onfo I had.
> All the users on the these two computers do not have root access/rights
> When a standard user access the user manager they are not prompted for the root password and cannot open the User Manager.Is there a package I need to install?
View 14 Replies
View Related
Sep 24, 2010
I have many years of experience with DOS and Windows, but this is my first dabble in Linux, in particular Fedora 13. The OS is great, but my lack of knowledge makes me uneasy. Is there a good book available in HTML or PDF format that covers. The basics, and is relevant to Fedora 13?
View 10 Replies
View Related
Jun 10, 2010
I am very new in linux/aix scripting. I request you all to give me efficient pdf book or documentation for learning scripting.
View 2 Replies
View Related
May 6, 2011
I am running Mandriva Linux 2010.2 KDE on my Dell Dimension 5150 desktop. Using the software manager, I tried selecting the gcc4.2-c++ package for the compiler but I get the message:
Quote:
the following package cannot be selected:
- gcc4.2-c++-4.2.3-6mnb2.i586
View 14 Replies
View Related
Sep 16, 2010
I understand that I can specify nogpgcheck on the command line, or gpgcheck=0 in the repo file, but if I want to do it "right" how would I get the public key? And where should I have looked to find this without bothering the group? I looked in man yum and don't seem to find it.
View 6 Replies
View Related
Nov 24, 2009
i am trying to install in my puppy 4 the gxine 0.5.903i already have downloaded it to My-Documents folder.However, each time that i try to install it using the package manager the file does'nt foundedThis is my firt time using Linux and i really like puppy
View 5 Replies
View Related