[redhat] RHEL 5 update 5 release

뭐... 아시는 분들은 다 아시겠지만...
Red Hat Enterprise Linux 5 update 5 가 릴리즈 되었습니다.

관련 내용은 : http://www.redhat.com/docs/manuals/enterprise/ 

에서 확인 하시면 될듯 하네요...^^

크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 삐꾸강아쥐

2010/04/02 09:28 2010/04/02 09:28
이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색
Response
No Trackback , No Comment
RSS :
http://blog.seabow.pe.kr/rss/response/721

Open Source Symposium... 2008

신청 : http://myseminar.co.kr/oss/

사용자 삽입 이미지
사용자 삽입 이미지

크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 삐꾸강아쥐

2008/11/20 10:46 2008/11/20 10:46
이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색
Response
No Trackback , No Comment
RSS :
http://blog.seabow.pe.kr/rss/response/580

[Linux]What are the yum equivalents of former up2date common tasks?

출처 : http://kbase.redhat.com/faq/docs/DOC-2531

저작권자의 요청이 있을경우 자삭 합니다.

ex)
Task    
up2date     yum

comparison)

Check for and update all RPM(S)
      up2date -u     yum update

Check for and update specified RPM(s)
      up2date -u <package> [<package>...]     yum update <package> [<package>...]

Install the specified RPM(s)
      up2date -i <package> [<package>...]     yum install <package> [<package>...]

Remove the specified RPM(s) and it's dependents
      rpm -e <package> [<package>...]     yum remove <package> [<package>...]

Search for packages by name
      up2date --showall | grep "<search string>"     yum list "<regex>" ["<regex>"...]

List all packages which could be updated
      up2date -l     yum list updates ["<regex>"...]

List all available packages
      up2date --show-available     yum list available ["<regex>"...]

List all installed packages
      rpm -qa     yum list installed ["<regex>"...]

List all installed and available packages
      up2date --showall     yum list all ["<regex>"...]

Update packages in a group
      up2date -u "@<group name>"     yum groupupdate "<group name>" ["<group name>"]

Install all the default packages by group
      up2date "@<group name>"     yum groupinstall "<group name>" ["<group name>"]

Remove all packages in a group
      not possible     yum groupremove "<group name>" ["<group name>"]

List available package groups
      up2date --show-groups     yum grouplist

Install local packages solving and satisfying dependencies as needed
      up2date -k <dir>[:<dir>...]     yum localinstall <path/filename> [<path/filename>]

Install package of specified architecture
      up2date --arch=<arch> <package> [<package>...]     yum install <package>.<arch> [<package>.<arch>...]

Show all packages not available via subscribed channels or repositories
      up2date --show-orphans     yum list extras

List all channels the system is currently subscribed to
      up2date --show-channels     echo "repo list" | yum shell

List packages that satisfy dependency(ies)
      up2date --whatprovides=<dependency>[,<dependency>...]     yum whatprovides <dependency> [<dependency>...]

Register a system to RHN hosted/satellite
      up2date --register     rhn_register
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by 삐꾸강아쥐

2008/08/05 20:37 2008/08/05 20:37
이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색
Response
No Trackback , No Comment
RSS :
http://blog.seabow.pe.kr/rss/response/552

[Linux] RedHat Satellite 소스 오픈 프로젝트

관련 링크 : http://www.redhat.com/spacewalk/

기존엔 Satellite 가 서비스 제품이었으나 이번에 레드헷이 Satellite 을

오픈 소스화 시켜 버렸네요...

ㅡ.ㅡ 흠...

Satellite 구성해서 회사 내부의 패치 업데이트를 운영해도 되겠습니다.

사용자 삽입 이미지

크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by 삐꾸강아쥐

2008/06/25 16:33 2008/06/25 16:33
이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색
Response
No Trackback , No Comment
RSS :
http://blog.seabow.pe.kr/rss/response/541

[Linux] Woodman,Shakshober_Performance Analys

RedHat 에서 나온 woodman 의 퍼포먼스 관련 문서 입니다.

한번씩 읽어보면 좋을 듯 싶네요

^^
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by 삐꾸강아쥐

2008/06/13 08:59 2008/06/13 08:59
이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색
Response
No Trackback , No Comment
RSS :
http://blog.seabow.pe.kr/rss/response/538

[Linux] (Red Hat Enterprise Linux) daemons

출처 : http://www.redhatmagazine.com/2007/03/09/understanding-your-red-hat-enterprise-linux-daemons/
작성자의 요청이 있을경우 자삭 합니다.


Understanding your
(Red Hat Enterprise Linux) daemons


by Len DiMaggio



A
Unix daemon is a program that runs in the “background,” enabling you to
do other work in the “foreground,” and is independent of control from a
terminal. Daemons can either be started by a process, such as a system
startup script, where there is no controlling terminal, or by a user at
a terminal without “tying up” that terminal as the daemon runs. But which daemons can you safely play with? Which should you leave running?


An introduction to daemons


The real-world (i.e., non-computer) definition of “daemon” is either
a spirit (an evil one) or an inner or private voice. It’s interesting
to note that each of the real-world definitions actually does apply to
Unix daemon programs. Like mythological daemons, Unix daemon programs
skulk around unseen in the background just as a daemon would. And
daemons act like an inner voice in that they can run continuously and,
like a conscience, can always be accessed. The word “daemon” is one of
those cases of chicken and egg computer acronyms in search of a
definition and supposedly is based on “Disk And Execution MONitor” program.


An introduction to services


The daemons referenced in /etc/init.d are configured to be run as
Linux services. Services are programs that are started and stopped
through the init scripts in the /etc/init.d directory. Many of these
services are launched when the system is booted. The /sbin/service
utility provides a consistent interface to executing the init scripts.
The init scripts provide a consistent interface to managing a service
by providing options that start, stop, restart, query status, and perform other actions on services. For example, the httpd service init script provides these options:


