462 Topics

Member Avatar for
Member Avatar for khess

[URL="http://redhat.com"]Red Hat[/URL] Enterprise Linux now comes with built-in virtualization ([URL="http://linux-kvm.org"]KVM[/URL]) but is Red Hat Enterprise Virtualization (RHEV) about to go to the virtual mat with [URL="http://vmware.com"]VMware[/URL]? If you look at their [URL="http://www.redhat.com/v/swf/rhev/demo.html"]RHEL video[/URL], you'll come away with a resounding 'Yes' to that question. Red Hat purchased [URL="http://www.redhat.com/promo/qumranet/"]Qumranet[/URL] in 2008 to …

Member Avatar for DimaYasny
0
925
Member Avatar for khess

It was exactly one year ago today that I published my original "[URL="http://www.daniweb.com/news/story219749.html"]The 10 Best Linux Distributions[/URL]" and it's time to put forth a new list for this year's best. Without looking at the old list, I've decided to compile this one from scratch. This 2009 list takes several factors …

Member Avatar for sameer5151
1
4K
Member Avatar for coud_ren_26

hi! is it possible to chat or to talk to someone using "OPEN TERMINAL" in redhat if will take in to consideration that there is a LAN connection between them?

Member Avatar for kings_mitra
0
228
Member Avatar for adamomo

