Archive for December, 2007

Chapter 9 . Using X 337 Installing with

Friday, December 21st, 2007

Chapter 9 . Using X 337 Installing with binary packages The XFree86 group provides binary tar files with an installation script for those users who do not want or cannot use another packaging system. These packages are available from their site at http://www.xfree86.org. A README file is provided with instructions on installation. The steps below will walk you through installing XFree86 with the tarfiles. Be sure to change into a temporary directory first. In the example that follows you are in the /root/X directory. Tip The Release Notes distributed with every version of XFree86 tell you which hardware devices are supported. 1. FTP to ftp.xfree86.org and log in as anonymous. [root@redhat ~/X]# ftp ftp.xfree86.org Connected to ftp.xfree86.org. 220 public.xfree86.org FTP server (Version wu-2.6.1(1) Tue Jan 2 12:12:36 PST 20 01) ready. Name (ftp.xfree86.org:root): anonymous 331 Guest login ok, send your complete e-mail address as password. Password: 230230-Welcome to ftp.xfree86.org, the master server for XFree86 distribution. 230 2. Change to the /pub/XFree86/3.3.6/binaries/Linux-ix86-glibc21 directory. 3. Change the FTP client to binary mode and turn off prompting. ftp> binary 200 Type set to I. ftp> prompt Interactive mode off. 4. Download all of the files in this directory by typing mget all. 5. Change to the Servers directory by typing cd servers. 6. List the available servers by typing ls. 7. Choose the correct server for your video card and download it using get server_filename. 8. Exit out of the FTP client. 9. Make the two install scripts executable by typing chmod +x *.sh. 10. Create a directory named /usr/X11R6by typing mkdir /usr/X11R6. 11. Change into the /usr/X11R6 by typing cd /usr/X11R6.
Visit our web design programs services for an affordable and reliable webhost to suit all your needs.

336 Part II . Getting Around in Linux (Sex offenders web site)

Thursday, December 20th, 2007

336 Part II . Getting Around in Linux While you can get GNOME without the Ximian packaging enhancements, we recommend that you include the enhancements because of the extra tools and installer provided. Installing X Objective 2.10 X Install & Configure XFree86. Verify that the video card and monitor are supported by an X server, install the correct X server, configure the X server, install an X font server, install required fonts for X (may require a manual edit of /etc/X11/XF86Config in the Files section), customize and tune X for videocard and monitor. Commands: XF86Setup, xf86config. Files: /etc/X11/XF86Config, .xresources. The easiest way to install X is to do it during the main installation of the distribution. This way all of the needed packages are installed and configured up front. But, if you install a system without X and later decide to add it, you can do that, too. The installation method depends on the packaging system used by your distributions. Installing with RPMs If your system uses RPMs, it is recommended to install the necessary RPM packages from the distribution CD-ROM or site. This is because most distributions tweak and customize the X Window install. Some distributions add special user tools, such as automatic menu creation. Installing on Debian Debian users can easily add X to a system by typing either of the following: apt-get install task-x-window-system-core or apt-get install task-x-window-system These tasks will download all needed packages, install them, and walk you through the configuration of X. The core task downloads only the basic X window System, while the system task downloads X as well as a window manager and other supporting applications.
In case you need affordable webhost to host your website, our recommendation is ecommerce web host services.

Web design templates - Chapter 9 . Using X 335 . IceWM

Thursday, December 20th, 2007