/sbin/service httpd
Usage: httpd {start|stop|restart|condrestart|reload|status|fullstatus|graceful|help|configtest}

You can view the current state of all services with this option to the service utility:


/sbin/service –status-all
acpid (pid 2481) is running...
anacron (pid 2647) is running...
atd (pid 2657) is running...
auditd (pid 2189) is running...
....

Runlevel information for these services, that is, the settings for
which system runlevel the service will be started at boot time, can be
queried and modified with the chkconfig utility. For example, to query
the current settings for the syslog service:


/sbin/chkconfig --list syslog
syslog 0:off 1:off 2:on 3:on 4:on 5:on 6:off

This shows that that syslog service will be automatically started at
boot-time for runlevels 2, 3, 4, and 5. To set the service to not start
for runlevels 3 and 4 (not a good idea, by the way), you would use
these options for the chkconfig utility:


/sbin/chkconfig –levels 34 syslog off

The /usr/bin/system-config-services utility provides a GUI interface
that enables you to both query and modify the current state of a
service, as well as its defined run levels. See Illustration 1.



Illustration 1
Illustration 1: The /usr/bin/system-config-services utility GUI


Let’s look at how these services and daemons appear in output from ps. Here’s a short list:


UID        PID  PPID  C STIME TTY          TIME CMD
root 1 0 0 23:36 ? 00:00:00 init [5]
root 2161 1 0 23:37 ? 00:00:00 auditd
root 2177 1 0 23:37 ? 00:00:00 syslogd -m 0
root 2180 1 0 23:37 ? 00:00:00 klogd -x
root 2207 1 0 23:37 ? 00:00:00 mcstransd
root 2254 1 0 23:37 ? 00:00:00 rpc.statd
root 2287 1 0 23:37 ? 00:00:00 rpc.idmapd
root 2577 1 0 23:37 ? 00:00:00 crond
root 2631 1 0 23:37 ? 00:00:00 /usr/sbin/atd
root 2654 1 0 23:37 ? 00:00:00 rhnsd --interval 240

What’s important to note here? (Other than I’m staying up too late
at night, that is.) For each of the daemons, the parent process ID
(PPID) is 1. This indicates that the daemons were started up during the
boot process by init.


A useful tool for viewing the “tree” of processes and their parents is “pstree.” Here’s a fragment of the output from pstree:


