On Wed, Aug 29, 2012 at 01:29:05AM +0530, Rajagopal Swaminathan wrote:
> a1,b1,c1
> a2,b2,c2
> cut -d, -f2,3,1
Will not work. The "-f" flag specifies what columns; not the order.
Everyone makes that mistake once :-)
> In that case how do I go about swapping two columns? I do not think a
> gazz
On Tue, Aug 28, 2012 at 2:59 PM, Rajagopal Swaminathan
wrote:
> I have a CSV file with three fields.
> eg.
>
> a1,b1,c1
> a2,b2,c2
>
>
> I wanted the output to be:
> b1,c1,a1
> b2,c2,a2
>
>
> the command
> cut -d, -f2,3,1
>
> returns
>
> a1,b1,c1
>
> cut -d, -f2,3
>
> works as adverti
On 28.8.2012 21:59, Rajagopal Swaminathan wrote:
> Greetings,
>
> I have a CSV file with three fields.
> eg.
>
> a1,b1,c1
> a2,b2,c2
>
>
> I wanted the output to be:
> b1,c1,a1
> b2,c2,a2
>
>
> the command
> cut -d, -f2,3,1
>
> returns
>
> a1,b1,c1
cut cuts out, that what it does.
Greetings,
On Wed, Aug 29, 2012 at 1:36 AM, wrote:
>
> I've never been that good with cut. I'm going to see the author, Dave
> Ihnat this weekend, who sometimes shows up here... but in the meantime,
> you might use
> awk 'BEGIN {FS=",";}{print $2 "," $3 "," $1;}' infile
>
I tried it on an xp bo
Keith Roberts wrote:
> On Tue, 28 Aug 2012, m.r...@5-cent.us wrote:
>> From: m.r...@5-cent.us
>> Keith Roberts wrote:
>>> On Tue, 28 Aug 2012, m.r...@5-cent.us wrote:
From: m.r...@5-cent.us
We just got two of these HP LJ M602 "enterprise" printers in, and I'm
trying to work out
Keith Roberts wrote:
> Here is the CUPS homepage. Loads of usefull information on
> that site ;)
>
> http://www.cups.org/
>
> and
>
> http://www.cups.org/ppd.php
Thanks, but they don't seem to have a laserjet newer than 2008.
mark
___
CentOS mai
Rajagopal Swaminathan wrote:
> Greetings,
>
> I have a CSV file with three fields.
> eg.
>
> a1,b1,c1
> a2,b2,c2
>
>
> I wanted the output to be:
> b1,c1,a1
> b2,c2,a2
>
>
> the command
> cut -d, -f2,3,1
>
> returns
>
> a1,b1,c1
>
> cut -d, -f2,3
>
> works as advertised.
>
> Is it speci
On Tue, 28 Aug 2012, m.r...@5-cent.us wrote:
> To: CentOS mailing list
> From: m.r...@5-cent.us
> Subject: Re: [CentOS] CUPS driver for an HP LJ M602?
>
> Hi, Keith,
>
> Keith Roberts wrote:
>> On Tue, 28 Aug 2012, m.r...@5-cent.us wrote:
>>> From: m.r...@5-cent.us
>>>
>>> We just got two of the
On Tue, 28 Aug 2012, m.r...@5-cent.us wrote:
> To: CentOS mailing list
> From: m.r...@5-cent.us
> Subject: Re: [CentOS] CUPS driver for an HP LJ M602?
>
> Rajagopal Swaminathan wrote:
>> Greetings,
>>
>> On Wed, Aug 29, 2012 at 12:43 AM, wrote:
>>> Thanks. Just to try to get it running, I've m
Greetings,
I have a CSV file with three fields.
eg.
a1,b1,c1
a2,b2,c2
I wanted the output to be:
b1,c1,a1
b2,c2,a2
the command
cut -d, -f2,3,1
returns
a1,b1,c1
cut -d, -f2,3
works as advertised.
Is it specific to linux?
In that case how do I go about swapping two columns? I do
Hi, Keith,
Keith Roberts wrote:
> On Tue, 28 Aug 2012, m.r...@5-cent.us wrote:
>> From: m.r...@5-cent.us
>>
>> We just got two of these HP LJ M602 "enterprise" printers in, and I'm
>> trying to work out what driver/ppd. The model's not listed in the
>> current - does anyone know what might work fo
Rajagopal Swaminathan wrote:
> Greetings,
>
> On Wed, Aug 29, 2012 at 12:43 AM, wrote:
>> Thanks. Just to try to get it running, I've modified CUPS for the
>> Laserjet
>> Series 6 PCL. I also tried lp -d file.ps, and it printed,
>> though
>
> Try cups test page using localhost:631. I used to use
On Tue, 28 Aug 2012, m.r...@5-cent.us wrote:
> To: CentOS mailing list
> From: m.r...@5-cent.us
> Subject: [CentOS] CUPS driver for an HP LJ M602?
>
> We just got two of these HP LJ M602 "enterprise" printers in, and I'm
> trying to work out what driver/ppd. The model's not listed in the current
Greetings,
On Wed, Aug 29, 2012 at 12:43 AM, wrote:
> Thanks. Just to try to get it running, I've modified CUPS for the Laserjet
> Series 6 PCL. I also tried lp -d file.ps, and it printed, though
Try cups test page using localhost:631. I used to use it as an inch
and mm scale sometimes :)
--
Greetings,
On Wed, Aug 29, 2012 at 12:43 AM, wrote:
> Series 6 PCL. I also tried lp -d file.ps, and it printed, though
> the filename at the top/bottom was cut in half.
>
I remember that pain. fiddled with ppd. turned out that LJ printers
generally leave about .1" or so margin. Mechanical desig
On Tue, Aug 28, 2012 at 2:04 PM, John R Pierce wrote:
> On 08/28/12 11:41 AM, Les Mikesell wrote:
>> On Tue, Aug 28, 2012 at 3:03 AM, Rainer Traut wrote:
>>
>>> >Rsync is of no use for us. We have mainly big Domino .nsf files which
>>> >only change slightly. So rsync would not be able to ma
Rajagopal Swaminathan wrote:
> Greetings,
>
> On Tue, Aug 28, 2012 at 11:58 PM, wrote:
>> We just got two of these HP LJ M602 "enterprise" printers in, and I'm
>> trying to work out what driver/ppd. The model's not listed in the
>> current - does anyone know what might work for it? I really don't
On 08/28/12 11:41 AM, Les Mikesell wrote:
> On Tue, Aug 28, 2012 at 3:03 AM, Rainer Traut wrote:
>>> >>
>> >Rsync is of no use for us. We have mainly big Domino .nsf files which
>> >only change slightly. So rsync would not be able to make many hardlinks. :)
> Rdiff-backup might work for this sinc
Greetings,
On Tue, Aug 28, 2012 at 11:58 PM, wrote:
> We just got two of these HP LJ M602 "enterprise" printers in, and I'm
> trying to work out what driver/ppd. The model's not listed in the current
> - does anyone know what might work for it? I really don't want to have to
> install hplips on
On Tue, Aug 28, 2012 at 3:03 AM, Rainer Traut wrote:
>>
> Rsync is of no use for us. We have mainly big Domino .nsf files which
> only change slightly. So rsync would not be able to make many hardlinks. :)
Rdiff-backup might work for this since it stores deltas. Are you
doing something to snap
We just got two of these HP LJ M602 "enterprise" printers in, and I'm
trying to work out what driver/ppd. The model's not listed in the current
- does anyone know what might work for it? I really don't want to have to
install hplips on 140 or 150 systems
mark
_
> >
> http://www.if-not-true-then-false.com/2011/centos-6-netinstall-network-installation/
> >
> > This is a tutorial that will guide you through and points to the
> > correct URL for package repositories and to the correct install.img
> > file.
>
> Sure, but the install.img file at the packa
- Original Message -
> From: "John Doe"
> To: "Cent O Smailinglist"
> Sent: Tuesday, August 28, 2012 3:14:29 AM
> Subject: [CentOS] Is glusterfs ready?
>
> Hey,
>
> since RH took control of glusterfs, I've been looking to convert our
> old independent RAID storage servers to several
On Tue, August 28, 2012 11:37, Akemi Yagi wrote:
>
> Also look into spice:
>
> http://wiki.centos.org/HowTos/Spice-libvirt
>
Actually, I posted my question after reading that very page. I did
not want to start down some technically involved path if a simpler
solution was already widely used. I
Send CentOS-announce mailing list submissions to
centos-annou...@centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-requ..
Need to analyze logs? Have a look at splunk!
http://www.splunk.com/
Not sure why anyone would use anything else to tell the truth. :)
On Tue, Aug 28, 2012 at 11:49 AM, Joseph Spenner wrote:
> From: David McGuffey
>
> To: centos@centos.org
> Sent: Tuesday, August 28, 2012 2:51 AM
> Subject: [Ce
On Tuesday, August 28, 2012 02:35:25 AM Rafał Radecki wrote:
> Hi all.
>
> I have currently a task to implement a network traffic analyzer. Some years
> ago I've used NTOP for that purpose, I would also like to test some
> alternatives.
> Which alternatives can you recommend and why?
As a package
From: David McGuffey
To: centos@centos.org
Sent: Tuesday, August 28, 2012 2:51 AM
Subject: [CentOS] Log viewing and analysis tools
> I have a requirement to allow our security officer to regularly view and
> analyze the logging and auditing results of one of the machines in our
> lab. He come
Hi list
For some reason mlocate is taking a long time when I run the updatedb
command. Have a look!
[root@beta:~] #time updatedb
real19m48.729s
user0m0.400s
sys 0m2.728s
It's not a big volume by any means
[root@beta:~] #df -h
FilesystemSize Used Avail Use% Mounted on
/
On Tue, Aug 28, 2012 at 8:12 AM, Les Mikesell wrote:
> On Tue, Aug 28, 2012 at 9:23 AM, James B. Byrne wrote:
>> I am nearing the end of a project that moved our disparate services
>> and hosts onto kvm virtualized servers. What I am now contemplating
>> is setting up my desktop as a virtual hos
On Tue, Aug 28, 2012 at 10:23 AM, Giles Coochey wrote:
> On 28/08/2012 07:35, Rafał Radecki wrote:
>>
>> Hi all.
>>
>> I have currently a task to implement a network traffic analyzer. Some
>> years
>> ago I've used NTOP for that purpose, I would also like to test some
>> alternatives.
>> Which alt
On 8/28/2012 11:12 AM, Les Mikesell wrote:
> I like to use freenx to host the desktop and the NX client to display
> it. That should work regardless of whether the desktop is a VM or not
> and regardless of the OS or location of the display - and it wouldn't
> surprise me if it performs better tha
On 28/08/2012 07:35, Rafał Radecki wrote:
Hi all.
I have currently a task to implement a network traffic analyzer. Some years
ago I've used NTOP for that purpose, I would also like to test some
alternatives.
Which alternatives can you recommend and why?
Thanks ;)
If you looking at just a netfl
On Tue, Aug 28, 2012 at 9:23 AM, James B. Byrne wrote:
> I am nearing the end of a project that moved our disparate services
> and hosts onto kvm virtualized servers. What I am now contemplating
> is setting up my desktop as a virtual host and using one of the guests
> as my primary workstation.
On Tue, 2012-08-28 at 10:23 -0400, James B. Byrne wrote:
> I am nearing the end of a project that moved our disparate services
> and hosts onto kvm virtualized servers. What I am now contemplating
> is setting up my desktop as a virtual host and using one of the guests
> as my primary workstation.
I am nearing the end of a project that moved our disparate services
and hosts onto kvm virtualized servers. What I am now contemplating
is setting up my desktop as a virtual host and using one of the guests
as my primary workstation.
However, I am not sure how this would work in practice. I am
a
On 28 August 2012 11:14, John Doe wrote:
> Hey,
>
> since RH took control of glusterfs, I've been looking to convert our old
> independent RAID storage servers to several non RAID glustered ones.
>
> The thing is that I, here and there, heard a few frightening stories from
> some users (even wit
Please check which one suits you more both are web-based Octopussy or
loganalyer
http://loganalyzer.adiscon.com/
http://sourceforge.net/projects/syslog-analyzer/
On Tue, Aug 28, 2012 at 3:21 PM, David McGuffey
wrote:
> I have a requirement to allow our security officer to regularly view and
>
Am 28.08.2012 um 10:03 schrieb Rainer Traut:
> Rsync is of no use for us. We have mainly big Domino .nsf files which
> only change slightly. So rsync would not be able to make many hardlinks. :)
can this endeavor ensure the consistence of this "database" files?
--
LF
__
Hey,
since RH took control of glusterfs, I've been looking to convert our old
independent RAID storage servers to several non RAID glustered ones.
The thing is that I, here and there, heard a few frightening stories from some
users (even with latest release).
Any one has experienced with it lon
I have a requirement to allow our security officer to regularly view and
analyze the logging and auditing results of one of the machines in our
lab. He comes from the Microsoft Windows world and is not a *nix
trained person.
I know I can configure logwatch. I can also create a script containing
v
On 08/28/12 1:03 AM, Rainer Traut wrote:
> Rsync is of no use for us. We have mainly big Domino .nsf files which
> only change slightly. So rsync would not be able to make many hardlinks. :)
so you need block level dedup? good luck with that. never seen a
scheme yet that wasn't full of issues
On 08/28/12 12:58 AM, Rainer Traut wrote:
> The website looks promising. They are using a thing called SPL,
> Sun/Solaris Porting Layer to be able to use the Solaris ZFS code.
> But there is no more OpenSolaris, isn't it? Means they have to stay with
> the ZFS code from when it was open?
opensolar
Sorry for the top posting.
Dedup is just a hype. After a while the table that manage the deduped data
will be just too big. Don't use it for long term.
Sent from Samsung Galaxy ^^
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/
Am 27.08.2012 22:55, schrieb Adam Tauno Williams:
> On Mon, 2012-08-27 at 14:32 -0400, Brian Mathis wrote:
>> On Mon, Aug 27, 2012 at 7:55 AM, Rainer Traut wrote:
>>> We have looked into lessfs, sdfs and ddar.
>>> Are these filesystems ready to use (on centos)?
>>> ddar is sthg different, I know.
Am 27.08.2012 18:04, schrieb Les Mikesell:
> On Mon, Aug 27, 2012 at 6:55 AM, Rainer Traut wrote:
>>
>> is there any working solution for deduplication of data for centos?
>> We are trying to find a solution for our backup server which runs a bash
>> script invoking xdelta(3). But having this func
Am 27.08.2012 16:04, schrieb Janne Snabb:
> On 08/27/2012 07:23 PM, Rainer Traut wrote:
>
>> Yeah I know it has this feature, but is there a working zfs
>> implementation for linux?
>
> I have heard some positive feedback about http://zfsonlinux.org/ but I
> have not had time to test myself yet. It
47 matches
Mail list logo