Chapter 9 . Using X 335 . IceWM IceWM is available from http://www.icewm.org. It is a nice window manager designed for speed, usability, and consistency. It is able to emulate the look of Motif, OS/2, and Windows and allows you to have a customizable look using pixmaps. . Sawfish Sawfish is available from http://sawmill.sourceforge.net/. It is an extensible window manager using a LISP-based scripting language. All window decorations are configurable and all user-interface policy is controlled through the extension language. Sawfish is now the default window manager used with GNOME. . Window Maker Window Maker is available from http://www. windowmaker.org/. It is an X11 window manager designed to emulate the look and feel of the NeXTStep GUI. It is relatively fast, feature rich, and easy to configure and use. Desktop environments Window managers provide a good look and feel for your desktop, but until recently there were no real rules on getting applications to look and work the same. However, the new desktop environments coming on to the computing scene are changing this. A desktop environment includes a suite of applications, file manager, control panel, window manager, and many other components. They are designed to work together with the same look and feel. The two most popular desktop environments are KDE and GNOME. Every new user to Linux owes it to himself or herself to try out both environments and decide which he or she likes best. KDE KDE is available from http://www.kde.org. The first large-scale desktop environment for Linux was KDE. It is a mature project that offers an easy-to-use environment bundled with many applications, a window manager, and an easy-to-use control panel. KDE is built around the Qt libraries from Trolltech. Developers can write other applications using these libraries and have them fit together and work very well with KDE. The Qt libraries were once under a restrictive license that caused it some acceptance problems, but that situation has recently changed. GNOME The Ximian GNOME distribution is available from http://www.ximian.com. GNOME, GNU Network Object Model Environment, was originally started as an alternative to KDE, since the Qt libraries that KDE are based on were not under a free license. GNOME was originally an independent project, but a company named Helix Code was started by the core developers as a way to promote and fund the project. Helix Code has since changed their name to Ximian. They provide an excellent GNOME distribution that includes many applications, the sawfish window manager, a control panel, and many desktop themes. It also includes an easy-to-use updating tool that lets you keep your system current by automatically downloading new updates.
We highly recommend you visit web and email hosting services if you need stable and cheap web hosting platform for your web applications.

Web host 4 life - 334 Part II . Getting Around in Linux

Wednesday, December 19th, 2007

334 Part II . Getting Around in Linux Some people quickly get confused between client and server when discussing the X Window System, and we can t blame them. Most people consider their workstations to be the client, but in the case of X, their workstations are actually the servers. The X server provides the graphical interface on the workstation, and clients, in the form of applications, connect to the X server from either the local workstation or from across the network and get displayed. Exam Tip The X server runs on the system with the monitor, while the clients (applications) can run remotely or locally. They connect to the X server software for display. Window managers The X server just allows client applications to connect and be displayed. It does not provide any mechanism for controlling the windows or customizing the display. This is where a window manager comes in. The window manager provides functionality such as window borders, menus, icons, virtual desktops, toolbars, and wallpaper control. Basically, the window manager provides the look and feel of your X desktop. Once you get the window manager that you want to use, the next step is to get a theme. The desktop theme specifies the detailed look and feel of the window manager. Normally a theme sets the color, window buttons, task bars, and possibly wallpapers. A popular site for window manager themes is http://www.themes.org. The following is a list of the most popular window managers. . AfterStep AfterStep is available from http://www.afterstep.org/. It is based on the look and feel of the NeXTStep interface, which is the desktop for the NeXT computer. It has undergone a number of enhancements based on user feedback. Another benefit is the small memory size, advertised at less than 1MB. . Blackbox Blackbox is available from http://blackbox.alug.org/. It offers a small code base written in C++. It has a fast and simple interface that uses little resources. It is a very popular window manager due to its small size and speed. . Enlightenment Enlightenment is available from http://www. enlightenment.org. Often called E for short, Enlightenment is a very customizable window manager with excellent look and feel. The down side is that it can be resource intensive and usually runs best on higher-end systems; however, it can be worth it. E used to be the default window manager with GNOME (covered in the next section). . FVWM FVWM is available from http://www.fvwm.org. Most window managers today have their roots in the older FVWM. No one is sure what the F stands for, but the rest stands for Virtual Window Manager. FVWM is still being developed and worked on, but is not nearly as popular as it once was.
Looking for affordable and reliable webhost to host and run your business application? Then look no more and go to servlet web hosting services.

Chapter 9 . Using X 333 The XFree86

Tuesday, December 18th, 2007

