On Sun, Dec 12, 2010 at 8:34 AM, Nico Kadel-Garcia wrote:
> On Sat, Dec 11, 2010 at 12:24 PM, Rainer Duffner
> wrote:
>
>> The other question is if it actually works.
>> Too many of the low-cost devices eat the data on the drives, when the
>> motherboard or the controller fries...
>> With luck,
On 12/12/10 08:56, John R Pierce wrote:
>
>> IBM sells some nice one rack units as well.
>
> speaking of.anyone have any experience with the IBM DS3500 storage?
>
> I've been considering the DS3500 for my dev lab storage. These come
> 24x2.5" (or 12x3.5") SAS 2U boxes with redundant storage c
On 12/12/10 06:50, Brian Mathis wrote:
> On Fri, Dec 10, 2010 at 2:20 PM, James B. Byrne wrote:
>> Please forgive my ignorance but I need a explanation of how to
>> accomplish the following since I cannot figure it out from the
>> documents.
>>
>> I have a Ruby script with a shebang line that look
After installing kmod-fuse rpm, I had given "/dev/sda3/mnt/winntfs
rw,umask=,defaults" in the file /etc/fstab. Then I gave mount /mnt/win.
But I couldn't copy files from system to the hard disk so I removed
kmod-fuse by rpm -e command. I installed fuse-ntfs-3g rpm. Now what are the
chan
On Sun, Dec 12, 2010 at 6:21 AM, Ritika Garg wrote:
> After installing kmod-fuse rpm, I had given "/dev/sda3 /mnt/win ntfs
> rw,umask=,defaults" in the file /etc/fstab. Then I gave mount /mnt/win.
> But I couldn't copy files from system to the hard disk so I removed
> kmod-fuse by rpm -e
On 12/11/2010 11:15 AM, Rudi Ahlers wrote:
> If you use any NAS (or a SAN) devices, what do you use? And I'm
> referring more to larger scale network storage than your home PC or
> home theater system.
>
> We've had very good experiences with our NetGear ReadyNAS devices but
> I'm in the market for
i can use "natively" openssl for anonymous chat:
# Chat:
# server side:
openssl req -x509 -nodes -days 365 -newkey rsa:8192 -keyout mycert.pem -out
mycert.pem
# server side - generate a self-signed cert.
openssl s_server -accept 52310 -cert mycert.pem
# client side - "127.0.0.1" is the IP of
On Sun, Dec 12, 2010 at 5:07 PM, William Warren
wrote:
> On 12/11/2010 11:15 AM, Rudi Ahlers wrote:
>> If you use any NAS (or a SAN) devices, what do you use? And I'm
>> referring more to larger scale network storage than your home PC or
>> home theater system.
>>
>> We've had very good experience
On Dec 12, 2010, at 5:17 AM, Rudi Ahlers wrote:
> On Sun, Dec 12, 2010 at 8:34 AM, Nico Kadel-Garcia wrote:
>> On Sat, Dec 11, 2010 at 12:24 PM, Rainer Duffner
>> wrote:
>>
>>> The other question is if it actually works.
>>> Too many of the low-cost devices eat the data on the drives, when th
On Sun, Dec 12, 2010 at 4:17 AM, Rudi Ahlers wrote:
>
> In one instance we need to host virtual machines, so we don't need
> anything fancy. I'm happy with running iSCSI / NFS and even AOE.
> Currently we have a few 2U SuperMicro servers with 24bays, running
> OpenFiler. But, OpenFiler is outdated
Hello all.
Does anybody have experience with pushing CentOS in enterprise?
I have the following situation. I tried to promote CentOS to local bank. They
have now a couple of Gentoo-based systems and I tried to explain them that
CentOS is much better option for enterprises.
IT department is int
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Zdenek said the following on 12/12/10 17:45:
> Are there any public resources that can be used as proofs of CentOS stability?
Are there about Windows stability?
Ciao,
luigi
- --
/
+--[Luigi Rosa]--
\
To iterate is human, to recourse, divine.
---
On Sun, Dec 12, 2010 at 10:45 AM, Zdenek wrote:
> Does anybody have experience with pushing CentOS in enterprise?
>
> I have the following situation. I tried to promote CentOS to local bank. They
> have now a couple of Gentoo-based systems and I tried to explain them that
> CentOS is much bette
At Sun, 12 Dec 2010 17:45:23 +0100 CentOS mailing list
wrote:
>
> Hello all.
>
> Does anybody have experience with pushing CentOS in enterprise?
>
> I have the following situation. I tried to promote CentOS to local bank. They
> have now a couple of Gentoo-based systems and I tried to explai
2010/12/12 Zdenek :
> Hello all.
>
> Does anybody have experience with pushing CentOS in enterprise?
Yes and no. Maybe you should select RHEL for enterprises?
--
Eero
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/cen
I'm on Centos 5.5, and would like to use sox to strip out
any periods of silence > 5 seconds from a batch mp3 audio
files.
Googling I found sox, but it does not seem to support mp3
files by default.
The man page says:
.mp3 MP3 Compressed Audio
MP3 audio files come from the MPEG standard
On Sun, Dec 12, 2010 at 12:26 PM, Robert Heller wrote:
> At Sun, 12 Dec 2010 17:45:23 +0100 CentOS mailing list
> wrote:
>
> >
> > Hello all.
> >
> > Does anybody have experience with pushing CentOS in enterprise?
> >
> > I have the following situation. I tried to promote CentOS to local bank.
>
> I have the following situation. I tried to promote CentOS to local bank. They
> have now a couple of Gentoo-based systems and I tried to explain them that
> CentOS is much better option for enterprises.
We deployed a CentOS based virtualized appliance for a (non-critical)
application developed
On Sun, Dec 12, 2010 at 05:48:36PM +, Keith Roberts wrote:
> I'm on Centos 5.5, and would like to use sox to strip out
> any periods of silence > 5 seconds from a batch mp3 audio
> files.
ffmpeg can do this.
Assuming it's the first 5 seconds (as an example), syntax would be
ffmpeg -i long
On Sun, 12 Dec 2010, Scott Robbins wrote:
> To: CentOS mailing list
> From: Scott Robbins
> Subject: Re: [CentOS] Stripping silent periods from MP3s
>
> On Sun, Dec 12, 2010 at 05:48:36PM +, Keith Roberts wrote:
>> I'm on Centos 5.5, and would like to use sox to strip out
>> any periods of
On Sunday 12 December 2010 17:02:27 Keith Roberts wrote:
> I need to remove (or shorten to 5 seconds) any silent
> sections throughout the Mp3 file - not just the beginning or
> the end.
I usually do this in Audacity (graphical app) and the feature is called
"Truncate Silence". I'm not sure if
On Dec 12, 2010, at 11:34 AM, Les Mikesell wrote:
> On Sun, Dec 12, 2010 at 4:17 AM, Rudi Ahlers wrote:
>>
>> In one instance we need to host virtual machines, so we don't need
>> anything fancy. I'm happy with running iSCSI / NFS and even AOE.
>> Currently we have a few 2U SuperMicro servers w
On Dec 12, 2010, at 11:45 AM, Zdenek wrote:
> Hello all.
>
> Does anybody have experience with pushing CentOS in enterprise?
I do, but I have it easy because I am the IT management.
> I have the following situation. I tried to promote CentOS to local bank. They
> have now a couple of Gentoo-b
On 12/11/2010 12:22 PM, Sergey Podushkin wrote:
> After building a bunch of packages it can be easily signed by this way:
>
> rpm --resign *.rpm
>
> if you need to sign packages from other account:
>
> su -c "rpm --resign *.rpm" username
>
> So it requires to type password only once.
> It may b
On 12/11/2010 07:26 PM, bluethundr wrote:
> Sorry I forgot to finish the story!!! :)
>
> And the interface doesn't appear to be sharing the address:
>
> [r...@virtcent01:~]#ip addr sh eth0
> 2: eth0: mtu 1500 qdisc pfifo_fast qlen 1000
> link/ether 00:16:36:22:92:70 brd ff:ff:ff:ff:ff:ff
>
Mathias,
Did you manage to implement the backup? Do let us know how it went.
FYI, rsync is a good choice because it is available on all popular
distros and works fast in doing the backups. One advice is that you
look out for differences in the trailing backslas
Is the the system for a bank need critical?
then pay for RHEL
else install CENTOS
Its the mentality of people and lack of exposure to technology that
hinders people from moving forward. Recently the MyGOSSCON 2010
(http://mygosscon.oscc.org.my) saw more gove
On Mon, Dec 13, 2010 at 12:12:11PM +0800, Nicholas wrote:
Please post in text to mailing lists. Please see
http://www.centos.org/modules/tinycontent/index.php?id=16
John
--
Normally the beautiful days in life come after
28 matches
Mail list logo