[CentOS] gcc?

2010-05-03 Thread hadi motamedi
dear all i have gcc on my centos. I need to make an executable file from my c code. Can you please let me know what stuff and company do i need on my centos? Is there any gui like c++/visual c avalable for centos? Thank you ___ CentOS mailing list CentOS

Re: [CentOS] gcc?

2010-05-03 Thread Frank Cox
On Mon, 2010-05-03 at 08:14 +0100, hadi motamedi wrote: > dear all i have gcc on my centos. I need to make an executable file > from my c code. Can you please let me know what stuff and company do i > need on my centos? If you have basic c source code on your computer, and you have gcc installed

[CentOS] Installing a CentOS based distro with Raid driver - Citrix XenServer

2010-05-03 Thread Georghy
Hi everyone, I'm trying to install a XenServer on a server (ref:S5000PAL) http://www.intel.com/products/server/motherboards/s5000pal/s5000pal-overview.htm The installation failed because of lack of Raid driver, I found this out because I tried to install XenServer without raid and it worked grea

Re: [CentOS] gcc?

2010-05-03 Thread hadi motamedi
>Are you trying to ask for a recommendation for a programmers editor? Thank you for your reply. Actually, I do not just need an C code editor but I am seeking if a complete software package like c++/visual c on Windows does exist for CentOS that enables for editing, debugging, running, online help

[CentOS] Math?

2010-05-03 Thread hadi motamedi
Dear All Is there any software package like MATLAB for Windows available for centos? Thank you ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] gcc?

2010-05-03 Thread Benjamin Donnachie
On 3 May 2010, at 08:38, hadi motamedi wrote: > Can you please let me know if such a complete package if available? Lots - do some basic research to find one that meets your needs, for example http://www.google.co.uk/search?q=Linux+c%2B%2B+IDE Ben ___

Re: [CentOS] Math?

2010-05-03 Thread Benjamin Donnachie
On 3 May 2010, at 09:51, hadi motamedi wrote: > Is there any software package like MATLAB for Windows available for > centos? MATLAB for Linux? http://www.mathworks.com/products/matlab/requirements.html and http://www.mathworks.com/support/sysreq/current_release/linux.html For alternatives, h

Re: [CentOS] Math?

2010-05-03 Thread Lars Schelde
> Is there any software package like MATLAB for Windows available for centos? Try MATLAB for Linux. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] gcc?

2010-05-03 Thread Mathieu Baudier
>> Can you please let me know if such a complete package if available? > > Lots - do some basic research to find one that meets your needs, for > example http://www.google.co.uk/search?q=Linux+c%2B%2B+IDE Yes there are a lot and it takes time to install and test them all... I personnally settled

Re: [CentOS] How to schedule for a repeated task?

2010-05-03 Thread John Doe
From: hadi motamedi >Actually I need to telnet to it and issue some commands and capture the output >of the commands in a file and then wait for a prescribed time interval and >then redo from the start (but I need to append all of the logs in just one >file). Maybe have a look at nc (man nc)..

Re: [CentOS] Math?

2010-05-03 Thread John Doe
From: hadi motamedi >Is there any software package like MATLAB for Windows available for centos? http://tinyurl.com/37zp37y JD ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Simplifying making a USB install key

2010-05-03 Thread John Doe
From: "m.r...@5-cent.us" > Ok, where/how do I submit this to the CentOS project? > Here's a complete script - anyone, *please* feel free to test it, and let > me know if I've missed anything. Don't forget to say in the wiki where to get this 'livecd-iso-to-disk' fedora script JD __

Re: [CentOS] How to schedule for a repeated task?

2010-05-03 Thread hadi motamedi
Maybe have a look at nc (man nc)... > > Thank you . It can connect to remote node port 23. But how can I send command to remote node and capture its log? ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] How to schedule for a repeated task?

2010-05-03 Thread John R. Dennison
On Mon, May 03, 2010 at 12:02:43PM +0100, hadi motamedi wrote: > > Thank you . It can connect to remote node port 23. But how can I send > command to remote node and capture its log? Do you do a single iota of research on your own or do you expect the members of this list to do *e