Chapter 9 . Using X 333 The XFree86 system (also called X Window or X) was designed to give Linux and UNIX systems an easy-to-use graphical interface. With more people moving to Linux from Windows and Macintosh, the need for X is greater than ever. Users from the other systems will be amazed at the level of customization and amount of choices available. Overview of the X Window System Unlike other operating systems such as Windows 2000 and MacOS, the X Window System is not an integrated part of Linux. It is a separate application that runs on top of the base operating system. This allows you to run a GUI interface if you want, but to free up memory and CPU resources if they are needed elsewhere. History of X X was originally developed at the Massachusetts Institute of Technology and released in 1984. It was derived from the project known as Athena, which was a group effort between MIT, IBM, and Digital Equipment to design a graphical environment for education. The goal was to provide a graphical networked environment that was standardized so multiple vendors equipment could work together. The lead for the main development project was Robert Scheifler. X also owes many of its early ideas to the W windows package, developed by Paul Asente at Stanford. In 1987 MIT released the first version of X that we know today, known as X11. As of X11R2 (X11 Release 2) the control of X passed from MIT to the X Consortium, which was formed in 1988. The current release of X11 is X11R6.5.1. The version of X that is used with Linux is XFree86. The name comes from the fact that originally the package was meant for the Intel x86 processor, but it now runs on many different platforms and systems. More information on this project is available at http://www.xfree86.org. Architecture overview The X Window System was designed to have a very powerful and flexible client- server architecture. X applications can run on the user s local workstation or from a large network server with a fast processor. The X protocol handles the remote and local communications. The biggest module is the X server, which is responsible for displaying the applications on the user s system. X servers exist for almost every graphical computing platform used today. Applications may be run on a different computing platform and displayed back over the network to an X server running on a different platform.
You need excellent and relaible webhost company to host your web applications? Then pay a visit to Inexpensive Web Hosting services.

Web hosting mysql - 332 Part II . Getting Around in Linux

Monday, December 17th, 2007

332 Part II . Getting Around in Linux CHAPTER PRE-TEST 1. Which command starts the X Window System from the command line? 2. Which file is used to configure the X server? 3. Which executable file does the startx script run? 4. What piece of software manages window borders and desktop icons? 5. Which section in the XF86Config file configures fonts? 6. Which environment variable controls where an X application is dis played? 7. Which file is used to customize a user s X applications? 8. Which service is used to allow users to log in at a graphical prompt? 9. Which file in a user s home directory is executed by xinit? 10. What is the oldest graphical terminal emulator? . Answers to these questions can be found at the end of the chapter. .
We recommend you use shared web hosting services, because many users agree that it is cheap, reliable and customer-satisfying webhost.

9 CHAPTER Using X …. EXAM OBJECTIVES Exam

Saturday, December 15th, 2007

9 CHAPTER Using X …. EXAM OBJECTIVES Exam 102 . General Linux, Part 2 2.10 X Install & Configure XFree86. Verify that the video card and monitor are supported by an X server, install the correct X server, configure the X server, install an X font server, install required fonts for X (may require a manual edit of /etc/X11/XF86Config in the Files section), customize and tune X for videocard and monitor. Commands: XF86Setup, xf86config. Files: /etc/X11/XF86Config, .xresources. Setup XDM. Turn xdm on and off, change the xdm greeting, change default bitplanes for xdm, set-up xdm for use by X-stations Identify and terminate runaway X applications. Identify and kill X applications that won t die after user ends an X-session. Example: netscape, tkrat, etc. Install & Customize a Window Manager Environment. Select and customize a system-wide default window manager and/or desktop environment, demonstrate an understanding of customization procedures for window manager menus, configure menus for the window manager, select and configure the desired x-terminal (xterm, rxvt, aterm etc.), verify and resolve library dependency issues for X applications, export an X-display to a client workstation. Commands: Files: .xinitrc, .Xdefaults, various .rc files.
If you are searching for cheap webhost for your web application, please visit MySQL5 Web Hosting services.

330 Chapter 8 . Study Guide Scenarios 1. (Web and email hosting)

Friday, December 14th, 2007