init-+
|-NetworkManager---2*[{NetworkManager}]
|-NetworkManagerD
|-acpid
|-atd
|-auditd-+-python
| `-{auditd}
|-avahi-daemon---avahi-daemon
|-bonobo-activati---{bonobo-activati}
|-crond
|-cupsd---cups-polld
|-2*[dbus-daemon---{dbus-daemon}]
|-dbus-launch
|-dhcdbd---dhclient

A closer look at your system’s daemons


So much for background information. Let’s take a look at your
system’s daemons and see which ones you can safely play with. Note that
for this article, the system used was running the Red Hat Enterprise
Linux Beta 2 release, workstation configuration. Based on your specific
system, you may see more or fewer daemons, or even some not included
here.


We’ve listed web-sites where you can learn more about these daemons,
but the best place to start learning is the manpage. O’Reilly also has an excellent alphabetic index of Linux commands and wikipedia.org has entries for most of these daemons. And, don’t forget to look in the README files.


acpid


This is the daemon for the Advanced Configuration and Power
Interface (ACPI). ACPI is an open industry standard for system control
related actions, most notably plug-and-play hardware recognition and
power management, such as startup and shutdown and putting systems into
low poser consumption modes.


You’ll probably never want to shut down this daemon, unless you are explicitly instructed to do so to debug a hardware problem.


Learn more:

http://www.acpi.info


anacron


One of the problems with living on a laptop, as so many of us do
these days, is that when you set up a cron job to run, you can’t always
be sure that your laptop will be running at the time that the job
should run. anacron (the name refers to its being an “anachronistic
cron”) gets around this problem by scheduling tasks in days. For
example, anacron will run a job if the job has not been run in the
specified number of days.


When are you safe not running anacron? When your system is running
continuously. Should you simply stop cron from running if you have
anacron running? No; anacron is able to specify job intervals in days,
not hours and seconds.


Learn more:

http://anacron.sourceforge.net


apmd


This is the daemon for the Advanced Power Management (APM) BIOS
driver. The APM hardware standard and apmd are being replaced by ACPI
and acpid. If your hardware supports ACPI, then you don’t need to run
apmd.


atd


This is the daemon for the at job processor (at enables you to run
tasks at specified times). You can turn off this daemon if you don’t
use it.


autofs


This daemon automatically mounts disks and file systems that you
define in a configuration file. Using this daemon can be more
convenient that explicitly mounting removable disks.


Learn more:

http://freshmeat.net/projects/autofs


auditd


The Linux Auditing System provides kernel-resident logging of system
calls and user space tools to collect and view the logs. The auditd
daemon writes the logging records to disk. auditd is configurable to
allow control over what information is written to the logs.


Why should you keep auditd running? The information in the log may
prove useful in debugging security-related issues. For example, auditd
is used to log SELinux events. There are also utilities such as
aureport that enable you to view the audit log. Here’s an example of a
report generated by aureport:


Summary Report
======================
Range of time in logs: 11/28/2006 06:07:04.800 - 02/06/2007 21:10:09.957
Selected time for report: 12/31/1969 19:00:00 - 02/06/2007 21:10:09.957
Number of changes in configuration: 285
Number of changes to accounts, groups, or roles: 32
Number of logins: 145
Number of failed logins: 11
Number of users: 2
Number of terminals: 22
Number of host names: 11
Number of executables: 27
Number of files: 91
Number of AVC denials: 688
Number of MAC events: 12
Number of failed syscalls: 404
Number of anomaly events: 0
Number of responses to anomaly events: 0
Number of crypto events: 0
Number of process IDs: 14022
Number of events: 70694

Avahi-daemon and avahi-dnsconfd


The Avahi website defines Avahi as:
‘a system which facilitates service discovery on a local network. This
means that you can plug your laptop or computer into a network and
instantly be able to view other people who you can chat with, find
printers to print to, or find files being shared…’ Avahi is a Zeroconf
implementation. Zeroconf is an approach that enables users to create
usable IP networks without having special configuration servers such as
DNS servers.

A common use of the avahi-daemon is with Rhythmbox, so you can see
music that is made available to be shared with others. If you’re not
sharing music or files on your system, you can turn off this daemon.


Learn more:

http://avahi.org

http://zeroconf.org


Bluetooth and hidd and pand


The name says it all. Run this service to enable your system to make
use of Bluetooth devices. The name of the actual daemon is hcid (Host
Controller Interface Daemon).


There’s also a daemon named hidd. This is the Bluetooth Human
Interface Device Daemon. It provides keyboard, mouse, and track-ball
device support over Bluetooth.


And, there’s pand. This daemon enables your computer to connect to ethernet networks using Bluetooth.


Learn more:

http://www.bluetooth.com

http://bluez.sourceforge.net/contrib/HOWTO-PAN


capi


This daemon supports the Common ISDN Application Programming
Interface. You’ll run this if you’re connecting to ISDN hardware
components. The service runs capiinit.


Learn more:

http://www.capi.org/pages


conman


No, this isn’t related to late-night infomercials about real estate
investing. The conman service (and the conmand daemon) support console
management. This supports multiple console devices and simultaneous
users. It supports local serial devices and remote terminal servers
(via the telnet protocol). If you’re managing multiple servers, you may
want to run conman.


Learn more:

http://home.gna.org/conman/


cpuspeed


This daemon adjusts the CPU speed based on the power consumption.
Less power is used when the CPU is idle, and more power is available
when needed to improve performance. If you’re running on a laptop, you
might want to consider running cpuspeed.


Learn more:

http://carlthompson.net/Software/CPUSpeed


crond


This daemon automates the running of tasks. These jobs are necessary
for any Linux or Unix system. Don’t stop or disable this one.


Learn more:

http://www.unixgeeks.org/security/newbie/unix/cron-1.html

http://www.linuxhelp.net/guides/cron/


CUPS and cups-config-daemon


This daemon is the “Common UNIX Printing Solution.” Like the name
implies, it’s a printing system that can handle multiple data formats
and printers. If you want to print, leave this daemon running.


Learn more:

http://www.cups.org

http://www.easysw.com/cups/index.php


dhcdbd


This is the DHcp Client D-Bus Daemon. According to The Free DeskTop wiki,



D-Bus is a message bus system, a simple way for applications to talk to
one another. In addition to interprocess communication, D-Bus helps
coordinate process lifecycle; it makes it simple and reliable to code a
“single instance” application or daemon, and to launch applications and
daemons on demand when their services are needed.


Do you want to run this daemon? If you’re running your system on a
network (and who isn’t?), especially if you’re moving between networks
such as when you move from a wired network to wireless as you move
around your office, then you should be running NetworkManager. (We’ll
discuss NetworkManager in a bit.)


The dhcdbd daemon provides a D-Bus interface to dhclient, the DHCP
client from ISC. This makes it possible for NetworkManager can to query
and control dhclient.


Learn more:

http://www.freedesktop.org/wiki/Software/dbus


gpmd


This daemon enables you to use your mouse in text-based applications such as the Midnight Commander
file manager and on the console. You might find this useful if you’re
working through situations in the console; otherwise, you’ll be working
in the X windowing system and you might never need gpmd.


hald


No, this isn’t related to the evil computer in the film “2001, A
Space Odyssey.” In this context, HAL refers to the “Hardware
Abstraction Layer.” The HAL daemon collects this information about
hardware devices from the kernel and the hardware and makes it
available in a consistent manner.


Don’t turn off this daemon. Multiple applications rely on it.


Learn more:

Desktop and hardware configuration,” by David Zeuthen


hplipd


This daemon supports HP Linux Imaging and Printing (HPLIP) for
printing, scanning, and faxing with HP inkjet and laser printers. HPLIP
works CUPS by providing a backend to connect to HP devices.


Learn more:

http://hplip.sourceforge.net


hsqldb


This is the daemon for a Java relational database. The daemon gets its name from the Hypersonic SQL
project that has been discontinued. hsqldb is used widely in open
source projects such as OpenOffice (it’s the database behind the “base”
feature) and is often used in demonstration programs, as it can run
entirely in memory. It also runs fast. Should you run this daemon? Only
if you have a specific program that makes use of it. But, it’s a very
useful tool, and if you’re not familiar with it, it’s worth taking a
look.


Learn more:

http://hsqldb.org

http://dba.openoffice.org


httpd


The Apache web server. Used by almost 60% of all websites. If you want to host a website, you run Apache. Need we say more?


Learn more:

http://httpd.apache.org


ip6tables and iptables


These daemons are firewalls. A firewall, according to Wikipedia,
is an “information technology (IT) security device which is configured
to permit, deny or proxy data connections set and configured by the
organization’s security policy. Firewalls can either be hardware and/or
software based.”


iptables functions by maintaining tables of IPv4 packet filter rules
in the kernel. It checks incoming and outgoing packets against these
rules and blocks packets that don’t meet the rules. ip6tables does the
same for IPv6 packets.


Which should you run? Both. Always. It’s a dangerous world on the ‘net.


Learn more:

http://www.netfilter.org

http://www.ipv6.org


irda


IrDA (Infrared Data Association) is an industry standard for
inter-device wireless, infrared communications. Most laptops are
configured with an IrDA infrared transceiver. You only need to run this
daemon if you need to communicate via an infrared connection to other
devices.


Learn more:

http://irda.sourceforge.net


irqbalance


This daemon distributes hardware interrupts to the CPUs in SMP
(symmetric processor: multi-processor architecture) systems to increase
performance. The daemon balances savings in power consumption with
performance.


You need not run this daemon on single processor systems, as it only
has an effect on multiple-processor systems. Red Hat Kbase articles1
indicate that irqbalance is relevant on x86, x86_64, and AMD systems.


Learn more:

http://www.irqbalance.org


kudzu


This is a very useful daemon. At boot time, it detects if hardware
devices have been added to or removed from the the system. It’’s
worthwhile to run kudzu at boot time, even if you don’t plan on adding
or removing hardware often. You might run into a situation where you
add a device and just assume that the system will figure out that it’s
there. Also, since kudzu only runs at boot time, and does not stay
running, there’s no performance hit on the system.


Learn more:

http://fedora.redhat.com/projects/additional-projects/kudzu


lisa


This daemon gets its name from Lan Information Server. lisa provides
a function similar to the MS-Windows Network Neighborhood and provides
you access to servers, including CIFS (Common Internet File Systems)
servers on your network. lisa only needs the TCP/IP stack to function.
It sends ICMP echo requests to ranges of IP address that you define in
its configuration file and waits for responses.


Learn more:

http://docs.kde.org/stable/en/kdenetwork/lisa

http://docs.kde.org/userguide/networking-with-windows.html

http://lisa-home.sourceforge.net


lm_sensors


This daemon supports monitoring temperatures, voltages, and cooling
fans. In order to make use of this daemon, your system hardware has to
include sensors to perform this monitoring. You can only run this
daemon if your hardware can support if. You probably don’t want to run
this daemon on a workstation. It’s more likely to be used for hi-end,
mission critical servers.


Learn more:

http://www.lm-sensors.org

http://freshmeat.net/projects/lm_sensors


mcstrans


SELinux Context Translation System Daemon. This daemon translates
security context informartion into a human readable form. You can
probably stop this daemon, but if you do, you’ll see a change in the
SELinux information displayed with ls -Z. For example, with the daemon
running, you’ll see:


ls -Z
-rw-r--r-- jsmith jsmith user_u:object_r:user_home_t bookmarks.html
drwxr-xr-x jsmith jsmith user_u:object_r:user_home_t Desktop
-r-xr-xr-x jsmith jsmith user_u:object_r:user_home_t hello
-r--r--r-- jsmith jsmith user_u:object_r:user_home_t hello.c

And, with it stopped, you’ll see:


ls -Z
-rw-r--r-- jsmith jsmith user_u:object_r:user_home_t:s0 bookmarks.html
drwxr-xr-x jsmith jsmith user_u:object_r:user_home_t:s0 Desktop
-r-xr-xr-x jsmith jsmith user_u:object_r:user_home_t:s0 hello
-r--r--r-- jsmith jsmith user_u:object_r:user_home_t:s0 hello.c

Note that with the daemon stopped, the security context value of
“s0” is displayed. mctrans translates this to a null display. Other
security contexts are translated from alphanumeric values in their
names.


Learn more:

http://fedoraproject.org/wiki/SELinux/Understanding

http://danwalsh.livejournal.com


mdmonitor and mdmpd


These two daemons are used with RAID (redundant array of
inexpensive/independent disks) data storage systems. Mdmonitor starts,
stops, and reloads the mdadm (multipath device monitoring and
management) software RAID monitoring and management utilities. You
should only run these daemons if you have RAID storage in your system.


Learn more:

http://www.linuxdevcenter.com/pub/a/linux/2002/12/05/RAID.html


messagebus


This is the D-BUS system-wide message bus daemon. This daemon
broadcasts notifications of system events and such as changes in the
printer queue or the adding and removing of devices. (Note that this is
not the same operation as Kudzu, as it can take place while the system
is running and not only at boot time.)


Learn more:

http://www.freedesktop.org/software/dbus


netplugd and ifplugd


These daemons configure Ethernet devices when cables are plugged in
and deconfigure them when the cables are removes. Why would you want
this to happen? It makes sense for laptops so that your network
connections are only brought up when their cables are attached.


Note that the development of netplugd has been discontinued in favor of ifplugd.


Learn more:

http://0pointer.de/lennart/projects/ifplugd


NetworkManager and NetworkManagerDispatcher


The NetworkManager daemon automates switching between network
connections. This is a useful daemon for laptop users who switch
between wireless WiFi connections and Ethernet connections. The
NetworkManagerDispatcher daemon automatically runs scripts (including
scripts to force any actions that you want to have happen such as
setting up specific routes) when NetworkManager changes the network
state.


Learn more:

http://www.gnome.org/projects/NetworkManager


named


This daemon is the Domain Name Server. You’ll need to run this
daemon only if your system is acting as a DNS server for your network.


Learn more:

http://www.dns.net/dnsrd


nfsd


The nfs daemon supports the nfs communications protocol for file
sharing across TCP/IP networks. You’ll want to run this daemon if you
make use of file systems shared with nfs.


Learn more:

http://nfs.sourceforge.net


nscd


This is the name service cache daemon. It takes care of group and
password lookups for running programs and then caches the lookup
results for the next query for services that can experience slowness in
picking up changes such as NIS or LDAP. If you’re running these
services, you may want to run nscd.


ntpd


This is the Network Time Protocol daemon. This deamon sets and
maintains the system time of day by keeping it in synch with Internet
standard time servers. If your system is connected to the Internet (and
who isn’t?) then running ntpd will keep your system time correct.


Learn more:

http://www.ntp.org


oddjobd


The oddjobd daemon provides the com.redhat.oddjob service on the
system-wide message bus. Each facility which oddjobd provides is
provided as a separate D-Bus method. oddjobd provides support for
unprivileged applications that require privileged operations to be
performed.


You should only run this daemon if you are using an application that requires it, such as Conga.


Learn more:

http://people.redhat.com/nalin/oddjob/oddjob.html

http://sourceware.org/cluster/conga


openvpn


This daemon supports virtual private networks (VPNs). The daemon startup script says it all:



OpenVPN is a robust and highly flexible tunneling application that uses
all of the encryption, authentication, and certification features of
the OpenSSL library to securely tunnel IP networks over a single UDP
port.


If your system is a node in a VPN, then you’ll probably run OpenVPN.


Learn more:

http://openvpn.net


pcscd


This is the PC/SC Smart Card Daemon. pcscd is the daemon for
pcsc-lite (middleware for accessing smart cards) and the (java-based)
MuscleCard framework. It enables communications with smart card readers
and smart cards.


(A smart card is a card that is embedded with either a memory chip
or microprocessor and a memory chip. And Muscle is the Movement for the
Use of Smart Cards in a Linux Environment.)


Learn more:

http://www.smartcardalliance.org

http://pcsclite.alioth.debian.org

http://www.linuxnet.com/musclecard/index.html


portmap


The portmapper daemon manages RPC (remote procedure call)
connections. It converts RPC program numbers into TCP/IP (or UDP/IP)
protocol port numbers. The most common use of portmapper is by NFS and
NIS.


So, if your system relies on NIS or NFS, don’t turn off the portmap daemon.


Learn more:

http://www.linux-nis.org/nis-howto/HOWTO/portmapper.html


postfix


This daemon is a mail transport agent. Unless your system is a mail relay server, you don’t need to run this daemon.


Learn more:

http://www.postfix.org


rdisc


This daemon (the router discovery daemon) discovers routers on the
local subnet. It is run at boot time to populate the network routing
tables with default routes.


Learn more:

http://www.informit.com/articles/article.asp?p=23951&rl=1


restorecond


This is an SELinux daemon. restorecond watches for file creation (of
files listed in /etc/selinux/restorecond.conf) and then ensures that
the files have the correct file context associated with the policy, and
then sets the default SELinux file context.


Don’t turn this one off. SELinux needs it.


Learn more:

http://fedoraproject.org/wiki/SELinux/Understanding

http://danwalsh.livejournal.com/


rhnsd


This daemon periodically checks for actions that have been scheduled
though the Red Hat Network web interface and runs them. This includes
actions such as installing, removing, or updating software, rebooting
the system, starting a kickstart installation, or installing
configuration files.


Learn more:

https://www.redhat.com/rhn/


rpcgssd and rpcidmapd and rpcsvcgssd


The rpcgssd and rpcsvcgssd daemons handle security for RPC. The rpcidmapd maps user names to UID and GID numbers.


If you’re running NFS or NIS, then you should have these daemons running.


Learn more:

http://nfs.sourceforge.net/


readahead_early and readahead_later


The readahead daemon causes the programs used during startup to be
loaded into memory before they are needed, to improve startup
performance.


saslauthd


This is the SASL authentication server daemon. SASL is the Simple
Authentication and Security Layer and allows for adding authentication
to connection-based protocols.


Learn more:

http://asg.web.cmu.edu/sasl


sendmail


This is a SMTP (Simple Mail Transfer Protocol) server. sendmail
moves mail from one system to another as a Mail Transport Agent. If you
run a mail program such as Thunderbird or Evolution, you don’t need to
run sendmail.


Learn more:

http://www.sendmail.org


setroubleshoot


This is the SELinux Troubleshooting Daemon. setroubleshooter is one
of the great recent additions to SELinux. setroubleshooter provides
real-time feedback to users on SELInux AVC denials. And it provides
this feedback in a easy to follow format.


Learn more:

https://hosted.fedoraproject.org/projects/setroubleshoot


smartd


This daemon monitors the SMART (Self-Monitoring, Analysis and
Reporting Technology) systems included in many types of disk drives,
such as SCSI-3 type drives. The daemon will monitor reliability and
performs self-tests. You should run this daemon if your hardware
supports it.


Learn more:

http://sourceforge.net/projects/smartmontools


spamassassin


This daemon uses the Apache SpamAssassin program to check email for
SPAM. It is usually run on a mail deleivery agent (MDA) server. If you
use a client program such as Thunderbird or Evolution to access your
mail, then you don’t need to run spamassassin.


Learn more:

http://spamassassin.apache.org


sshd


This is the daemon for open ssh. ssh replaces the insecure rsh and
rlogin programs and enables encryption for communications between hosts
over insecure networks. If you connect with other systems over the
public Internet, you want to use ssh and run this daemon.


Learn more:

http://www.ssh.com

http://www.openssh.com


syslog


syslog is the standard logging system for Linux systems. Don’t turn this one off.


Learn more:

http://www.syslog.org


winbind


This daemon is part of the Samba suite and enables Windows domain
users to function as Unix users on Unix servers. You may want to run
this daemon if you’re dealing with a mixed PC and Linux/Unix network.


Learn more:

http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/winbind.html

http://www.samba.org


xfs


This damon is the xfs font server. This daemon loads fonts into
memory to enable X applications to run faster than if they had to load
the fonts from disk. This daemon is worth running to improve
application performance.


Learn more:

http://linuxreviews.org/howtos/xfree/xfs


ypbind


This daemon binds NIS clients to an NIS domian. The “yp” refers to
“yellow pages,” as the NIS directory of user accounts acts like the
telephone book yellow pages. You only want to run this daemon if your
system relies on NIS (Network Information Service) for user accounts
and system names.


Learn more:

http://www.linux-nis.org


yum-updatesd


yum-updatesd checks for software updates and can send notifications
of these updates via mail, dbus, or syslog messages, or can
automatically install the updates. The dbus messages are picked up by
the “puplet” (package updater), which notifies the user of the updates
and lets the user install them.


Learn more:

http://linux.duke.edu/projects/yum

http://www.redhat.com/magazine/024oct06/features/fc62


References


“Which Services Can I Disable?,” Dinkar, Tejas

Linux Services, Devices, and Daemons

Fedora Core 3 Linux Services

Services in Fedora, Mauriat Miranda


Acknowledgments


I’d like to acknowledge the information presented by Mauriet Miranda
in his “Services in Fedora” web-site. His work was especially helpful
as a starting point for researching this article. Also, I’d like to
thank Christopher Smith, James Bowes, and Dan Walsh for their
insightful technical information in writing the article.



Len DiMaggio is a QE Engineer at Red Hat in Westford, Massachusettes
and has published articles on software engineering in Red Hat Magazine,
Dr. Dobbs Journal, Software Development Magazine, IBM Developerworks,
STQE, and other journals.







크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by 삐꾸강아쥐

2008/06/09 15:16 2008/06/09 15:16
이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색
Response
No Trackback , No Comment
RSS :
http://blog.seabow.pe.kr/rss/response/535

[Linux] RHEL 5.2 릴리즈 노트 일부 내용

출처는??? RedHat 이겠죠???
본 문서의 저작권은 RedHat 이 가지고 있지 않을까??? 싶습니다.
본 문서도... 작성자의 요구가 있을경우 자삭 합니다.

##

완전 가상화된 Red Hat Enterprise Linux 5 시스템에서 게스트로서 윈도우 서버 2003을 설치할 때, 첫 번째 설치 단계를 마친 후 갑자기 설치가 종료될 수 있습니다. 이러한 문제가 발생할 경우, 그래픽 콘솔 윈도우가 종료되고 컴퓨터의 가상 기계 장치 관리자의 장치 목록에서 게스트가 사라지게 되며, Broken pipe 오류를 보여줍니다.

이러한 사항은 차후의 Red Hat Enterprise Linux 5 업데이트에서 해결될 것입니다. 이러한 문제를 해결하기 위해, 다음과 같은 명령을 터미널에서 실행하시기 바랍니다:

xm create /etc/xen/<name of guest machine>

그 후에, 가상 기계 장치를 오픈합니다.
#

CD / DVD에서 완전 가상화된 윈도우 서버 2003을 생성하고자 할 때, 게스트 설치로서의 두 번째 단계는 재부팅 이후에 계속 진행되지 않습니다.

이를 해결하기 위해, CD / DVD 장치에 해당하는 항목을 추가하여 /etc/xen/<name of guest machine>을 편집합니다.

단순한 파일에 설치하는 것이 가상 장치로서 사용될 경우, /etc/xen/<name of guest machine>의 disk 행은 다음과 같이 읽어집니다:

disk = [ 'file:/PATH-OF-SIMPLE-FILE,hda,w']

/dev/dvd로서 호스트에 위치한 DVD-ROM 장치는 'phy:/dev/dvd,hdc:cdrom,r' 명령과 같은 항목을 추가하여 hdc로서 두 번째 설치 단계에서 사용 가능합니다. 따라서, 디스크 행은 다음과 같이 읽어져야 합니다:

disk = [ 'file:/opt/win2003-sp1-20061107,hda,w', 'phy:/dev/dvd,hdc:cdrom,r']

사용할 정확한 장치 경로는 하드웨어에 따라 달라질 수 있습니다.


##
ethtool eth0를 실행하면 이더넷 카드 설정에 관한 불완전한 정보가 출력됩니다. 이는 가상화 커널을 실행하는 시스템에서만 발생하며, 가상화 기능이 네트워킹 설정을 사용한 이후, 물리적 이더넷 장치는 peth0로 인식됩니다. 따라서, 물리적 이더넷 장치에 관한 정보를 검색하기 위한 올바른 명령은 ethtool peth0입니다.

##
Red Hat Enterprise Linux 가상화 커널은 64GB 이상의 메모리에서는 올바르게 작동하지 않을 수 도 있습니다. 64GB 이상의 물리적 메모리가 설치된 컴퓨터에 가상화 커널을 부팅하시려면 커널 명령행에 dom0_mem=4G mem=64G를 추가하셔야 합니다. 예:

title Red Hat Enterprise Linux Server (2.6.18-4.el5xen)
        root (hd0,0)
        kernel /xen.gz-2.6.18-4.el5 dom0_mem=4G mem=64G
        module /vmlinuz-2.6.18-4.el5xen ro root=LABEL=/
        module /initrd-2.6.18-4.el5xen.img

##
qcow 및 vmdk 이미지가 지원되지 않습니다. 수동으로 게스트를 설정할 때, 물리적 또는 논리적 장치에 의해 백업된 이미지는 phy: 유형을 사용해야 합니다. 파일-백업된 이미지는, 반가상화된 게스트에 대해서는 이미지 유형을 tap:aio:로, 완전 가상화된 게스트에 대해서는 이미지 유형을 file:로 설정합니다.

크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by 삐꾸강아쥐

2008/05/27 15:59 2008/05/27 15:59
이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색
Response
No Trackback , No Comment
RSS :
http://blog.seabow.pe.kr/rss/response/532

[Linux] 시스템 정보 보기 DMIDECODE

출처 : RHEL5 man page

DMIDECODE(8)                                                      DMIDECODE(8)

NAME
       dmidecode - DMI table decoder

SYNOPSIS
       dmidecode [OPTIONS]

DESCRIPTION
       dmidecode  is  a  tool for dumping a computer’s DMI (some say SMBIOS) table contents in a human-readable format. This table contains a
       description of the system’s hardware components, as well as other useful pieces of information such as serial numbers and  BIOS  revi-
       sion.  Thanks  to this table, you can retrieve this information without having to probe for the actual hardware.  While this is a good
       point in terms of report speed and safeness, this also makes the presented information possibly unreliable.

       The DMI table doesn’t only describe what the system is currently made of, it also can report the  possible  evolutions  (such  as  the
       fastest supported CPU or the maximal amount of memory supported).

       SMBIOS  stands  for  System Management BIOS, while DMI stands for Desktop Management Interface. Both standards are tightly related and
       developed by the DMTF (Desktop Management Task Force).

       As you run it, dmidecode will try to locate the DMI table. If it succeeds, it will then parse this table and display a list of records
       like this one:

       Handle 0x0002
           DMI type 2, 8 bytes.
           Base Board Information
               Manufacturer: Intel
               Product Name: C440GX+
               Version: 727281-001
               Serial Number: INCY92700942

       Each record has:

       · A  handle.  This is a unique identifier, which allows records to reference each other. For example, processor records usually refer-
         ence cache memory records using their handles.

       · A type. The SMBIOS specification defines different types of elements a computer can be made of. In this  example,  the  type  is  2,
         which means that the record contains "Base Board Information".

       · A  size.  Each  record  has a 4-byte header (2 for the handle, 1 for the type, 1 for the size), the rest is used by the record data.
         This value doesn’t take text strings into account (these are placed at the end of the record), so the actual length  of  the  record
         may be (and is often) greater than the displayed value.

       · Decoded  values.  The  information presented of course depends on the type of record. Here, we learn about the board’s manufacturer,
         model, version and serial number.
OPTIONS
       -d, --dev-mem FILE
              Read memory from device FILE (default: /dev/mem)

       -q, --quiet
              Be less verbose. Unknown, inactive and OEM-specific entries are not displayed. Meta-data  and  handle  references  are  hidden.
              Mutually exclusive with --dump.

       -s, --string KEYWORD
              Only  display  the value of the DMI string identified by KEYWORD.  KEYWORD must be a keyword from the following list: bios-ven-
              dor, bios-version, bios-release-date, system-manufacturer,  system-product-name,  system-version,  system-serial-number,  base-
              board-manufacturer,  baseboard-product-name,  baseboard-version, baseboard-serial-number, baseboard-asset-tag, chassis-manufac-
              turer, chassis-version, chassis-serial-number, chassis-asset-tag, processor-manufacturer, processor-version.  Each keyword cor-
              responds  to  a given DMI type and a given offset within this entry type.  Not all strings may be meaningful or even defined on
              all systems. Some keywords may return more than one result on some systems (e.g.  processor-version on a  multi-processor  sys-
              tem).   If  KEYWORD  is  not  provided or not valid, a list of all valid keywords is printed and dmidecode exits with an error.
              This option cannot be used more than once, and implies --quiet.  Mutually exclusive with --type and --dump.

       -t, --type TYPE
              Only display the entries of type TYPE. TYPE can be either a DMI type number, or a comma-separated list of type  numbers,  or  a
              keyword  from the following list: bios, system, baseboard, chassis, processor, memory, cache, connector, slot. Refer to the DMI
              TYPES section below for details.  If this option is used more than once, the set of displayed entries will be the union of  all
              the  given  types.   If  TYPE is not provided or not valid, a list of all valid keywords is printed and dmidecode exits with an
              error.  Mutually exclusive with --string.

       -u, --dump
              Do not decode the entries, dump their contents as hexadecimal instead.  Note that this is still a text output, no  binary  data
              will  be thrown upon you. The strings attached to each entry are displayed as both hexadecimal and ASCII. This option is mainly
              useful for debugging.  Mutually exclusive with --quiet and --string.

       -h, --help
              Display usage information and exit

       -V, --version
              Display the version and exit
DMI TYPES
       The SMBIOS specification defines the following DMI types:

       Type   Information
       ----------------------------------------
          0   BIOS
          1   System
          2   Base Board
          3   Chassis
          4   Processor
          5   Memory Controller
          6   Memory Module
          7   Cache
          8   Port Connector
          9   System Slots
         10   On Board Devices
         11   OEM Strings
         12   System Configuration Options
         13   BIOS Language
         14   Group Associations
         15   System Event Log
         16   Physical Memory Array
         17   Memory Device
         18   32-bit Memory Error
         19   Memory Array Mapped Address
         20   Memory Device Mapped Address
         21   Built-in Pointing Device
         22   Portable Battery
         23   System Reset
         24   Hardware Security
         25   System Power Controls
         26   Voltage Probe
         27   Cooling Device
         28   Temperature Probe
         29   Electrical Current Probe
         30   Out-of-band Remote Access
         31   Boot Integrity Services
         32   System Boot
         33   64-bit Memory Error
         34   Management Device
         35   Management Device Component
         36   Management Device Threshold Data
         37   Memory Channel
         38   IPMI Device
         39   Power Supply

Additionally, type 126 is used for disabled entries, type 127 is an end-of-table marker, and types 128 to  255  are  for  OEM-specific
       data.  dmidecode will display these entries by default, but cannot decode them.

       Keywords can be used instead of type numbers with --type.  Each keyword is equivalent to a list of type numbers:

       Keyword     Types
       ------------------------------
       bios        0, 13
       system      1, 12, 15, 23, 32
       baseboard   2, 10
       chassis     3
       processor   4
       memory      5, 6, 16, 17
       cache       7
       connector   8
       slot        9

       Keywords are matched case-insensitively. The following command lines are equivalent:

       · dmidecode --type 0 --type 13

       · dmidecode --type 0,13

       · dmidecode --type bios

       · dmidecode --type BIOS

FILES
       /dev/mem

BUGS
       More often than not, information contained in the DMI tables is inaccurate, incomplete or simply wrong.

AUTHORS
       Alan Cox, Jean Delvare

SEE ALSO
       biosdecode(8), mem(4), ownership(8), vpddecode(8)

dmidecode                         August 2005                     DMIDECODE(8)

크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by 삐꾸강아쥐

2008/04/22 12:43 2008/04/22 12:43
이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색
Response
No Trackback , No Comment
RSS :
http://blog.seabow.pe.kr/rss/response/524

[REDHAT] RHEL5 에서 netdump , diskdump

출처 :http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/ko-KR/release-notes/RELEASE-NOTES-x86-ko.html
작성자의 요청이 있을경우 자삭 합니다.

kexec 및 kdump (2.6.13)


diskdump 및 netdump는 kexec 및 kdump로 대체되었습니다. 이는 보다 빠르게 부팅하게 하고 진단을 위한 안전한 커널
 vmcores를 생성하게 합니다. 보다 자세한 정보 및 설정에 관한 지시사항은
/usr/share/doc/kexec-tools-<version>/kexec-kdump-howto.txt(여기서 <version>을 설치된 kexec-tools 패키지
버전으로 대체함)에서 참조하시기 바랍니다.


현재 가상화된 커널은 kdump 기능을 사용할 수 없음에 유의하시기 바랍니다.







크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by 삐꾸강아쥐

2007/09/06 07:42 2007/09/06 07:42
이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색
Response
No Trackback , No Comment
RSS :
http://blog.seabow.pe.kr/rss/response/471

Fedora Core 7 Release

확대

출처 : http://fedoraproject.org/wiki/F7ReleaseSummary

This release includes significant new versions of many key components and technologies. The following sections provide a brief overview of major changes from the last release of Fedora.


Spins


For the first time, Fedora includes several different spins, which are variations of Fedora built from a specific set of software packages. Each spin has a combination of software to meet the requirements of a specific kind of end user. In addition to a very small boot.iso image for network installation, users have the following spin choices:


  • GNOME and KDE desktop environment based bootable Live images that can be installed to a hard disk. These spins are meant for desktop users who prefer a single disk installation and for sharing Fedora with friends, family, and event attendees.
  • A regular image for desktops, workstations and server users. This spin provides a good upgrade path and similar environment for users of previous releases of Fedora.


Desktop




  • This release features GNOME 2.18 and KDE 3.5.6.



  • Fast User Switching is well integrated within this release. Developers have enabled this feature through extensive development work on ConsoleKit and full integration throughout the distribution.



  • Display devices can be hot plugged and work automatically, thanks to the inclusion of Xorg Server 1.3.



  • This release provides a number of firmware packages for enhanced wireless networking. NetworkManager presents a graphical interface that allows users to quickly switch between wireless and wired networks for increased mobility. NetworkManager is installed by default in both GNOME and KDE Live CDs.



  • Fedora 7 includes a refreshing new "Flying High" theme, which is part of a continuous team effort from the community and the Fedora Artwork Project.



  • Firefox 2 includes a host of new features including an inline speller checker, built-in phishing protection, and the ability to resume browsing sessions.


  • I18N support is much improved by the presence the SCIM input methods, which now work after installation automatically without any configuration. SCIM can handle nearly every alphabet/set of characters in use. Fedora is now more accessible to a wider audience by the default inclusion of a number of language packages and input methods in the GNOME based Live CD.

  • A new comprehensive graphical administration tool for SELinux, system-config-selinux is available by default in this release. SELinux boolean settings have been removed from the system-config-securitylevel tool and added to this new administration tool instead.


  • The SELinux troubleshooting tool 'setroubleshoot' is enabled by default in this release. This tool provides notifications and detailed information to desktop users about any access denials by SELinux policy, along with suggestions on handling them.

  • This release features integration of a new FireWire stack in the kernel for more robust device handling.



  • Fedora now includes improved power management through implementation of dynamic ticks in the kernel.


  • This release partially consolidates dictionaries used by desktop applications, which provides a consistent desktop experience while saving resources.

  • Fedora now integrates the experimental nouveau driver within Xorg and the kernel. The nouveau driver, which is disabled by default in this release, aims to provide free and open source 3D drivers for nVidia cards. End users are asked to provide feedback on this feature to the project developers, to further the goal of having fully functional 3D drivers by default.



Performance




  • In this release, the performance of yum, Pirut, and Pup has been significantly improved.



System Level Changes



  • This is the first release to include support for Sony Playstation 3.

  • This release includes the 2.6.21 based kernel which integrates Kernel-based Virtual Machine (KVM) technology with Fedora's graphical virt-manager and command-line virsh tools. KVM provides a hardware accelerated virtualization solution, and users have a choice between KVM and Xen, along with Qemu, in this release. The kernel included in this release also has support for VMWare's VMI interface.



  • In this release, all hard disk partitions follow a /dev/sd* naming convention due to a new libata driver interface in the kernel. The Anaconda installer eases the transition for release upgrades.



  • The mac80211 (formerly called Devicescape) wireless stack has been integrated with the kernel.



  • Smolt, an opt-in tool that sends anonymous hardware profile information to the Fedora Project, is integrated with firstboot in the installer. All data is available on the Smolt homepage. This profile information is used to leverage cooperation from vendors in improving end user hardware experience, and to priortize development and quality assurance on commonly used hardware.



  • The Fedora Directory Server base is now part of the Fedora software repository. The graphical console and administration servers are available on the website and are planned to be included in the repository after a review process.



  • Python 2.5 is included in this release, and all of the Python software available in the repository uses it.


  • This release of Fedora includes Liberation fonts, which are metric equivalents for several well-known proprietary fonts found throughout the Internet. These fonts give users better results when viewing and printing shared or downloaded documents.

 



크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by 삐꾸강아쥐

2007/06/05 15:00 2007/06/05 15:00
이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색
Response
No Trackback , No Comment
RSS :
http://blog.seabow.pe.kr/rss/response/377


Recent Trackbacks

Calendar

«   2010/07   »
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

Site Stats

Total hits:
78737
Today:
24
Yesterday:
78
qrcode
QrooQroo code generator