Re: [CentOS] How to schedule for a repeated task?

2010-05-03 Thread hadi motamedi
Do you do a single iota of research on your own or do you >expect the members of this list to do *everything* for you? > > > > Sorry for wrong question. I just need to know if you see implementing it via 'expect' or 'nc' is feasible or not? I you see it feasible, I will extract the d

Re: [CentOS] gcc?

2010-05-03 Thread Robert Heller
At Mon, 3 May 2010 08:38:26 +0100 CentOS mailing list wrote: > > > > >Are you trying to ask for a recommendation for a programmers editor? > Thank you for your reply. Actually, I do not just need an C code editor but > I am seeking if a complete software package like c++/visual c on Windows >

Re: [CentOS] Math?

2010-05-03 Thread Robert Heller
At Mon, 3 May 2010 09:51:35 +0100 CentOS mailing list wrote: > > > > Dear All > Is there any software package like MATLAB for Windows available for centos? There is a Linux/UNIX version of MATLAB itself. Costs though. I am not sure if octave is the same thing or not. > Thank you > > MIME-

[CentOS] Software Protection on centos

2010-05-03 Thread premrajm
Hi, I would like to have a software protection for my hardisk. I have some query regarding that (1) In Centos, is it possible to do a hardisk protection. Ex : Even if the hardisk is taken from a PC and used on another PC, it should not be executable. (2) Also if the entire binary of the sou

[CentOS] Read Processor ID

2010-05-03 Thread premrajm
Hi, On Centos is it possible to read the processor ID from any File ? Regards, Premraj M Disclaimer : This message is proprietary to Smartlink Network Systems Ltd. and is intended solely for the use of the individual to whom it is addressed. It may contain privileged or confidential information

Re: [CentOS] Read Processor ID

2010-05-03 Thread Kwan Lowe
On Mon, May 3, 2010 at 7:51 AM, wrote: > > Hi, > > On Centos is it possible to read the processor ID from any File ? > Sure, just use dmidecode... ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Read Processor ID

2010-05-03 Thread Rudi Ahlers
On Mon, May 3, 2010 at 1:51 PM, wrote: > > Hi, > > On Centos is it possible to read the processor ID from any File ? > > Regards, > Premraj M > > dmidecode | more -- Kind Regards Rudi Ahlers SoftDux Website: http://www.SoftDux.com Technical Blog: http://Blog.SoftDux.com Office: 087 805 9573 C

Re: [CentOS] Math?

2010-05-03 Thread Peter Kjellstrom
On Monday 03 May 2010, hadi motamedi wrote: > Dear All > Is there any software package like MATLAB for Windows available for centos? > Thank you Ocatave is a free matlab-like tool available from EPEL in packages suitable for CentOS. /Peter signature.asc Description: This is a digitally signed

Re: [CentOS] gcc?

2010-05-03 Thread Massey, Ricky
Try kdevelop. -Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of hadi motamedi Sent: Monday, May 03, 2010 3:15 AM To: centos@centos.org Subject: [CentOS] gcc? dear all i have gcc on my centos. I need to make an executable file from my c c

Re: [CentOS] Software Protection on centos

2010-05-03 Thread Jerry Franz
On 05/03/2010 04:50 AM, premr...@digilink.in wrote: Hi, I would like to have a software protection for my hardisk. I have some query regarding that (1) In Centos, is it possible to do a hardisk protection. Ex : Even if the hardisk is taken from a PC and used on another PC, it should not be

Re: [CentOS] How to schedule for a repeated task?

2010-05-03 Thread Les Mikesell
hadi motamedi wrote: > > >Do you do a single iota of research on your own or do you >expect the members of this list to do *everything* for you? > > > > Sorry for wrong question. I just need to know if you see implementing it > via 'expect' or 'nc' is feasible or not?

Re: [CentOS] gcc?

2010-05-03 Thread Kwan Lowe
On Mon, May 3, 2010 at 8:26 AM, Massey, Ricky wrote: > Try kdevelop. Will second this... It comes with project templates for anything from a simple shell "helloworld" to full blown GUI apps. ___ CentOS mailing list CentOS@centos.org http://lists.centos

Re: [CentOS] gcc?

2010-05-03 Thread Les Mikesell
Robert Heller wrote: > At Mon, 3 May 2010 08:38:26 +0100 CentOS mailing list > wrote: > >> >> >>> Are you trying to ask for a recommendation for a programmers editor? >> Thank you for your reply. Actually, I do not just need an C code editor but >> I am seeking if a complete software package lik

Re: [CentOS] Math?

2010-05-03 Thread Mathieu Baudier
I used Scilab when I was a student, which is compatible with matlab: http://www.scilab.org/ I have never tested it on CentOS (there seem to be a very old version in the RPMForge repo). ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mai

Re: [CentOS] Read Processor ID

2010-05-03 Thread John Doe
From: "premr...@digilink.in" >On Centos is it possible to read the processor ID from any File ? cat /proc/cpuinfo JD ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Math?

2010-05-03 Thread m . roth
> On Monday 03 May 2010, hadi motamedi wrote: >> Dear All >> Is there any software package like MATLAB for Windows available for >> centos? >> Thank you > > Ocatave is a free matlab-like tool available from EPEL in packages > suitable for CentOS. MATLAB runs on CentOS. Lessee, I log onto one box I

Re: [CentOS] gcc?

2010-05-03 Thread m . roth
> Robert Heller wrote: >> At Mon, 3 May 2010 08:38:26 +0100 CentOS mailing list >> wrote: >> Are you trying to ask for a recommendation for a programmers editor? >>> Thank you for your reply. Actually, I do not just need an C code editor >>> but I am seeking if a complete software package lik

Re: [CentOS] Upgrading to 2.6.32

2010-05-03 Thread Dan Burkland
-Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of James Pearson Sent: Sunday, May 02, 2010 5:54 PM To: CentOS mailing list Subject: Re: [CentOS] Upgrading to 2.6.32 mailli...@gmail.com wrote: > dag, thanks for the article. I'm tempted to

[CentOS] Broken upgrade to memcached

2010-05-03 Thread m . roth
Yum checkupdate tells me I should update memcached, that the x86_64 1.4.5-1.el5 needs an update, I go to do that, and it complains that it's missing a dependency of libevent-1.4.so.2 (this is all 64 bit, CentOS 5.4). Clues... or is this actually broken? mark __

Re: [CentOS] Broken upgrade to memcached

2010-05-03 Thread Stephen Harris
On Mon, May 03, 2010 at 10:07:20AM -0400, m.r...@5-cent.us wrote: > Yum checkupdate tells me I should update memcached, that the x86_64 > 1.4.5-1.el5 needs an update, I go to do that, and it complains that it's > missing a dependency of libevent-1.4.so.2 (this is all 64 bit, CentOS > 5.4). > > Clu

Re: [CentOS] Broken upgrade to memcached

2010-05-03 Thread Christoph Maser
Am Montag, den 03.05.2010, 16:07 +0200 schrieb m.r...@5-cent.us: > Yum checkupdate tells me I should update memcached, that the x86_64 > 1.4.5-1.el5 needs an update, I go to do that, and it complains that it's > missing a dependency of libevent-1.4.so.2 (this is all 64 bit, CentOS > 5.4). > > Clues

[CentOS] TCP Tuning/Apache question (possibly OT)

2010-05-03 Thread Kwan Lowe
Hello All: I've been requested to add some TCP tuning parameters to some CentOS 5.4 systems. These tunings are for the TCP receive buffer windows: net.core.rmem_max net.core.wmem_max Information on this tuning is broadly available: http://fasterdata.es.net/TCP-tuning/linux.html http://www.speedg

Re: [CentOS] Broken upgrade to memcached

