Andrew Hudson - Fedora™ Unleashed, 2008 edition

Здесь есть возможность читать онлайн «Andrew Hudson - Fedora™ Unleashed, 2008 edition» весь текст электронной книги совершенно бесплатно (целиком полную версию без сокращений). В некоторых случаях можно слушать аудио, скачать через торрент в формате fb2 и присутствует краткое содержание. Город: Indianapolis, Год выпуска: 2008, ISBN: 2008, Издательство: Sams Publishing, Жанр: ОС и Сети, на английском языке. Описание произведения, (предисловие) а так же отзывы посетителей доступны на портале библиотеки ЛибКат.

Fedora™ Unleashed, 2008 edition: краткое содержание, описание и аннотация

Предлагаем к чтению аннотацию, описание, краткое содержание или предисловие (зависит от того, что написал сам автор книги «Fedora™ Unleashed, 2008 edition»). Если вы не нашли необходимую информацию о книге — напишите в комментариях, мы постараемся отыскать её.

Quick Glance Guide
Finding information you need is not always easy. This short index provides a list of common tasks discussed inside this book. Browse the table of contents or index for detailed listings and consult the specified chapter for in-depth discussions about each subject.
left How Do I…?
See…
How Do I…?
See…
left Back up my system?
Chapter 13
Partition a hard drive?
Appendix B, Chapters 1, 35
left Build a new Linux kernel?
Chapter 36
Play MP3s and other music?
Chapter 7
left Burn a CD?
Chapter 7
Print a file?
Chapter 8
left Change a password?
Chapter 4
Read a text file?
Chapter 4
left Change the date and time?
Chapter 32
Read or send email?
Chapter 21
left Compress a file?
Chapter 13
Read or post to newsgroups?
Chapter 5
left Configure a modem?
Chapter 2
Reboot Fedora?
Chapter 1
left Configure a printer?
Chapter 8
Rescue my system?
Chapter 13
left Configure a scanner?
Chapter 7
Set up a DNS server?
Chapter 23
left Configure a sound card?
Chapter 7
Set up a firewall?
Chapter 14
left Configure my desktop settings?
Chapter 3
Set up a web server?
Chapter 15
left Connect to the Internet?
Chapter 5
Set up an FTP server?
Chapter 20
left Control a network interface?
Chapter 14
Set up Samba with SWAT?
Chapter 19
left Copy files or directories?
Chapters 13, 32
Set up wireless networking?
Chapter 14
left Create a boot disk to boot Fedora?
Chapter 1
Shut down Fedora?
Chapter 1
left Create a database?
Chapter 16
Use a spreadsheet?
Chapter 6
left Create a user?
Chapter 4
Use Instant Messaging?
Chapter 5
left Delete a file or directory?
Chapter 32
Watch television on my computer?
Chapter 7
left Get images from a digital camera?
Chapter 7
Edit a text file?
Chapter 4
left Install Fedora?
Chapter 1
Make Fedora more secure?
Chapter 14
left Log in to Fedora?
Chapter 1
Mount a CD-ROM or hard drive?
Chapter 35

Fedora™ Unleashed, 2008 edition — читать онлайн бесплатно полную книгу (весь текст) целиком

Ниже представлен текст книги, разбитый по страницам. Система сохранения места последней прочитанной страницы, позволяет с удобством читать онлайн бесплатно книгу «Fedora™ Unleashed, 2008 edition», без необходимости каждый раз заново искать на чём Вы остановились. Поставьте закладку, и сможете в любой момент перейти на страницу, на которой закончили чтение.

Тёмная тема
Сбросить

Интервал:

Закладка:

Сделать

;; Got answer:

;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5889

;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3

;; QUESTION SECTION:

;www.pearson.com. IN A

;; ANSWER SECTION:

www.pearson.com. 86400 IN A 195.69.212.200

;; AUTHORITY SECTION:

pearson.com. 46430 IN NS ns2.pearson.com.

pearson.com. 46430 IN NS oldtxdns2.pearsontc.com.

pearson.com. 46430 IN NS ns.pearson.com.

;; ADDITIONAL SECTION:

ns.pearson.com. 162044 IN A 195.69.213.15

ns2.pearson.com. 78028 IN A 195.69.215.15

oldtxdns2.pearsontc.com. 139762 IN A 192.251.135.15

;; Query time: 50 msec

;; SERVER: 192.168.0.1#53(192.168.0.1)

;; WHEN: Sun Oct 28 20:02:53 2007

;; MSG SIZE rcvd: 166

And here is a reverse lookup with dig:

$ dig 195.69.212.200

; <<>> DiG 9.5.0a6 <<>> 195.69.212.200

;; global options: printcmd

;; Got answer:

;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 53249

;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:

;195.69.212.200. IN A

;; AUTHORITY SECTION:

. 10800 IN SOA A.ROOT-SERVERS.NET. NSTLD.VERISIGN-GRS.COM. 2007102800 1800 900 604800 86400

;; Query time: 47 msec

;; SERVER: 192.168.0.1#53(192.168.0.1)

;; WHEN: Sun Oct 28 20:03:49 2007

;; MSG SIZE rcvd: 107

host

A command-line utility, hostperforms forward and reverse lookups by querying DNS nameservers, similar to dig.

Here's an example of a forward lookup with host:

$ hostwww.pearson.com

www.pearson.com has address 195.69.212.200

Here's a reverse lookup with host:

$ host 195.69.212.200

200.212.69.195.in-addr.arpa domain name\

pointer www.environment.pearson.com.

200.212.69.195.in-addr.arpa domain name\

pointer booktime.pearson.com.

200.212.69.195.in-addr.arpa domain name\

pointer environment.pearson.com.

nslookup

A command-line utility, nslookupcan be used in an interactive or noninteractive manner to query DNS nameservers. Note that nslookupis outdated; try using diginstead.

Here's an example of a forward lookup using nslookup:

$ nslookup www.pearson.com

Server: 192.168.0.1

Address: 192.168.0.1#53

Non-authoritative answer:

Name: www.pearson.com Address: 195.69.212.200

Here's a reverse lookup using nslookup:

nslookup 195.69.212.200

Server: 192.168.2.1

Address: 192.168.2.1#53

Non-authoritative answer:

200.212.69.195.in-addr.arpa name = environment.pearson.com.

200.212.69.195.in-addr.arpa name = www.environment.pearson.com.

200.212.69.195.in-addr.arpa name = booktime.pearson.com.

Authoritative answers can be found from:

212.69.195.in-addr.arpa nameserver = ns2.pearson.com.

212.69.195.in-addr.arpa nameserver = ns.pearson.com.

ns2.pearson.com internet address = 195.69.215.15

Note that using a reverse lookup does not tell you the FQDN of the server using that IP address. To determine that, you have to use the whoisclient.

whois

A command-line utility from the whoispackage, whoisqueries various whoisservers across the Internet.

For an IP lookup:

$ whois 165.193.130.83

[Querying whois.arin.net]

[whois.arin.net]

OrgName: Savvis

OrgID: SAVVI-3

Address: 3300 Regency Parkway

City: Cary

StateProv: NC

PostalCode: 27511

Country: US

NetRange: 165.193.0.0 - 165.193.255.255

CIDR: 165.193.0.0/16

NetName: SAVVIS

NetHandle: NET-165-193-0-0-1

Parent: NET-165-0-0-0-0

NetType: Direct Allocation

NameServer: NS01.SAVVIS.NET

NameServer: NS02.SAVVIS.NET

NameServer: NS03.SAVVIS.NET

NameServer: NS04.SAVVIS.NET

NameServer: NS05.SAVVIS.NET

Comment:

RegDate:

Updated: 2007-09-18

OrgAbuseHandle: ABUSE11-ARIN

OrgAbuseName: Abuse

OrgAbusePhone: +1-877-393-7878

OrgAbuseEmail: abuse@savvis.net

OrgNOCHandle: NOC99-ARIN

OrgNOCName: SAVVIS Support Center

OrgNOCPhone: +1-888-638-6771

OrgNOCEmail: ipnoc@savvis.net

OrgTechHandle: UIAA-ARIN

OrgTechName: US IP Address Administration

OrgTechPhone: +1-888-638-6771

OrgTechEmail: ipadmin@savvis.net

# ARIN WHOIS database, last updated 2007-10-27 19:10

# Enter ? for additional hints on searching ARIN's WHOIS database.

And for a domain name lookup (which is not what whoisis used for):

$ whois www.pearson.com

Whois Server Version 2.0

Domain names in the .com and .net domains can now be registered

with many different competing registrars. Go to http://www.internic.net

for detailed information.

No match for "WWW.PEARSON.COM".

Configuring a Local Caching Nameserver

A caching nameserver builds a local cache of resolved domain names and provides them to other hosts on your LAN. This speeds up DNS searches and saves bandwidth by reusing lookups for frequently accessed domains and is especially useful on a slow dialup connection or when your ISP's own nameservers malfunction.

If you have BIND and BIND-utils installed on your computer, you can configure a caching nameserver by installing the caching-nameserverpackage. This sets up the /etc/named.confconfiguration file, the /var/nameddirectory, and the configuration files in /var/named (localhost.zone, named.ca, and named.local).

To start the caching nameserver, you can start the named service manually (see Chapter 11, "Automating Tasks") or use the system-config-servicesGUI configuration tool. Choose the Services menu option in the Server Settings menu, which is in the System Settings menu, and then select named and click the Start button.

To get your local computer to use the caching nameserver, reconfigure the /etc/resolv.conffile to comment out any references to your ISP's nameservers, and set the only nameserver to be the localhost ( 127.0.0.1). The /etc/resolv.conffor the caching nameserver host is as follows:

Читать дальше
Тёмная тема
Сбросить

Интервал:

Закладка:

Сделать

Похожие книги на «Fedora™ Unleashed, 2008 edition»

Представляем Вашему вниманию похожие книги на «Fedora™ Unleashed, 2008 edition» списком для выбора. Мы отобрали схожую по названию и смыслу литературу в надежде предоставить читателям больше вариантов отыскать новые, интересные, ещё непрочитанные произведения.


Отзывы о книге «Fedora™ Unleashed, 2008 edition»

Обсуждение, отзывы о книге «Fedora™ Unleashed, 2008 edition» и просто собственные мнения читателей. Оставьте ваши комментарии, напишите, что Вы думаете о произведении, его смысле или главных героях. Укажите что конкретно понравилось, а что нет, и почему Вы так считаете.

x