Hi all. This has been bugging me for hours. I do a simple text book passing of a filehandle to a function and get a bundle of errors. my func : int appendVVmatrix(VVdouble &mat,ofstream& outF){ if (outF.is_open()){ for (int i=0; i<mat[0].size();i++) { for (int j=0; j<mat[0].size();j++) { char num[40]; sprintf(num,"%f",mat[i][j]); …

Member Avatar for adamomo
0
183
Member Avatar for prem2

Hi , I dont have any basic knowledge in servlet program in java.Now i am using Redhat os. Please any one tell some steps how to execute the servlet program. Thank you, Prem.

Member Avatar for prem2
0
137
Member Avatar for k2k

hi, i am very new to the darwin unix os. so much i wanna know if there is something like redhat's "yum" command to search and install softwares from the repository. my second question is, for example i downloaded vnc .. when i cd to the installtion folder, i see …

Member Avatar for neilnicky017
0
150
Member Avatar for vinodpragadeesh

hi, i am facing problem at connecting c++ with oracle10g in redhat4 platform can you guide me to solve the problems. if you do that means i will really thank full to you. thank you at advance

0
38
Member Avatar for BastienP

Hello DaniWeb Community ! Just few words in order to introduce myself... I'm a System Administrator and sometimes Junior Project Manager. I mostly work on Microsoft's systems but sometimes I have the pleasure of installing/maintaining Linux Systems, mostly Ubutunu sometimes RedHat(/CentOS) and Debian. I work in a "SSII" (French acronym …

Member Avatar for bigbadbear
0
296
Member Avatar for fadi-ft

hey guys I don't know if this is the right place for my post subject I want to transfer my Fedora OS into router such that the PC has two NICs on it, so i want to connect two computers to this PC and let the Fedora OS acts as …

Member Avatar for blud
0
263
Member Avatar for khess

The topic of certification surfaces every so often in technical circles--especially when job seekers face tough job competition. The value of such certifications comes into question versus that of years of experience. For experienced technicians and engineers, the opinion is that experience is the most important for landing a job. …

Member Avatar for joetraff
0
537
Member Avatar for prem2

Hi Daniweb team, How to update xpdf in fedora system in terminal..Can any one help me out. My version is: Fedora release 8 (Werewolf) I saw the version in the following command cat /etc/ redhat -release Thank you, Prem

Member Avatar for prem2
0
142
Member Avatar for khess

It's rare that a company like [URL="http://www.redhat.com"]Red Hat[/URL] would remove a high-end feature from its popular commercial operating system but that's just what it did. Red Hat Enterprise Linux (RHEL) 6.0 will ship without the [URL="http://www.xen.org"]Xen[/URL] hypervisor. Instead, it will include Red Hat's own [URL="http://www.linux-kvm.org"]KVM[/URL] virtualization. Has Red Hat done …

Member Avatar for Beastmanh
0
224
Member Avatar for khess

Last night while watching my usual list of recorded television programs, I saw a commercial for [URL="http://www.kgb.com"]KGB[/URL], the company that begs you to text them with your questions. For a mere 99 cents, they'll answer any question that you ask of them. I'm sure that they have their share of …

Member Avatar for jwenting
1
1K
Member Avatar for khess

Florian Mueller, Open Source Patent Activist, just released the following information. He believes that patents already used by IBM against [URL="http://www.turbohercules.com"]TurboHercules[/URL] are also a threat to other major FOSS projects. He now calls on the community for action. [URL="http://openbsd.org"]OpenBSD[/URL], [URL="http://xen.org"]Xen[/URL], [URL="http://virtualbox.org"]VirtualBox[/URL], [URL="http://redhat.com"]Red Hat Enterprise Virtualization[/URL], [URL="http://mysql.com"]MySQL[/URL], [URL="http://postgresql.com"]PostgreSQL[/URL], [URL="http://sqlite.org"]SQLite[/URL] and [URL="http://kaffe.org"]Kaffe[/URL] …

0
920
Member Avatar for khess

Today marks the end of an era for [URL="http://www.sco.com"]SCO[/URL], the embattled company whose officers thought that they owned the full rights to the UNIX code, is no more. Linus Torvalds, creator of Linux, purchased the company for just over $4 million. The company will be renamed to Linsco to reflect …

Member Avatar for theUnseen
0
920
Member Avatar for khess

This just in: [URL="http://www.redhat.com"]Red Hat, Inc[/URL]. just announced today that its Red Hat Enterprise Virtualization (REV) now includes the ability to run Virtual Desktop Infrastructure or VDI. I've been a long time anti-VDI voice but Red Hat just might be the one to pull it off and make it work …

0
245
Member Avatar for DrewS

Hello I need pthread.h library in my program in C and i am using Visual Studio. how can i use threading in C? i visited this [URL="http://sources.redhat.com/pthreads-win32/"]site.[/URL] but i dont know what to download and where to put it. I mean what am i supposed to download- header file or …

Member Avatar for jephthah
0
131
Member Avatar for Durrah

Hello everybody. I have a SIS-based dtk MiBook S52 laptop (SIS chipset, SIS ethernet, SIS vga ...) I have tried to setup linux on it, but the installer hung up and I can't determine the problem the distribution I tried are: 1- RedHat 2- open SUSE 10.2 3- Fedora 10 …

Member Avatar for Durrah
0
285
Member Avatar for daviddoria

I am trying to compile some software I found online. I am getting a bunch of these errors: [code] No rule to make target `/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/stdarg.h', needed by `formCluster.o'. Stop. [/code] In the Makefiles, there are certainly lines like this: [code] transform.o: /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/stddef.h [/code] The errors seem to go away if …

Member Avatar for daviddoria
0
404
Member Avatar for intervade

So I'm working on a linked list class, for a class I'm taking. I've basically just started working on it and I'm getting an unknown error that I really don't know how to deal with. The compiler is not returning an error in my code really, its returning a bunch …

Member Avatar for mitrmkar
0
153
Member Avatar for Shaikh Mohsin

Hi friends, I have installed ubuntu 9.04 in that i have install DRBL package installtion is done correctly but when i run LANG=C sudo /opt/drbl/sbin/drblsrv -i it gives *****************************************************. Hint! When a "yes or no" option is available, the default value is uppercase. E.g. (y/N) the default is "N", so …

Member Avatar for ingalex
0
495
Member Avatar for khess

Ok, so we all know that I've been giving [URL="http://www.fedoraproject.org"]Fedora[/URL] a bit of a black eye lately with my [URL="http://www.daniweb.com/blogs/entry4448.html"]BaitNSwitch[/URL] and [URL="http://www.daniweb.com/blogs/entry4459.html"]Is Fedora Still Relevant[/URL] posts so I've decided to give them some positive press and enter their [I][URL="http://spins.fedoraproject.org"]Spins[/URL][/I] Zone. Spins are live Fedora CD images designed with a specific …

Member Avatar for murukesan.s
0
303
Member Avatar for sacredfaith

Warm greetings! My name is Avery White and I am absolutely in love with Jesus, and I'm working on making Him the center of my life! I'm a 23 year old "super senior" at Texas A&M University, and I'm majoring in Computer Engineering with minors in Mathematics and English. I'm …

Member Avatar for CJesusSaves
0
187
Member Avatar for factolove

hi i'm new to linux and having problems configuring my DHCP on redhat 9. i'm planning for it to be working with windows machines.. pliz assist :confused:

Member Avatar for forumid123
0
119
Member Avatar for Grand666

hey guys. okay. i googled my a s s off and I can't find someone or a website that explains what these files mean when you download the dvd for slackware? I want to make a quadruple boot external hard drive with Ubuntu, Fedora, Slackware and CentOs on it. Basicaly …

Member Avatar for iamthwee
0
804
Member Avatar for nerden

I currently run a website at www.domain1.com which happily points to my server not a problem. This server (Fedora Core 10) runs Apache, PHP etc the full LAMP setup. I now want to run www.domain2.com from this server too. As I understand it i can do this with Virtual Hosts. …

Member Avatar for amadensor
0
192
Member Avatar for khess

Neither RedHat nor Novell feel the need to push for a Linux Desktop that competes with the ubiquitous Windows OS. So the two largest commercial Linux vendors are throwing in the towel in the Desktop arena. There it is. Now go by yourselves a copy of Windows Vista--and while you're …

Member Avatar for pogson
0
243
Member Avatar for psrajeshece

Hi, In C drive I am having window XP and in D drive I am having Windows 2003 server. And I have 3 more drive, so when I installing Linux OS, after the step “Select a Language” it asking source of the OS “CD ROM, ISO Image, FTP, HTTP, HARD …

Member Avatar for nileshgr
0
149
Member Avatar for EddieC

If you've ever remotely operated one computer from another, you've used desktop virtualization. It's been built into Linux, Mac OS X and Windows for years, but recent moves by Red Hat could signal that it's about to go mainstream. The Linux company late last week announced that it was opening …

0
350
Member Avatar for Dewey1040

this is the error i'm getting. g++ main.cpp g++ universityperson.cpp /usr/lib/gcc/i386-redhat-linux/3.4.6/../../../crt1.o(.text+0x18): In function `_start': : undefined reference to `main' collect2: ld returned 1 exit status make: *** [universityperson.o] Error 1 I'm not going to post all the code i have but here is my makefile main file and universityperson files …

Member Avatar for nezachem
0
237
Member Avatar for stvrich

I am working so many things at the same time right now I am just hoping that someone has actually done... what I am about to ask. My old [B]PIII IBM r30 thinkpad[/B] is a --good ---solid 'little' machine. comes with cd drive (swap w/floppy) 256 meg of ram, and …

Member Avatar for stvrich
0
364
Member Avatar for stvrich

I am working so many things at the same time right now I am just hoping that someone has actually done... what I am about to ask. My old [B]PIII IBM r30 thinkpad[/B] is a --good ---solid 'little' machine. comes with cd drive (swap w/floppy) 256 meg of ram, and …

0
83
Member Avatar for forstudy3

I have written a function which will open the file with the input name provided.I am compiling on a Linux box using g++ compiler.Detail code below Plz let me know what is the wrong in code. [CODE]1 #include<iostream> 2 #include<fstream> 3 #include<string> 4 #include<stddef.h> 5 #include<cstddef> 6 #include<cstring> 7 8 …

Member Avatar for Clinton Portis
0
295
Member Avatar for matta.ankit

hii.. i am having compaq presarion v6211 AU laptop. i have tried all the versions of redhat linux on my system, but not able to get graphical mode. i have tried all the basic commands but not able to get it. help me.

Member Avatar for here2serve
0
99
Member Avatar for khess

Welcome to the 10th installment of the Crystal Ball Sunday series. This is an exciting time to be involved with Linux because the temperature is right for some Linux vendor consolidation. In my August 22nd post, [URL="http://www.daniweb.com/blogs/entry3012.html"]Microsoft and Novell: Buying In or Selling Out[/URL], I subtly predicted that [URL="http://www.microsoft.com"]Microsoft[/URL] would …

Member Avatar for blink22
0
304
Member Avatar for mikeandike22

Ok I have been looking for this for a while it is the ultimate list of repositories for the Ubuntu 6.06 Dapper Drake distro. It will give you so many program choices you wont know what to do. simply goto your terminal and type sudo gedit /etc/apt/sources.list (I chose gedit …

Member Avatar for ingalex
0
484
Member Avatar for HoWS

Hello, I'm a newbies with Linux RedHat. I've followed your instructions on how to configure the samba and now I can see my linux server from Win98 computer. My problem is how to create a new user. Let say, I logged in as win98 from Win98 PC and wanted to …

Member Avatar for rohitmehta
0
471
Member Avatar for devan1p

I was trying to install RedHat Enterprise Linux 4 (Work Station) on my new system, which comprises of Samsung 80 GB SATA hard disk, intel MB and 256MB DDRam. But it says "no devices found to install the OS" . What should I do:sad:

Member Avatar for mapiyeeve
0
142
Member Avatar for linux

I just installed Redhat Linux 9 to play around with it. It booted into the command prompt. How do I make it so that it boots into the GUI, and then on every other boot, boots into the GUI as well (so it temporarily permanantly boots into the GUI).

Member Avatar for jbennet
0
195
Member Avatar for Iam3R

[CODE] #include <gst/gst.h> #include <stdbool.h> static GMainLoop *loop; static gbooleanbus_call (GstBus *bus,GstMessage *msg, gpointer user_data) { switch (GST_MESSAGE_TYPE (msg)) { case GST_MESSAGE_EOS: { g_message ("End-of-stream"); g_main_loop_quit (loop); break; } case GST_MESSAGE_ERROR: { gchar *debug; GError *err; gst_message_parse_error (msg, &err, &debug); g_free (debug); g_error ("%s", err->message); g_error_free (err); g_main_loop_quit (loop); break; …

Member Avatar for Iam3R
0
92
Member Avatar for Big_Daddy

I'm having some trouble installing RH 9.0 using Vmware 4.0 on my laptop. I currently have my hdd partitioned into C and D drive (factory settings). I've decided to install RH 9.0 using vmaware 4.0 and RH's installation wizard is prompting me to partition. It's telling me that everything will …

Member Avatar for velbon81
0
183
Member Avatar for Durrah

Hello everybody. I have a SIS-based dtk MiBook S52 laptop (SIS chipset, SIS ethernet, SIS vga ...) I have tried to setup linux on it, but the installer hung up and I can't determine the problem the distribution I tried are: 1- RedHat 2- open SUSE 10.2 3- Fedora 10 …

Member Avatar for i_tears
0
117
Member Avatar for cheruvu

Hi, I am murthy . I am facing a problem in redhat linux, device not found. I have two hard disk in one compter. one is for windows xp and another linux. for windows xp i am getting internet. when i started linux , it is saying device not found. …

Member Avatar for cheruvu
0
212
Member Avatar for rashid47010

I copy the xen rpm from the RH dvd when running below command yum install xen the installer gives the dependencies error: ERROR: Missing Dependency: libblktap.so.3.0 is needed by package xen and many more please guide me how to solve this issue......... thanks in advance

Member Avatar for rashid47010
0
70
Member Avatar for khess

Since I check my linkbacks religiously, I noticed one of the comments over at [URL="http://www.linsux.org"]linsux.org[/URL] (An anti-Linux rant site) on my recent post, "[URL="http://www.daniweb.com/news/story226405.html"]5 Things You Can Do to Put Linux in the Driver Seat[/URL]" and thought I would share one of the entries with you. He wants us Linux …

Member Avatar for legolas558
0
621
Member Avatar for liamfriel

This is my second post, apologies for not coming straight here :P [B]About me:[/B] 23 year old php developer from Scotland. I am here to learn more about severs, specifically apache on redhat linux. I like gaming and have a small love for fizzy drinks! I hope to have some …

Member Avatar for tux4life
-1
38
Member Avatar for Ancient Dragon

If you dual-boot Vista and Fedora or Ubuntu then Thunderbird email client can use a common email box for both operating systems. If you already have an email account set up on one of the operating systems, such as Vista, then open Thunderbird, select Tools --> Account Settings, then click …

1
195
Member Avatar for Smalls

I have no idea where to even begin to put this but, I have recently installed Linux Fedora on my pc as/for a dual boot, my problem is now that windows won't hibernate, when you tell it to the screen goes black like it is going to hibernate but then …

-1
188
Member Avatar for area103lemuel

Hello there Unix & Linux Guru's and Gifted ones, Can anyone help me configure fetchmail on my redhat 9.0 This sounds to be silly but really I'm new to linux. I really need step by step installation and configuration on our company's required Redhat 9.0 (shrike) OS. Thank you and …

0
131
Member Avatar for khess

Since its inception in 2004, [URL="http://www.ubuntu.com"]Ubuntu[/URL] has been the beneficiary in what seems like a bottomless money pit for South African entrepreneur, [URL="http://www.markshuttleworth.com"]Mark Shuttleworth[/URL] via his commercial support and development venture, [URL="http://www.canonical.com"]Canonical[/URL]. Since Canonical, Ltd. isn't an American publicly-owned company (and I don't know South African law), it's unlikely that …

Member Avatar for tarkus
0
313

The End.