b5media.com

Advertise with us

Enjoying this blog? Check out the rest of the Technology Channel Subscribe to this Feed

New Linux User

Archive for November 2005

November 10th, 2005

EXPLAIN: Why Not Log On As Root?

I’m sure we’ve all heard the dire warnings against logging on to a GNU/Linux box as the root user to perform routine computing tasks. But why? It’s my computer, shouldn’t I be able to do anything I want without having to switch to the root account?
Yes, you should. However, if you run as root regularly […]

By Jon -- 2 comments

November 9th, 2005

GEEKY FUN: Our Adopted Penguin.

You may remember a while ago several of our listeners of our GNU/Linux User Show got together and pooled together enough money to adopt a penguin from the Penguin Foundation down in Australia.
Well, today we got our picture and accompanying letter. I’m sure we’re the first GNU/Linux show to have a real, live freakin’ […]

By Jon -- 0 comments

November 9th, 2005

HOWTO: Use Ifconfig.

Ifconfig is probably short for ‘interface configuration’ since its primary use is to manipulate your network interfaces. For all intents and purposes, a network interface is a network card, so I’m just going to call them network cards.
From the ifconfig man page:

Ifconfig is used to configure the kernel-resident network interfaces. […]

By Jon -- 0 comments

November 8th, 2005

EXPLAIN: What’s Up With this Linux Virus in the News Today?

ZDnet is reporting a Linux virus this morning. Since there are so few Linux virii out there in the wild, I immediately get suspicious when I hear of one. I investigated this virus and here are my thoughts on it:
First off, while everyone is indeed calling this a Linux virus, I must disagree.
The vulnerabilities that […]

By Jon -- 3 comments

November 7th, 2005

EXPLAIN: Where to Find Beginner GNU/Linux Resources.

I’m not going to pretend that this is some be all and end all list. In fact, this list is quite small. I’m sure there are many worthy sites out there dealing with beginner GNU/Linux information that I’m going to miss - but here’s the short list of places that I go when looking for […]

By Jon -- 4 comments

November 5th, 2005

HOWTO: Find a File on My GNU/Linux System?

Where did that pesky application install itself? If you’re like me, you’ve lost your fair share of files over time. Whenever I can’t find something, I use one of three utilities: find, locate, and whereis.
Find
Probably the most reliable, but slowest, way to find a file is to use the find command. At its simplest, the […]

By Jon -- 0 comments

November 5th, 2005

EXPLAIN: How to Use the Alias Command?

Reader Geoff recenty had the opportunity to play with the alias command. It all started with a desire to get aterm running with a bunch of command line switches. Obviously, typing a long string of switches into the command line gets pretty tedious after a while, so it’s natural to want to shorten that up.
The […]

By Jon -- 2 comments

November 3rd, 2005

HOWTO: Install OpenOffice.org 2.0 on a Debian Machine?

I recently wrote a quick entry about using alien to install OpenOffice.org v2.0 on my Debian box.
If you’d like more information, I also wrote an article over on Really Linux that explains the installation in more detail. If you’re staring at 26 rpm files wondering how you’re going to install them, you might be […]

By Jon -- 0 comments

November 2nd, 2005

HOWTO: Install an RPM Package on a Debian Box?

While installing OpenOffice.org 2.0 today I had the opportunity to run across an application named alien. OOo is only available in rpm format and I run a Debian machine. Alien allowed me to install those RPMs on my Debian box.
From the man alien command:

alien is a program that converts between Red Hat rpm, Debian deb, […]

By Jon -- 14 comments

November 1st, 2005

HOWTO: Find Out Who Else is Logged on to my Machine?

While malware, spyware, and virii aren’t generally problems for GNU/Linux users, there’s always some residual paranoia when moving over from Windows. Until you become comfortable enough with your system, it’s natural to want to know if someone has ssh’d or telnetted in to your system.
The quickest way to tell who’s on your system at any […]

By Jon -- 4 comments