2010-05-03 Thread m . roth
Chris wrote: > Am Montag, den 03.05.2010, 16:07 +0200 schrieb m.r...@5-cent.us: >> Yum checkupdate tells me I should update memcached, that the x86_64 >> 1.4.5-1.el5 needs an update, I go to do that, and it complains that it's >> missing a dependency of libevent-1.4.so.2 (this is all 64 bit, CentOS

Re: [CentOS] gcc?

2010-05-03 Thread ken
On 05/03/2010 08:48 AM Kwan Lowe wrote: > On Mon, May 3, 2010 at 8:26 AM, Massey, Ricky wrote: >> Try kdevelop. > > Will second this... It comes with project templates for anything from > a simple shell "helloworld" to full blown GUI apps. Nobody's mentioned glade2-- or as its listed in the gn

Re: [CentOS] gcc?

2010-05-03 Thread m . roth
> > On 05/03/2010 08:48 AM Kwan Lowe wrote: >> On Mon, May 3, 2010 at 8:26 AM, Massey, Ricky >> wrote: >>> Try kdevelop. >> >> Will second this... It comes with project templates for anything from >> a simple shell "helloworld" to full blown GUI apps. > > Nobody's mentioned glade2-- or as its lis

Re: [CentOS] Broken upgrade to memcached

2010-05-03 Thread Christoph Maser
Am Montag, den 03.05.2010, 16:20 +0200 schrieb m.r...@5-cent.us: > Chris wrote: > > Am Montag, den 03.05.2010, 16:07 +0200 schrieb m.r...@5-cent.us: > >> Yum checkupdate tells me I should update memcached, that the x86_64 > >> 1.4.5-1.el5 needs an update, I go to do that, and it complains that it's

Re: [CentOS] Math?

2010-05-03 Thread Agile Aspect
On Mon, May 3, 2010 at 1:51 AM, hadi motamedi wrote: > Dear All > Is there any software package like MATLAB for Windows available for centos? Python with Scipy http://www.python.org/ http://www.scipy.org/ -- Enjoy global warming while it lasts. ___

Re: [CentOS] Software Protection on centos

2010-05-03 Thread Todd Denniston
Jerry Franz wrote, On 05/03/2010 08:34 AM: > On 05/03/2010 04:50 AM, premr...@digilink.in wrote: >> >> Hi, >> >> I would like to have a software protection for my hardisk. I have some >> query regarding that >> >> (1) In Centos, is it possible to do a hardisk protection. Ex : Even if >> the hardisk

Re: [CentOS] Read Processor ID

2010-05-03 Thread Kwan Lowe
On Mon, May 3, 2010 at 9:24 AM, John Doe wrote: > From: "premr...@digilink.in" >>On Centos is it possible to read the processor ID from any File ? > > cat /proc/cpuinfo At least on my systems, /proc/cpuinfo does not contain the processor ID. Output from dmidecone: Processor Information

Re: [CentOS] gcc?

2010-05-03 Thread Les Mikesell
On 5/3/2010 8:38 AM, m.r...@5-cent.us wrote: >>> > Are you trying to ask for a recommendation for a programmers editor? Thank you for your reply. Actually, I do not just need an C code editor but I am seeking if a complete software package like c++/visual c on Windows does exist

Re: [CentOS] gcc?

2010-05-03 Thread Agile Aspect
On Mon, May 3, 2010 at 12:14 AM, hadi motamedi wrote: > dear all i have gcc on my centos. I need to make an executable file > from my c code. Can you please let me know what stuff and company do i > need on my centos? Is there any gui like c++/visual c avalable for > centos? +1 for Eclipse/CDT/P

Re: [CentOS] gcc?

2010-05-03 Thread Mathieu Baudier
>> Can you please let me know if such a complete package if available? > > Lots - do some basic research to find one that meets your needs, for > example http://www.google.co.uk/search?q=Linux+c%2B%2B+IDE Yes there are a lot and it takes time to install and test them all... I personnally settled

Re: [CentOS] Installing a CentOS based distro with Raid driver - Citrix XenServer