330 Chapter 8 . Study Guide Scenarios 1. You could boot the system in single-user or emergency mode. Find the script that starts the daemon that is hanging and either troubleshoot it or just remove it from that runlevel. 2. Change the system to boot to text mode by editing the /etc/inittabfile. To unload X and change to text mode without rebooting the system, you could execute telinit 3. 3. If you have already made boot disks, you could use those to boot the system. If not, you can create boot disks on another Linux system or download boot and rescue images from your distribution s site.
Please visit Domain Name Hosting services for high quality webhost to host and run your jsp applications.

Chapter 8 . Study (Photography web hosting) Guide 329 6. shutdown

Thursday, December 13th, 2007

Chapter 8 . Study Guide 329 6. shutdown -r now. The -r option tells the system to reboot, and the now option causes the system to do it immediately. For more information see the Using runlevels section. 7. /sbin/halt. For more information see the Using runlevels section. 8. D. The other entries are invalid. For more information see the Configuring the init process section. 9. /etc/issue.net. Local users will receive the /etc/issue file. For more information see the Customizing the Boot Process section. 10. A. The chkconfigtool is used from the command line while ntsysv provides a menu interface. The other commands do not provide runlevel information. For more information see the Customizing the Boot Process section. 11. C. The -r parameter changes the perceived root path. It should point to the root volume. For more information see the Troubleshooting LILO section. 12. emergency. The S parameter still runs the system initialization script. For more information see the Booting to single-user mode section. 13. A. The –deviceparameter specifies the floppy drive, which starts with number 0. The mkboottool does not accept these parameters. For more information see the Creating a boot disk section. 14. B. The linearoption is required for some SCSI disks. The other options are invalid. For more information see the Configuring LILO section. 15. 6. Runlevel 0 halts the system, and runlevel 1 is used for single-user mode. For more information see the Using runlevels section. 16. A. The initprocess is the only process that has a runlevel of 1. For more information see the Configuring the init process section. 17. D. The once parameter tells init to start the process once and not to restart it again. The other options are invalid. For more information see the Configuring the init process section. 18. B. The BSD style of initialization uses a few large script files, while Sys V uses many smaller ones in a directory hierarchy. For more information see the Customizing the Boot Process section. 19. inet status. The inetstartup script in /etc/init.dor /etc/rc.d/init.d can be queried for the process status. For more information see the Sys V startup section. 20. A. The LIL error is caused by a media failure or geometry mismatch. The LIL-is caused by a corrupt descriptor table. For more information see the Troubleshooting the Boot Process section.
Please visit our professional web hosting services to find out about cheap and reliable webhost service that will surely answer all your demands.

Ecommerce web host - 328 Chapter 8 . Study Guide Answers to

Wednesday, December 12th, 2007

328 Chapter 8 . Study Guide Answers to Chapter Questions Chapter Pre-Test 1. The init process is started by the kernel and has the PID of 1. 2. Sys V 3. init, telinit, shutdown, and halt 4. /etc/inittab 5. /etc/issue.net is displayed to network logins. 6. Pass the emergency boot parameter at the LILO prompt. 7. The media may be bad or there may be a disk geometry translation problem. 8. ram= 9. /etc/lilo.conf 10. 6 Assessment Questions 1. B. The restricted parameter stops someone at the console from issuing boot parameters without knowing the preset password. The password option is used to specify the passwordto enter. The other options are invalid. For more information see the Configuring LILO section. 2. A. The LILO boot sector should be placed in the master boot record of the drive instead of a partition. The partition boot block can be used when multiple operating systems are installed. For more information see the Using LILO section. 3. C. The root= parameter tells the system which volume to use as the root volume. The device name should point to a partition. No mount point is needed. For more information see the Using LILO section. 4. A. Use the alias entry to have a second name for your boot image. The label entry gives the boot entry a name that is displayed at the LILO menu. For more information see the Configuring LILO section. 5. D. The command telinit 5 command changes the system to runlevel 5, which is the GUI mode in Red Hat. The startxcommand is used to start the X Window System from a command line, but not at boot. The init 3command would change the system to multiuser text mode. Choice B is invalid. For more information see the Using runlevels section.
We recommend cheap and reliable webhost to host and run your web applications: Coldfusion Web Hosting services.