|
Administration tutorials
|
|---|
Using NDISWrapper to Install Windows Drivers on Linux
How to set up wireless network cards in Linux using NDISWrapper and Knoppix 4.0.
Dell Wireless 1350 WLAN on Knoppix 4.0 Using NDISWrapper
Setting up the Dell Wireless 1350 Card is relatively easy on Knoppix 4.0. My card happened to come with my Inspiron 1200. I would assume most people using this card also got it with a Dell Notebook. If you like Knoppix, then you are going to definitely want to set this up.
Requirements:
Knoppix 4.0 CD (I have gotten this to work with versions as low as 3.6)
Windows/Linux PC to transfer files from CD to thumbdrive
USB Thumbdrive
Laptop with PCMCIA port
Dell Wireless 1350 card and Driver disk
Wifi network to connect to (preferably using DHCP and unencrypted)
Let's get started! You will need to boot your
| | Hits:1438 Rate: 2.5(out of 5) Vote:4 Submit Date :2006-03-20 Rate It | Error | Review |
|
| | | |
|---|
Setting Up Your Own Web Server
Not happy with your ISP? Think you can can share information within your organization better? Setting up your own Web server isn't as hard as some may think, thanks to the ease of use of Linux and Apache.
Admin Digest: Setting Up Your Own Web Server
Why You Need Your Own Web Server
Rob Reilly
Thursday, January 2, 2003 01:36:47 PM
Having your own Web server goes beyond the need to put your business' information out on the Internet for all to see. While that certainly won't hurt, there are many more ways you can take advantage of such a server.
Whether you are running a department within a large corporation, or your own small business, having access to an HTTP server can quickly improve the way your employees share knowledge.
Groups within an organization of any size generally need to share a great deal of information, even though they may be working toward different goals. One way to accomplish this is to provide groups and individuals with access to an intranet Web server and allow them to publish their own facts and figures. Everyone could share one web server, and have a common user interface to access each others' work. If more space or segregation of information is needed, individual groups could set up their own web server using surplus hardware and Linux.
In another situation, you--the content provider--know exactly what you want, but are unable to find just the right package of features at the right cost. Many ISPs charge extra for even basic logging information. Given the tight margins that all businesses have to operate within these days, occasionally the right move is to set up your own host hardware.
Another reason to set up a Web server is that some Internet-based applications may require performance that only a dedicated server can offer--tuned to your special needs.
It may seem unlikely that you can provide a better service than experienced ISPs, but ISPs are catering to a mass market and tend to charge a lot for special services. Some web applications just don't fit into the general ISP scheme and installing your own web server on a Linux box, could prove to be a cost effective way of getting the Internet services you need.
| | Hits:934 Rate: 0.0(out of 5) Vote:0 Submit Date :2006-03-21 Rate It | Error | Review |
|
| | | |
|---|
The Coda Distributed Filesystem for Linux
Bill von Hagen continues his thorough examination of the distributed filessystems available for the Linux platform. In this report, he explores the Coda distributed filesystem that provided much of the inspiration for InterMezzo and gives readers a detailed tutorial on how to implement Coda for themselves.
The Coda Distributed Filesystem for Linux
Introduction to Coda
Bill von Hagen
Monday, October 7, 2002 11:12:44 AM
The initial article in this series provided an overview of the basic principles of distributed filesystems, and highlighted several of the most popular and up-and-coming distributed filesystems that are available for Linux today. The previous articles explored the InterMezzo distributed filesystem and explained how to install and configure a simple InterMezzo client and server. This article explores the Coda distributed filesystem that provided much of the inspiration for InterMezzo and which is also readily available for Linux.
Coda is a well-established distributed filesystem that was developed at Carnegie-Mellon University, is actively in use there, and is also still actively under development. Coda began life as a variant of the AFS distributed filesystem (version 2) from Carnegie-Mellon University, but has since taken on a complete life of its own. Led by M. Satyanarayanan, the Coda filesystem project is focused on specific distributed filesystem functionality required for mobile computing, such as support for disconnected operation. As explained in the article on InterMezzo, "disconnected operation" is the term used to describe the situation where a system that is ordinarily a part of a networked, distributed filesystem, is used without being connected to a network.
Due to its heritage, Coda shares a basic set of terminology and features with AFS. (The Open Source version of AFS, OpenAFS, will be discussed in the next article in this series.) Coda provides a number of features that make it an excellent, high-performance distributed filesystem. Beyond its focus on mobile and disconnected operation, one of Coda's most significant features is its extensive use of caching. Caching means that copies of files or portions of file retrieved from Coda servers are preserved on Coda clients as long as they can be verified to match the master data stored on the Coda server. This is therefore known as "client-side caching". Client-side caching reduces the amount of time that it takes to restart a Coda client by minimizing the amount of data that needs to be transmitted over the network after a Coda client is restarted. It's a fact of computer life that people tend to work on the same files and in the same directories--these change over time, of course, but the files you are working on today are probably more-or-less the same ones that you worked on yesterday.
Client-side caching reduces network communication and minimizes client restart times, but doesn't always guarantee that the files that you need to work on are present on the client. In a networked environment, this is fine--the client system can simply retrieve the file from the file server on which it is located. Given Coda's focus on disconnected operation, Coda also provides command-line commands that let users manipulate the contents of the cache, guaranteeing that specific files and directories will be present in the client's cache. Coda's "hoard" command therefore enables you to anticipate being disconnected from the network. uses any preloading your system with cached copies of specific file and directories. This function is typically used before you disconnect a laptop from the network prior to working in a disconnected fashion for some period of time. An example of using the hoard command is provided later in this article.
| | Hits:589 Rate: 0.0(out of 5) Vote:0 Submit Date :2006-03-21 Rate It | Error | Review |
|
| | | |
|---|
Remote Administration of Linux Systems
One of the best advantages of using Linux is the ability to quickly and (if done correctly) safely logon to and administer another machine from across the room or across the planet. All you need are the right tools, a little paranoia, and just a little time, as Alexander Prohorenko details in this tutorial.
| | Hits:524 Rate: 0.0(out of 5) Vote:0 Submit Date :2006-03-21 Rate It | Error | Review |
|
| | | |
|---|
Using RAID in Linux
The concept of RAID, so often put aside in Linux documentation for all those smart systems administrators, is actually not something that takes a lot of special knowledge to understand. As Alexander Prohorenko explains, all you need is a little common sense and a good plan to implement RAID on your systems.
Using RAID in Linux
The Mysteries of RAID
Alexander Prohorenko
Thursday, August 1, 2002 01:52:49 PM
When you look at some of the installation documents for any of popular Linux distributions, you will see only few mentions of the term RAID, typically with passages such as "you will need RAID only if you are a very professional systems administrator and you already know what are you doing."
Even in the latest documentation of the latest Linux releases, this is likely the only thing you will see about RAID. This is one big reason why I think we should move past this barrier and demonstrate that RAID can be used by "normal" people.
RAID stands for "Redundant Array of Inexpensive Disks." This seems to be rather self-explantory, except for that strange word "inexpensive." In reality, it's usually just refers to common PC hard disks, either SCSI and IDE.
But some additional explanation is necesary, however. Array simply means multiple units. It is perhaps the most significant term in the acronym--for owners of just one, even huge, hard drive, RAID is absolutely useless. Also, the word "redundant" is not an entirely descriptive label. As you'll see, it is not as easy as that.
First, let's begin by describing what RAID can be.
| | Hits:508 Rate: 0.0(out of 5) Vote:0 Submit Date :2006-03-21 Rate It | Error | Review |
|
| | | |
|---|
Basic Administration
In this section we talk about the basics of system administration. We discuss user accounts, printing, starting and stopping the system, making backups and other basic administrative tasks.
| | Hits:490 Rate: 0.0(out of 5) Vote:0 Submit Date :2006-03-20 Rate It | Error | Review |
|
| | | |
|---|
Beginner's Guide to SSI (server side includes)
An easy to follow guide on SSI and how to use this feature to do handy tasks such as include the contents of an external file, display the current server date or time, get the user's IP address and more.
Beginner's Guide to SSI (server side includes)
An easy to follow guide on SSI and how to use this feature to do handy tasks such as include the contents of an external file, display the current server date or time, get the user's IP address and more.
Beginner's Guide to SSI (server side includes)
Don't worry, SSI doesn't require a rocket-science degree to understand and use. It is, however, a highly useful feature that lets you do incredibly time saving tasks such as include the contents of an external file across multiple pages on your site, or access and display server specific information such as the current server time, visitor's IP address, etc. In this tutorial I'll introduce new comers to the wonderful world of SSI! SSI is short for Server Side Includes, by the way.
Does my server support SSI?
The first thing that needs to be settled is whether your server supports SSI and have it enabled. SSI is a Linux/Apache specific feature, so if you're on a Windows server for example, you'll need to look for the Windows equivalent of SSI (sorry, not a Window's guy). To test if your server supports SSI then, you can run a simple test, by inserting the below code inside a webpage, and saving the page with a .shtml extension (the most common extension configured to parse SSI by default):
test.shtml source:
| | Hits:476 Rate: 0.0(out of 5) Vote:0 Submit Date :2006-03-20 Rate It | Error | Review |
|
| | | |
|---|
Schedule scripts to run
Schedule your daily work like checking logfiles, cleaning up old data in your web systems. Let automated scripts take care of this, learn how to use "Cronjob" for this.
| | Hits:458 Rate: 0.0(out of 5) Vote:0 Submit Date :2006-03-20 Rate It | Error | Review |
|
| | | |
|---|
Setting Up A SuSE 8.0 Linux DHCP Client
Enterprise businesses with their own IT staffs may have the knowledge and where-with-all to implement Linux in their organizartions, but what about the small-business owner who has to manage everything from buying pencils to setting up the network? The Admin Digest is a new series designed to address Linux solutions for people who have other things they can be doing with their time. This first installment examines how to use SuSE Linux 8.0 to create a DHCP client system.
| | Hits:446 Rate: 0.0(out of 5) Vote:0 Submit Date :2006-03-21 Rate It | Error | Review |
|
| | | |
|---|
The Operating System
This section is a more detailed description of the Linux operating system. We go into the internal of the kernel, files and filesystems, and device nodes.
The Operating System
In this section, we are going to go into some detail about what makes a Linux operating system. I am not talking about the "product" Linux or any of the bundled distributions such as SuSE, RedHat, or Mandrake. Here, I am talking strictly about the software that manages and controls your computer. The collection of functions that do all the work are collectively called the "kernel".
Because an operating system is of little use without hardware and other software, we are going to discuss how the operating system interacts with other parts of the various Linux distributions. I will also talk about what goes into making the kernel, what components it is made of, and what you can do to influence the creation of a new kernel.
Much of this information is far beyond what many system administrators are required to have for their jobs. So why go over it? Because what is required and what the administrator should know are two different things. Many calls I received while in tech support and many questions posted to newsgroups could have been avoided had the administrator understood the meaning of a message on the system console or the effects of making changes. By going over the details of how the kernel behaves, I hope to put you in a better position to understand what is happening.
The contents of this discussion is based primarily on two sources. The first is my book Linux User's Resource. The second is David Rusling's "The Linux Kernel". In our seperate documents David and I covered different topics and in different levels of detail, so you didn't get the full story by reading either one by itself. Rather than rewriting everything from scratch, David has graciously given me permission to include his material with mine. Perhaps "merge" is a better term than "include", because in spite of much commonality between the two documents, one often included information that the other did not include.
| | Hits:395 Rate: 0.0(out of 5) Vote:0 Submit Date :2006-03-20 Rate It | Error | Review |
|
| | | |
| |
Pages : 1 2 |