Best of Technical Support
I live a few miles off the electric and phone lines with no line of sight to a repeater dish in one of the largest and poorest counties in the US.
For those of us with remote homes in the mountains near the Canadian border who have gotten computers during the last few years, internet access is many miles away.
While DirecPC works with a satellite connect down, one needs a telephone line out to the Net. Many of us do not have phone access, yet a radio system less expensive than the Ham radio would make a great change in our lives. Our download needs are greater than our upload needs. How do we make this work?
—Robert Thomas, homeschoolu@hotmail.com
You can run DirecPC from Linux with a router from www.helius.com. They are scheduled to come out with a two-way router for bidirectional DirecPC in the third quarter of 2001. My suggestion to you would to be set up a network with your neighbors with a caching server to speed access.
—Ben Ford, ben@kalifornia.com
Community net groups are using standard WiFi cards and modified satellite dishes to make high-speed connections that span miles. You might be interested in using this technology to share your satellite access with neighbors. See www.toaster.net/wireless/community.html.
—Don Marti, dmarti@ssc.com
I installed and partitioned a second hard drive, but I can't make a filesystem on it.
—Kevin Williams, williams_kevin@btconnect.com
First, figure out what device you are talking about. Here is a simple chart to determine device names: /dev/hda1 master drive on primary channel, 1st partition /dev/hda2 master drive on primary channel, 2nd partition /dev/hdb1 slave drive on primary channel, 1st partition /dev/hdb2 slave drive on primary channel, 2nd partition /dev/hdc1 master drive on secondary channel, 1st partition /dev/hdc2 master drive on secondary channel, 2nd partition /dev/hdd1 slave drive on secondary channel, 1st partition /dev/hdd2 slave drive on secondary channel, 2nd partition Next, choose the filesystem you would like on it. SuSE includes reiserfs with their distro; I recommend that as it doesn't require tedious filesystem checks on a bad reboot. Then format the drive. The command used to make reiserfs partition is mkreiserfs <devicename>, where <devicename> is the device name of your partition. If you want to stick with ext2, use the same command but replace mkreiserfs with mke2fs. Now you have a useable drive partition; all that is left is to mount it. Choose or create a mountpoint in your filesystem. I will use /mnt/storage for this example. Create the mountpoint with mkdir /mnt/storage. As you see, the mountpoint is nothing more than a directory. Now mount the drive like this:
mount <devicename> /mnt/storage -t <filesystem type>
where <devicename> is the device name of the partition and <filesystem type> is the type of filesystem. You now have another useable hard drive. One step remains. I assume you want this accessible next time you boot the system, so we need to add the partition to /etc/fstab. Add a line like this to that file:
<devicename> <mountpoint> <filesystem type> defaults 0 0where <devicename> is the device name of your partition, <mountpoint> is the mountpoint you are using and <filesystem type> is the type of filesystem on that partition. If you choose to use reiserfs, leave the last two numbers as 0 0. If you use ext2, make those numbers 1 2.
—Ben Ford, ben@kalifornia.com
The installation of Red Hat 6.2 on my Dell OptiPlex GX150 went well. However, after the system came up, I couldn't ping any host, even on the same subnet. I typed arp -a and the system hung. The system has an integrated 3Com 920 10/100 BT card.
—Khoa Nguyen, knguyen@megisto.com
Use netconfig to set up your networking. You can also use lsmod to see if the module for that card is loaded. I would guess that the module for that card would be the 3c90x. You may have to load this module by hand if the card isn't automatically detected by using the command modprobe 3c90x. If this works, edit the file /etc/modules.conf and add the line alias eth0 3c90x.
—Ben Ford, ben@kalifornia.com
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Sponsored by AMD
Built-in forensics, incident response, and security with Red Hat Enterprise Linux 6
Every security policy provides guidance and requirements for ensuring adequate protection of information and data, as well as high-level technical and administrative security requirements for a system in a given environment. Traditionally, providing security for a system focuses on the confidentiality of the information on it. However, protecting the data integrity and system and data availability is just as important. For example, when processing United States intelligence information, there are three attributes that require protection: confidentiality, integrity, and availability.
Learn more about catching the bad guy in this free white paper.
Sponsored by DLT Solutions
| Designing Electronics with Linux | May 22, 2013 |
| Dynamic DNS—an Object Lesson in Problem Solving | May 21, 2013 |
| Using Salt Stack and Vagrant for Drupal Development | May 20, 2013 |
| Making Linux and Android Get Along (It's Not as Hard as It Sounds) | May 16, 2013 |
| Drupal Is a Framework: Why Everyone Needs to Understand This | May 15, 2013 |
| Home, My Backup Data Center | May 13, 2013 |
- New Products
- Linux Systems Administrator
- Senior Perl Developer
- Technical Support Rep
- UX Designer
- Web & UI Developer (JavaScript & j Query)
- Designing Electronics with Linux
- Dynamic DNS—an Object Lesson in Problem Solving
- Making Linux and Android Get Along (It's Not as Hard as It Sounds)
- Using Salt Stack and Vagrant for Drupal Development
- Reply to comment | Linux Journal
2 hours 32 min ago - Nice article, thanks for the
13 hours 12 min ago - I once had a better way I
18 hours 58 min ago - Not only you I too assumed
19 hours 16 min ago - another very interesting
21 hours 9 min ago - Reply to comment | Linux Journal
23 hours 2 min ago - Reply to comment | Linux Journal
1 day 5 hours ago - Reply to comment | Linux Journal
1 day 6 hours ago - Favorite (and easily brute-forced) pw's
1 day 8 hours ago - Have you tried Boxen? It's a
1 day 13 hours ago
Enter to Win an Adafruit Pi Cobbler Breakout Kit for Raspberry Pi

It's Raspberry Pi month at Linux Journal. Each week in May, Adafruit will be giving away a Pi-related prize to a lucky, randomly drawn LJ reader. Winners will be announced weekly.
Fill out the fields below to enter to win this week's prize-- a Pi Cobbler Breakout Kit for Raspberry Pi.
Congratulations to our winners so far:
- 5-8-13, Pi Starter Pack: Jack Davis
- 5-15-13, Pi Model B 512MB RAM: Patrick Dunn
- 5-21-13, Prototyping Pi Plate Kit: Philip Kirby
- Next winner announced on 5-27-13!
Featured Jobs
| Linux Systems Administrator | Houston and Austin, Texas | Host Gator |
| Senior Perl Developer | Austin, Texas | Host Gator |
| Technical Support Rep | Houston and Austin, Texas | Host Gator |
| UX Designer | Austin, Texas | Host Gator |
| Web & UI Developer (JavaScript & j Query) | Austin, Texas | Host Gator |
Free Webinar: Hadoop
How to Build an Optimal Hadoop Cluster to Store and Maintain Unlimited Amounts of Data Using Microservers
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Some of key questions to be discussed are:
- What is the “typical” Hadoop cluster and what should be installed on the different machine types?
- Why should you consider the typical workload patterns when making your hardware decisions?
- Are all microservers created equal for Hadoop deployments?
- How do I plan for expansion if I require more compute, memory, storage or networking?




Comments
Regressions in the installation programs of recent Linux distros
I have a Compaq Presario, 2001 factory refurbished vintage. It comes with the Compaq OEM Internet keyboard (a USB keyboard), an OEM version of the Logitech basic Wheel Mouse, 64 MB memory, a 20 GB Quantum Fireball disk. To this, I have added another 20 GB Western Digital disk, a 3COM 905B series Ethernet adapter, and an additional 256 MB stick of memory, bringing memory capacity to 320 MB and disk capacity to 2- 20 GB disks.
I have installed several versions of Linux. Mandrake and Red Hat are two of my favorites. The 8.0 and 7.1 versions of each installed flawlessly. Recently, I installed the new 8.1 and 7.2 versions, respectively. The Mandrake 8.1 version now has problems using the mouse during installation, and the Red Hat 7.2 version cannot even detect the keyboard.
I have two questions:
Any ideas what cause these regressions?
Are there any good workarounds or fixes available for either distro?
Thanks!
Brian Masinick
Re: Regressions in the installation programs of recent Linux dis
I have the exact same problem...
I have the new Presario 8000 serie with the AMD XP and the compaq USB internet keyboard. I tried to installed Redhat 7.2, but it couldn't detect the keyboard. Actually, I should say: it does detect it once in a while (once every 5 or 6 reboot).
It seems like before it loads the USB support from the kernel, the keyboard works fine (Numlock, caps lock works), but most of the time after the USB is loaded, the keyboard doesn't work aymore...
I don't know what's wrong, especially since I had Redhat 7.1 before on the same computer and it was working great!?
Thank you.