Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Where can i download redhat 6 and later? Post 302620649 by Peasant on Monday 9th of April 2012 01:44:52 AM
Old 04-09-2012
Basically if you want to learn Red Hat, you can download CentOS for free.

They are virtually the same.
This User Gave Thanks to Peasant For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

download

where can i download the game (1 Reply)
Discussion started by: kabouter5454
1 Replies

2. HP-UX

Download HP-UX

Hi, I want to download HP-UX 11.31. From where i could get it? Thanks, Prashant. (1 Reply)
Discussion started by: prashantbhushan
1 Replies

3. HP-UX

Download HP-UX

Hi all, Can anyone pls gimme the sitename or some torrent link to download HP-UX DVD / CDs. I want it for intel machines. Pls help. Thanks in adv. Vikas (1 Reply)
Discussion started by: vikas027
1 Replies

4. AIX

which SP to download

Hi All, Which should I download from this SP: http://www-933.ibm.com/eserver/support/fixes/fixcentral/pseriesfixpackinformation/5300-08-02-0822 I got my AIX5.3 freshly installed. Thank you in advance. (1 Reply)
Discussion started by: itik
1 Replies

5. UNIX for Advanced & Expert Users

Where to download unix not unix flavours like ubuntu, redhat etc.

I checked unix.org but did not find any link where i can download basic unix flavour. any idea from where i can download unix. thanks in advance. - nilesh (14 Replies)
Discussion started by: ynilesh
14 Replies

6. Red Hat

Redhat - Software download

Hello, I am not a sysadmin. I wanted to install Redhat linux 64 bit on my PC in a new secondary hard disk. Could you please help me where can I download 64 bit Redhat Linux? I tried on the redhat download page and find out the below mentioned versions Red Hat Linux 7.1 i386 Red Hat Linux... (5 Replies)
Discussion started by: oradba_arun
5 Replies

7. Post Here to Contact Site Administrators and Moderators

Download link

I know this is not the correct area to post this but I am not able to post anywhere. Where do I find the download of Unix, or where have the link to buy it if available? :o (4 Replies)
Discussion started by: CaroLPunk
4 Replies

8. HP-UX

How to download HP-UX OS?

How to download HP-UX OS? I want to install Hp-UX OS for practicing commands and all. Which site can I use? Kindly help!! Thank you in advance!:o (4 Replies)
Discussion started by: manalisharmabe
4 Replies

9. HP-UX

How to download HP-UX OS?

How to download HP-UX OS? I want to install Hp-UX OS for practicing commands and all. Which site can I use? Kindly help!! Thank you in advance!:o (7 Replies)
Discussion started by: manalisharmabe
7 Replies

10. UNIX for Advanced & Expert Users

Sort command results are different in Redhat 4 vs Redhat 5

Hi, I am having a text file with the following contents ########### File1 ########### some page1.txt text page.txt When I sort this file on Red Hat 5, then I get the following output ########### File1 ########### page1.txt page.txt some (3 Replies)
Discussion started by: sarbjit
3 Replies
ABRT-CONFIGURATION(8)						    ABRT Manual 					     ABRT-CONFIGURATION(8)

NAME
abrt-configuration - dbus server for reading/writing ABRT configuration SYNOPSIS
abrt-configuration [-v[v]...] [-t NUM] DESCRIPTION
abrt-configuration allows other programs to read/write ABRT configuration over D-Bus. Normally abrt-configuration is started by D-Bus daemon on demand, and terminates after a timeout. The server listens on com.redhat.problem.configuration address on the system bus and exports the configuration as D-Bus objects identified by D-Bus path and D-Bus interface. The configuration objects are created from D-BUS Object Introspection XML files placed in /usr/share/problems/config/interfaces directory. Each file must contain exactly one node element with one interface element and the interface must contain only property elements. The node element must also have both com.redhat.problems.configuration.ConfFile and com.rehdat.problems.configuration.DefaultConfFile annotations elements which provide path to the working configuration file, where the changes are written, and to the default configuration file. property elements can also have the path annotations but they must be specified both or neither. 'propety's name must be equal to some option from the configuration files and its type must be one of the following D-Bus types: b,i,s,as. The server allows all users to read the configuration, but modifications are authorized over PolicyKit with com.redhat.problem.configuration.update policy. Example of the configuration XML file: <node name="/com/redhat/problems/configuration/ccpp"> <annotation name="com.redhat.problems.ConfFile" value="/etc/abrt/plugins/CCpp.conf" /> <annotation name="com.redhat.problems.DefaultConfFile" value="/usr/share/abrt/conf.d/plugins/CCpp.conf" /> <interface name="com.redhat.problems.configuration.ccpp"> <property name="MakeCompatCore" type="b" access="readwrite"/> <property name="SaveBinaryImage" type="b" access="readwrite"/> <property name="VerboseLog" type="i" access="readwrite"/> <property name="DebuginfoLocation" type="s" access="readwrite"/> </interface> </node> OPTIONS
-v Log more detailed debugging information. -t NUM Exit after NUM seconds of inactivity. AUTHORS
o ABRT team SEE ALSO
abrt.conf(5) abrt 2.1.11 06/18/2014 ABRT-CONFIGURATION(8)
All times are GMT -4. The time now is 04:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy