Red Hat
Tag details
Welcome to the 'Red Hat' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'Red Hat'.
Latest blogosphere posts tagged “Red Hat”
-
Open Source Distribution: Ready to Roll?
The VAR Guy —
Authority: 578
Tech Data, as The VAR Guy expected, is the latest distributor to launch a major open source channel initiative. Tech Data’s effort (called Open Tech) follows a Synnex-Red Hat initiative to launch the Open Source Channel Alliance. But are distributors really ready to support open source across the IT channel? Yes and ...2 hours ago -
FUDCon status.
The Grand Fallacy —
Authority: 118
OK, this post obviously didn’t make it out of Australia before I did. It was a pretty grueling travel day, with a 13-hour flight from BNE to LAX, followed by Customs (a thankfully brief wait) and then a four-hour layover followed by another five-hour flight back to IAD, then home. It’s been a weekend partly spent ...19 hours ago -
Changing prompt in tcsh
LinuxQuestions.org —
Authority: 176
Hi, I am trying to change the propmpt in tcsh in Redhat. I did all the following: In ~/.cshrc I added at the end of the file the new prompt. Copied csh.cshrc and csh.login to ~/ and added the new prompt at the end of both of them. I get the new prompt every time I open a terminal window, but the minute I am ...1 day ago -
Send HTML body and HTML attachment using MUTT command
The UNIX and Linux Forums —
Authority: 168
Hi there.. I need a proper "mutt" command to send a mail with html body and html attachment at a time. Also if possible let me know the other commands to do this task. Please help me..2 days ago -
Download Now
Linux/Unix News - motd.ambians.com —
Authority: 460
Enterprises that adopt the Red Hat Linux operating system and run it on Dell PowerEdge servers require a way to manage these environments.2 days ago -
Fedora 12 Linux Tackles Virtualization
Computer & Internet - computer-internet.marc8.com —
Authority: 164
InternetNews: "Virtualization has been a big push this year for Linux vendor Red Hat (NYSE: RHT). Its also a big area of focus for the Red Hat-sponsored Fedora Linux 12 release, which is due out next week."2 days ago -
Sound Cards loading in Different order on bootup...
LinuxQuestions.org —
Authority: 176
I am having issues with my sound.. Sometimes when I boot up I get the following when I cat /proc/asound/cards [digitolx@ssureshot-pc ~]$ cat /proc/asound/cards 0 [NVidia ]: HDA-Intel - HDA NVidia HDA NVidia at 0xd6000000 irq 225 1 [UART ]: MPU-401 UART - MPU-401 UART ...2 days ago -
Microsoft Acknowledges Linux Threat
iGraphiX —
Authority: 121
A coverage from Good Gear Guide of a recent Microsoft !0-K SEC filing:Microsoft for the first time has named Linux distributors Red Hat and Canonical as competitors to its Windows client business in its annual filing to the US Securities and Exchange Commission. The move is an acknowledgment of the first viable ...3 days ago -
Mandriva Linux 2010 – Perhaps The Best Linux Release All Year
Computer & Internet - computer-internet.marc8.com —
Authority: 164
MakeUseOf: "Mandriva has a long and distinguished history in the Linux distribution arena. They began over a decade ago using Red Hat as their base and quickly became the preferred choice of the new Linux user."3 days ago -
New camera
AdamW on Linux and more —
Authority: 115
We’re mostly done with the Fedora 12 release now, and I’m going for a weekend break to Seattle with my partner tomorrow, so I thought it was a perfect time to indulge myself in a shiny new toy – a new camera. My last one was a fairly cheap Sony compact bought three years ago, so it was definitely showing its ...3 days ago -
#service --status-all : screen flickering
The UNIX and Linux Forums —
Authority: 168
hi there when i run Code: #service --status-all or #service nfs status the screen flickers if i ssh from remote system than i dont have flickering on the remote nor that system. is it something to do with probably display configuration. ? and which file are the display setting like resolutions set ...4 days ago -
ifconfig , ifdown, ifup
The UNIX and Linux Forums —
Authority: 168
hi there the ethernet wire was out of the pc when the system started. Code: #ifconfig #ifconfig -a i did not get any ip for eth0. i plug the cable into the pc Code: #ifdown eth0 #ifup eth0 now the ip address is assigned to eth0 Question is : IS this right way to bring ethernet down and then bring ...4 days ago -
Torquebox: An All-In-One Java/JBoss Powered Ruby Webapp Platform
Computer & Internet - computer-internet.marc8.com —
Authority: 164
In the past two years weve seen a number of changes in the world of Ruby webapp deployment, but have you heard of Torquebox ? Built upon the Red Hat Inc. read more4 days ago -
Down under, part 1.
The Grand Fallacy —
Authority: 118
Spot and I are in Australia all week, and I wanted to give a brief accounting of events thus far. I left home Friday around lunch time, flew from Washington/Dulles to Los Angeles, and arrived there in the evening. The flight was uneventful and on a comfortable Airbus A320. I met up with Spot at the airport; we had ...4 days ago -
Novell and Microsoft pact reaches third year mark
Enterprise Linux Log —
Authority: 107
This post was contributed to by Pam Derringer, News Writer On the third anniversary of the 2006 Microsoft-Novell pact , Novell is touting 475 customers who have bought SUSE Linux Enterprise certificates from Microsoft under the settlement. Under the controversial agreement, Novell agreed to give Microsoft either a ...4 days ago -
Remote installation of rpm package (Using YUM)
The UNIX and Linux Forums —
Authority: 168
Hi, I have configured YUM repository on a server and we have 10 linux machine (clients). Is there any way we can install a package on all the 10 machines from YUM repository server? Please help me.5 days ago -
I need to RSYNC 2 Servers (Same OS, Different Arch)
LinuxQuestions.org —
Authority: 176
Hello Fellows, Happy Day, I hope.. :) Dear all, I have this thing in hand.. I few months ago had a VPS which I spent days setting up what I need into it.. And I finally got it to work like a charm.. exactly like I need. Alright, couple days ago.. I needed to take another one, and I went through that.. Now, I have 2 ...5 days ago -
Header V3 DSA signature:
The UNIX and Linux Forums —
Authority: 168
[root@rhel5HP Server]# rpm -ivh telnet-server-0.17-38.el5.i386.rpm warning: telnet-server-0.17-38.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186 error: Failed dependencies: xinetd is needed by telnet-server-0.17-38.el5.i386 [root@rhel5HP Server]# ----------------------------------------------- ...5 days ago -
Microsoft Launching an Open-Source CMS?
WebHostingFan.com —
Authority: 124
Though best known for its extensive suite of proprietary commercial products, as of late, Microsoft has been dabbling a lot more in the field of open-source development. Many suspect that this is due to rising competition from major open-source players such as Red Hat, Adobe and Google. It has just been revealed ...6 days ago -
httpd and telnet
The UNIX and Linux Forums —
Authority: 168
Hi there I have installed httpd and telnet-server on RHEL5 standalone machine. Normally when i install these services they work once i edit /etc/xinetd.d/telnet disable = no start httpd and xinetd services .. #chkconfig --level 345 httpd on #chkconfig --level 345 xinetd on #service httpd start #service xinetd ...6 days ago