2010-05-03 Thread Phil Schaffner
Georghy wrote on 05/03/2010 03:31 AM: > Hi everyone, > I'm trying to install a XenServer on a server (ref:S5000PAL) > http://www.intel.com/products/server/motherboards/s5000pal/s5000pal-overview.htm May be a "Fake RAID" rather than true hardware raid. See http://wiki.centos.org/HowTos/SoftwareR

Re: [CentOS] Math?

2010-05-03 Thread Alan McKay
http://lmgtfy.com/?q=matlab+for+linux :-) -- “Don't eat anything you've ever seen advertised on TV” - Michael Pollan, author of "In Defense of Food" ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] nfs4 help needed

2010-05-03 Thread Anne Wilson
On Sunday 02 May 2010 21:09:46 Tom H wrote: > On Thu, Apr 29, 2010 at 8:36 AM, Anne Wilson wrote: > > Fedora 13 is using nfs4, and there is a problem in opening files > > requiring OpenOffice if accessed over an nfs3 mount, so it's time to > > change. I found a couple of tutorials, and got it *a

Re: [CentOS] Read Processor ID

2010-05-03 Thread John Doe
From: Kwan Lowe >>> On Centos is it possible to read the processor ID from any File ? >> cat /proc/cpuinfo > At least on my systems, /proc/cpuinfo does not contain the processor ID. I thought of a general identification (vendor_id / cpu family / model); not a specific ID. My bad... JD

Re: [CentOS] gcc? (w/ a bit of "vi vs. emacs")

2010-05-03 Thread ken
Find research and analysis on US healthcare, health insurance, and health policy at: On 05/03/2010 10:37 AM m.r...@5-cent.us wrote: >> >> Nobody's mentioned glade2-- or as its listed in the gnome menu, "Glade >> Interface Designer". It's a drag-and-

Re: [CentOS] gcc? (w/ a bit of "vi vs. emacs")

2010-05-03 Thread m . roth
Ken wrote: > On 05/03/2010 10:37 AM m.r...@5-cent.us wrote: >> someone wrote: >>> >>> Nobody's mentioned glade2-- or as its listed in the gnome menu, "Glade >> Interesting. > > Yeah, it's so cool, I don't understand why there aren't a bazillion > Linux GUI apps for everything. It makes creat

Re: [CentOS] Upgrading to 2.6.32

2010-05-03 Thread Scott Silva
on 5-1-2010 1:40 PM maillis...@gmail.com spake the following: > > > On Sat, May 1, 2010 at 4:34 PM, Rob Kampen > > wrote: > > maillis...@gmail.com > wrote: > > I want to upgrade a 5.4 box with the 2.618 kernel to a

[CentOS] Matlab vs. Octave

2010-05-03 Thread m . roth
Oddly enough, there's a report on slashdot today, that Matlab doesn't have the code for 64 bit math, bu that "Octave, the free Matlab clone" does. mark ___ CentOS mailing list CentOS@cento

[CentOS] Mock Shell Arch Command

2010-05-03 Thread Ryan Wagoner
I've successfully rebuilt Red Hat EL PHP 5.2.10 RPMs using mock on a CentOS 5.4 i386. I wanted to be able to build both x86_64 and i386 versions so I reinstalled my builder system with CentOS 5.4 x86_64. Now I can build the PHP RPM successful for x86_64, but i386 fails with the following during con

Re: [CentOS] Broken upgrade to memcached

2010-05-03 Thread m . roth
Chris wrote: > Am Montag, den 03.05.2010, 16:20 +0200 schrieb m.r...@5-cent.us: >> Chris wrote: >> > Am Montag, den 03.05.2010, 16:07 +0200 schrieb m.r...@5-cent.us: >> >> Yum checkupdate tells me I should update memcached, that the x86_64 >> >> 1.4.5-1.el5 needs an update, I go to do that, and it

Re: [CentOS] gcc?

