Displaying 20 results from an estimated 4000 matches similar to: "iso creation with dd"
2009 Jan 12
10
Creating an iso image of a audio CD with K3B
Can you do this? I have not found the options to get this to happen.
So far I have seen how to read the Audio CD and make a directory of WAV
files with a control file for later burning to CD, but I want an iso
image that I can archive and burn audio CDs to use as they get used up.
2009 Jul 27
4
What's the configure specs for the generic Apache install of CentOS x86_64 5.3?
I'm trying to install apache 2.2.x from a tarball.
And it works. But I'm also trying to install modsecure, and I can't get that to work.
It might help to know what CentOS uses to install Apache when doing the ./configure.
=== Al
2006 Dec 03
7
Installing CentOS over LAN
I want to set up a server that will do network installs of CentOS,
perhaps through NFS.
Ideally, I'd put a CentOS in the CD of the target computer, I boot
it off of that CD, and then the rest is done over my network and
with the server.
Has anyone done that and published it? Where can I find docs?
=== Al
2008 Jul 30
2
X-Windows Login
I have a server with all the x-windows stuff installed. But it's
giving me a text based login prompt on the console.
I can log onto the console, and run
gnome-session
and GNOME comes up fine. How do I turn it on so that I get a X-Window
GUI login prompt?
=== Al
2007 Jun 07
2
Standard RH iptables analysis
This is a standard RedHat / CentOS firewall configuration, where I
told it, through the standard RH setup GUI, that I want ssh and
snmp allowed through.
Chain INPUT (policy ACCEPT)
target prot opt source destination
RH-Firewall-1-INPUT all -- anywhere anywhere
Chain FORWARD (policy ACCEPT)
target prot opt source
2006 Sep 26
7
FLAC CD Archive
I see that this was the right place to fire off this question. Thanks
for your feedback. It has given me a base to start some trials. I used
to use EAC on Windows, but I tend to only use open source software as
much as possible and I don't use Windows any more. I gave a brief look
at abcde, but it is clear I need to look at this some more. It looks
like it has the potential to do everything I
2007 Sep 20
5
Disk De-Fraging in Linux
A couple of questions. Are there any linux tools that can de-frag an
ext2/3 partition?
Are there any advantages to doing so if you're running hardware RAID5?
Are there advantages / disadvantages if you're running LVM?
=== Al
2013 Mar 14
3
ntfs-3g
I'm looking for ntfs-3g.? I'm getting lots of hits through google, but I'm suspicious of some of the sites.
The one rpm I downloaded from rpmfind wouldn't install because of some missing library.? Where's a good place to get the tarball?
??? === Al
2004 Sep 12
3
Archiving CDs w/ Flac on Unix (and subsequent re-encoding)
On a related note, are there any tools which can read the Index information
from a CD and preserve these in some file for later recreation?
The actual TOC on a CD has very little information: just the Absolute Start
Time of each Track. Is there any documentation of the "TOC" file format that
is commonly used? I do not recall coming across anything. Obviously, I am
also
2007 Mar 19
3
Shell Question
So I list out some directories, and I redirect the output to a file
called "out".
I do it with:
find . \( -type d ! -name . -prune \)' > out
I then go into "out" using my favorite editor and remove any
directories I don't want to search.
When I do a
find `cat out` -name 'something*'
I get an error on any directories with whitespace in them. When I
2004 Sep 10
5
[Flac-users] Re: CD archival best practices?
I've just started to archive my CD collection (about 800 CDs), and
my criteria are pretty much the same as the original message under
this subject, except that I'm doing one file per CD. One file per song
is just too much of a pain, and there's really no need, given FLAC's
ability to have metadata in the file.
The first thing I do is run cd-discid against the cd, and store that
2007 May 14
2
vsftp anonymous upload access
I'm trying to set up anonymous ftp using vsftp. I want to be able to
allow uploads. The anonymous id is userid "ftp". The ~ftp/ directory
is actually owned by root, but ~ftp/pub is owned by ftp.
Here's the vsftpd.conf:
anonymous_enable=YES
anon_upload_enable=YES
local_enable=NO
write_enable=NO
local_umask=022
dirmessage_enable=YES
2008 Sep 22
2
install of Pod::Simple through CPAN
I'm running CentOS 4.4.
I'm trying to install swatch (a log watcher) using CPAN.
It's getting hung up on trying to install a dependency, Pod::Simple
So before I get too wrapped up in this, I have the following
questions:
1. Is there an alternative way to install swatch? I didn't get a hit
when I tried yum.
2. I'm not wedded to swatch. Is there another log checker
2008 Sep 24
2
Installing perl modules using yum?
I'm trying to install swatch using rpmbuild.
I'm getting dependency errors saying that I need perl(Date::Calc),
perl(Date::Format), and perl(File::Tail).
I've been beaten over the head in this group for using CPAN. So
methodology do I use to I install those modules?
=== Al
2010 Sep 21
2
Recompiling CentOS's stock openssl
I'm running CentOS release 4.8.
For security reasons, I have to modify openssl's ssl.h in /usr/include/openssl/.
That's easy. But for the new settings to take effect, I have to recompile
openssl. I do have openssl-devel installed.
How do I recompile?
=== Al
2013 Mar 12
2
Manual Yum Updates -- No connectivity to Outside Yum Server
I want to update a CentOS 6.x install.? But it's located behind a firewall with no connectivity to the external internet.
What are my options?
??? === Al
2007 Jul 31
2
Linux File System w/case-insensitivity
I used to mount some files via Samba which resided on a windows
machine on a CentOS box. We moved the files to a NetApp filer, and I
was unable to mount those files using either Samba or CIFS. Most of
my problems with Samba were related to the (Windows?) password
encryption scheme that has not been included in the Samba suite.
Even if I use the mount t cifs, it didn't work.
So on the
2007 Jan 20
2
FLAC CD Archive
Hi,
Bit late to join in the discussion but I've just read through the CD
archiving discussion and was particular interested in Dax's method,
described here (also included below):
http://lists.xiph.org/pipermail/flac/2006-September/000611.html
So far I've just been flac-ing my CDs to individual one-flac-per-track
files, however it appears I've been missing some of the other bits
2008 Jan 16
5
Capturing Packets -- Ethereal
This may be off topic, but I think my ethereal question might be simple enough.
I am presently compiling ethereal on a CentOS platform to check it out.
But the packets I want to monitor are actually on a different CentOS platform, and I'd rather not install Ethereal on it, if for no other reason I don't have X-Windows installed on that platform.
My question is, can I monitor/write
2001 May 15
8
CloneCD ?
Anyone have succefully run clonecd or know how to burn cloneCD files under
linux ?
I can run CloneCD but it tell me that it cant load device driver and
shutdown immedialty
wine tell me that it dont know the VXD ElbyCDIO
any ideas ?
thx