Best of Technical Support
Red Hat without a Network Card?
Is it possible to run my Red Hat 8.0 system without a network card?
—
Prasanna
softpras@rediffmail.com
Sure, it's possible, and you don't have to do anything. Any normal
Linux system configures lo (the loopback interface) automatically.
It's even possible to run without that (as embedded Linux systems
sometimes do). However, you shouldn't have to do anything special.
Simply install your distribution and refrain from entering any
network settings.
—
Jim Dennis
jimd@starshine.org
Incompatible Web Site?
I recently used Konqueror 2.2.2 to visit a credit-card Web site (URL
withheld to protect the guilty) to check my account. The site said I
needed to upgrade to at least Netscape 4.0 or Microsoft Internet Explorer
4.0 in order to use the 128-bit-strong encryption their site used.
I know that Konqueror 2.2.2 is a much later version than 4.0 of either of
the browsers they mentioned. I checked the various browser settings,
and sure enough, SSL2 and 3 both were enabled, with encryptions going
as high as 168 bits. Almost every encryption standard was enabled
in my settings; the exceptions being FZA-FZA-CBC-SHA, FZA-NULL-SHA,
NULL-MD5 and NULL-SHA—they all say “0 of 0 bits”. Finally, I changed the user agent setting to broadcast that it was
Netscape or MSIE, and magically, I stopped getting the error messages.
Now when I fill in the forms, such as the login screen, my input is
ignored and the form simply refreshes. I have enabled JavaScript, Java
and cookies. Nothing works. Am I doing something wrong or is the site nonstandard? If
I look in my settings under certificates, it says I have a
certificate from the Web site. I can verify that certificate, but it
does not say what type of encryption they use or give me any other useful
information.
—
John Handis
mrintensity@worldnet.att.net
I'll bet the Web site uses the user agent string to help identify what it
thinks is a valid browser version.
Try
Mozilla. If that doesn't work complain to the Web site.
—
Christopher Wingert
cwingert@qualcomm.com
Too many Web developers code to a particular
implementation (target platform) rather than to
the standard protocols and APIs (application
programming interfaces). This is exacerbated
considerably by JavaScript. Writing any piece of
nontrivial JavaScript so it can run correctly on
several different Web browsers is daunting.
I encourage all Web site developers to start
with the simplest implementation of the
core requirements. Add bells and whistles in
JavaScript, but always allow the user to get at
core functions without it.
My suggestions: complain to your bank and try using Mozilla 1.x or
Netscape 6.
—
Jim Dennis
jimd@starshine.org
There is a silver lining, however. You may not
be aware of this, but the default Apple browser,
Safari, is based on the KHTML rendering engine
from the KDE Project. This, obviously, is the same
engine that Konqueror uses. Also, now that Microsoft discontinued
development on the Macintosh version of Internet
Explorer, Web developers who
code for Windows and Mac only will be coding
for you too.
—
Ben Ford
ben@kalifornia.com
It's Hot in Here
I am using an ASUS motherboard. Under Microsoft Windows 98, a program called
asusprobe reports that the CPU temperature is about 47°C/116°F and the
motherboard temperature is about 31°C/87°F. These may change slightly but
are pretty steady. How do I find these temperatures under Linux?
—
Michael Mather
mmather@eol.ca
Most commodity motherboards that provide this information are built
around the LM78 series of chips that communicate over the i2c 2-wire
bus. The SMBus is a particular implementation of i2c. The drivers and
utilities for accessing this information under Linux are in the
lm-sensors package. You can learn more about that project from
secure.netroedge.com/~lm78.
The i2c and lm-sensors drivers are included with mainstream kernel sources
and are compiled into all mainstream Linux distributions like Red Hat,
Debian and SuSE. Perusing the FAQ reveals that different motherboards report differing
numbers for temperature and voltage; you can adjust those settings
by editing the /etc/sensors.conf file. Debian installed a sample
sensors.conf file that's about 20 pages long.
Also, the FAQ specifically mentions ASUS P2B
motherboards in relation to odd temperature readings—if that's
your motherboard, read the FAQ at the above URL.
Incidentally, a number of packages use this lm-sensors
interface, dæmons that store histories of readings for statistical
analysis and graphing, GUI widgets that run in KDE, GNOME or Window
Maker panels and so on. At the very least you probably should use the sensors
command that will read the settings from your /etc/sensors.conf to
adjust the raw readings it gets from the drivers.
—
Jim Dennis
jimd@starshine.org
Quick Download of Many Images
Suppose there's a site called www.foo.org/technical/pics.
How can I download only the pictures—let's say
the only extension is .jpg—from a Web site using
wget?
—
Kunthar
kunthar@gmx.net
Here's an example:
wget -r -l1 --no-parent -A "*.jpg" \ http://www.server.com/dir/
This recursively (-r) downloads all the *.jpg files from the dir
directory on the www.server.com Web server up to one level depth.
Do a man wget for more of this great utility's
options.
—
Felipe Barousse Boué
fbarousse@piensa.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
If you already use virtualized infrastructure, you are well on your way to leveraging the power of the cloud. Virtualization offers the promise of limitless resources, but how do you manage that scalability when your DevOps team doesn’t scale? In today’s hypercompetitive markets, fast results can make a difference between leading the pack vs. obsolescence. Organizations need more benefits from cloud computing than just raw resources. They need agility, flexibility, convenience, ROI, and control.
Stackato private Platform-as-a-Service technology from ActiveState extends your private cloud infrastructure by creating a private PaaS to provide on-demand availability, flexibility, control, and ultimately, faster time-to-market for your enterprise.
Sponsored by ActiveState
| Non-Linux FOSS: libnotify, OS X Style | Jun 18, 2013 |
| Containers—Not Virtual Machines—Are the Future Cloud | Jun 17, 2013 |
| Lock-Free Multi-Producer Multi-Consumer Queue on Ring Buffer | Jun 12, 2013 |
| Weechat, Irssi's Little Brother | Jun 11, 2013 |
| One Tail Just Isn't Enough | Jun 07, 2013 |
| Introduction to MapReduce with Hadoop on Linux | Jun 05, 2013 |
- Containers—Not Virtual Machines—Are the Future Cloud
- Non-Linux FOSS: libnotify, OS X Style
- Linux Systems Administrator
- Lock-Free Multi-Producer Multi-Consumer Queue on Ring Buffer
- Validate an E-Mail Address with PHP, the Right Way
- Senior Perl Developer
- Technical Support Rep
- UX Designer
- RSS Feeds
- Introduction to MapReduce with Hadoop on Linux
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?




3 min 32 sec ago
29 min 21 sec ago
2 hours 57 min ago
3 hours 31 min ago
3 hours 32 min ago
3 hours 32 min ago
3 hours 35 min ago
3 hours 36 min ago
3 hours 37 min ago
3 hours 38 min ago