2010-05-03 Thread Mathieu Baudier
> Assuming your system can handle the what, 1G+ IDE, and do so with > reasonable speed As we speak, I have under the eyes two Eclipse workspaces with tens of OSGi (Java) projects and hundreds of dependencies. Workspace 1: 167M of 274M Workspace 2: 99M of 322M (show heap status in Preferences

Re: [CentOS] Broken upgrade to memcached

2010-05-03 Thread Christoph Maser
Am Montag, den 03.05.2010, 20:38 +0200 schrieb m.r...@5-cent.us: > Chris wrote: > > Am Montag, den 03.05.2010, 16:20 +0200 schrieb m.r...@5-cent.us: > >> Chris wrote: > >> > Am Montag, den 03.05.2010, 16:07 +0200 schrieb m.r...@5-cent.us: > >> >> Yum checkupdate tells me I should update memcached,

Re: [CentOS] gcc? (w/ a bit of "vi vs. emacs")

2010-05-03 Thread Bob McConnell
m.r...@5-cent.us wrote: > Ken wrote: >> On 05/03/2010 10:37 AM m.r...@5-cent.us wrote: >>> someone wrote: Nobody's mentioned glade2-- or as its listed in the gnome menu, "Glade > >>> Interesting. >> Yeah, it's so cool, I don't understand why there aren't a bazillion >> Linux GUI app

Re: [CentOS] gcc? (w/ a bit of "vi vs. emacs")

2010-05-03 Thread m . roth
> m.r...@5-cent.us wrote: >> Ken wrote: >>> On 05/03/2010 10:37 AM m.r...@5-cent.us wrote: someone wrote: > > Nobody's mentioned glade2-- or as its listed in the gnome menu, >> > For an editor I use emacs because I can use it for just about > anything > vi. > from

Re: [CentOS] Simplifying making a USB install key

2010-05-03 Thread Phil Schaffner
m.r...@5-cent.us wrote on 04/30/2010 11:03 AM: > Ok, where/how do I submit this to the CentOS project? > > Here's a complete script - anyone, *please* feel free to test it, and let > me know if I've missed anything. Variation on your theme. Uses ext2 and extlinux with no FAT partition. Remov

Re: [CentOS] Simplifying making a USB install key

2010-05-03 Thread m . roth
Phil wrote: > m.r...@5-cent.us wrote on 04/30/2010 11:03 AM: >> Ok, where/how do I submit this to the CentOS project? >> >> Here's a complete script - anyone, *please* feel free to test it, and >> let me know if I've missed anything. > > Variation on your theme. Uses ext2 and extlinux with no FAT

Re: [CentOS] gcc? (w/ a bit of "vi vs. emacs")

2010-05-03 Thread ken
On 05/03/2010 12:18 PM m.r...@5-cent.us wrote: > Ken wrote: >> >>> > Of course, the one *I* want is brief. I think $$ome editor$ still > advertise brief emulation mode. *How* many keystrokes is it to do column > copy in emacs? It's a *programmable* editor... so you could do it with one keyst

[CentOS] iostat on multipath disks

2010-05-03 Thread Wahyu Darmawan
Hi Experts, How can I get info for my disks on multipath disks? I mean, usually I use 'iostat' for internal disks, however I need to know status of my multipathig devices, cause I'm monitoring stress test for my application.. Thank you for your responses. Regards,

Re: [CentOS] gcc? (w/ a bit of "vi vs. emacs")

2010-05-03 Thread Rob Kampen
Bob McConnell wrote: m.r...@5-cent.us wrote: Ken wrote: On 05/03/2010 10:37 AM m.r...@5-cent.us wrote: someone wrote: Nobody's mentioned glade2-- or as its listed in the gnome menu, "Glade Interesting. Yeah, it's so cool, I don't under

Re: [CentOS] iostat on multipath disks

2010-05-03 Thread nate
Wahyu Darmawan wrote: > Hi Experts, > > How can I get info for my disks on multipath disks? > I mean, usually I use 'iostat' for internal disks, however I need to know > status of my multipathig devices, cause I'm monitoring stress test for my > application.. iostat works fine for devices running