Linux

TwitterFacebook
Get flash to fully experience Pearltrees

joining linux in windows domain

First, make sure kerberos is installed: # rpm -qa | grep krb this should return at least 3 packages: krb5-devel, krb5-libs and krb5-workstation Next, make sure the ldap development libraries are installed: # rpm -qa | grep ldap-devel If either of these returns nothing, you'll need to install them - which you can do from the Redhat CD. make sure there's an entry for your active directory DC in your /etc/hosts file: 1.2.3.4 addc.example.com addc Next, edit your /etc/krb5.conf to match your site. http://www.ozzu.com/unix-linux-forum/joining-linux-windows-domain-t42306.html
Most of this documentation is based on analysis of script files and learning about how the system works based on information in code and man pages. Some of this document is based on man pages produced by the Linux community. Some other documentation is based on files in under /usr/doc such as /usr/doc/initscripts-4.48/sysconfig.txt. Synopsis This document explains the operation of Linux using the following categories: http://www.comptechdoc.org/os/linux/howlinuxworks/

Introduction

Note: Files are grouped according to purpose. Ex: commands, data files, documentation. Parts of a Unix directory tree. See the FSSTND standard (Filesystem standard) / Root |---root The home directory for the root user |---home Contains the user's home directories | |----ftp Users include many services as listed here | |----httpd | |----samba | |----user1 | |----user2 |---bin Commands needed during bootup that might be needed by normal users |---sbin Like bin but commands are not intended for normal users.

Linux Directory Structure

http://www.comptechdoc.org/os/linux/usersguide/linux_ugfilestruct.html
http://ut.abfackeln.com/asu.html?page=general

s server utilities for unreal tournament

abfackelns Server Utilities (ASU) for Unreal Tournament ASU Unreal Tournament for Linux If you have ever tried to install Unreal Tournament on a Linux box, you have no doubt come across a handful of pitfalls which make it difficult and annoying to set up. It took me a long while to set up a server that was fully-functional and stable, and even longer to figure out how I did it.
Graphics Card Issues

Learn how to configure Apache

http://www.techrepublic.com/article/learn-how-to-configure-apache/5076696 Apache is controlled by a series of configuration files: httpd.conf, access.conf. and srm.conf (there's actually also a mime.types file, but you have to deal with that only when you're adding or removing MIME types from your server, which shouldn't be too often). The files contain instructions, called directives, that tell Apache how to run. Several companies offer GUI-based Apache front-ends , but it's easier to edit the configuration files by hand.