[gentoo-user] Evolution vCards

2006-12-04 Thread Evan Klitzke

Hi everyone,

I'm sure a few of you have come across a contact who always includes
vCards in his or her emails.  Does anyone know a way to get Evolution
to suppress the display/inclusion of these things? Is there a fancy
way to get rid of them with procmail, or some other method?  Every
single email I get from this person shows up with an attachment and a
lot of screen real estate is taken up displaying the card.

-- Evan Klitzke
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Force SSH Key Authentication

2006-08-14 Thread Evan Klitzke

Hi,

I have an account on a server that lets users SSH in with password
based authentication.  That is OK, but for my account I would prefer
to restrict SSH access to key based authentication.  Is there an
option I can put somewhere in ~/.ssh/ to enforce this?

-- Evan Klitzke
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] install with no network

2006-07-19 Thread Evan Klitzke

I will have network access AFTER I compile the madwifi driver for my
wireless card.
I want to complete a Gentoo install without the network.


If you need madwifi drivers, an option that you have is to boot off a
Knoppix disc, set up wifi on Knoppix (it includes the madwifi drivers
I think), open up a terminal and proceed with the regular Gentoo
installation process.  At least that's how I would do it.

-- Evan Klitzke
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Per-process CPU % usage limit

2006-07-11 Thread Evan Klitzke

On 7/8/06, Etaoin Shrdlu [EMAIL PROTECTED] wrote:

As the subject says, is there any way to force a particular process to
use at most a given CPU percentage?


Although I haven't used it myself, I am fairly confident that this is
what the cpu option does in /etc/security/limits.conf.  You will need
to have PAM enabled.

-- Evan Klitzke
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] suspend/resume

2006-06-27 Thread Evan Klitzke

On 6/26/06, Grant [EMAIL PROTECTED] wrote:

Is there a way to shut the power of my laptop down and then power it
back on and have it resume right where it was when it was powered
down?  I think this is called suspend/resume.  I see there is a kernel
called suspend2-sources.  Is there any way to do it with my
hardened-sources kernel?

- Grant


The primary difference between suspend in the vanilla (and hardened)
kernel and suspend in Suspend2 is that Suspend2 is much faster.  I
don't have any hard numbers, but I think the difference is something
like twenty seconds versus a minute to fully suspend on my laptop.
This isn't normally a big deal, and you don't need to migrate from the
hardened kernel.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] graphical ssh-enabled file system browser?

2006-06-26 Thread Evan Klitzke

On 6/24/06, Mark Knecht [EMAIL PROTECTED] wrote:

Hi,
   Is there a good, graphical ssh-enabled file system browser that I
could set up on my wife and son's machines that would allow them to
move files back and forth between machines without them having to
understand ssh and escape characters? They use a lot of spaces in
their file names so I'd like something that had two window panes
(local  remote) that would allow them to drag files in either
direction and do the hard stuff for them.


If you are using Gnome, the best option is just to use Nautilus, which
has this functionality built in.  Just click Places | Connect to
Server, and fill in your info.  This will create a normal nautilus
window that you can drag and drop from.

-- Evan Klitzke
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] graphical ssh-enabled file system browser?

2006-06-26 Thread Evan Klitzke

On 6/26/06, Arturo 'Buanzo' Busleiman [EMAIL PROTECTED] wrote:

If you are using kde:

konqueror sftp://[EMAIL PROTECTED]/path]


Incidentally you can do the same thing in nautilus :-)  Ctrl-L will
bring up a location dialog, and then you can use
sftp://[EMAIL PROTECTED]/path] to open up the folder remotely.  The
disadvantage of doing this is that it doesn't save you a lot of time,
and if you use the 'Connect to Server' option then the remote folder
will show up under 'Places' in the future.

On another note, you can use sshfs and use any file browser you can
think of to access the files.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] unmerge KDE + deps

2006-06-26 Thread Evan Klitzke

On 6/25/06, krgn [EMAIL PROTECTED] wrote:

I know this must have been asked a few times, but I need to quick and
can't search a lot for info on the net. I would like to remove, say KDE
and GNOME from a system with all the packages they come with, and would
like to find a cmd-line option to emerge that spits out the packages
depending on KDE and GNOME. Could anyone tell me whats the best way to
approach this?

Karstne


Normally you would do something like equery depends foo, which will
print all the packages depending on foo.  IIRC, equery is provided by
gentoolkit.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Module philosophy: Compile-in or Load

2006-06-12 Thread Evan Klitzke

On 6/11/06, Anthony E. Caudel [EMAIL PROTECTED] wrote:

I was wondering what gentoo-users think and practice about kernel
modules.  Do most compile them in the kernel or load them at boot-up.


I have heard a security argument made that it is safer to compile
everything into the kernel, and disable support for modules entirely.
The reason for this is that if someone can load malicious modules on
your system they can basically circumvent any security systems you are
using, including things like SELinux and grsec.

-- Evan Klitzke
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] make.profile

2006-06-08 Thread Evan Klitzke

On 6/8/06, James [EMAIL PROTECTED] wrote:


Hello,
In fact I thought I saw it with 'Q2' in the name. When I look in
/usr/portage/profiles/default-linux/x86/  I do not see anything newer
than 2006.0. HOw does one stay abreast of the newest profiles?


It actually isn't that important to stay abreast of the newest
profiles.  If you actually look at the profile, you'll see three
files.  One of them is packages, which just specifies the minimum
versions for a couple packages (in this case baselayout, binutils,
gcc, and glibc).  The other imporant one is make.defaults which just
specifies the default USE flags, which are overriden by any changes
you have in make.conf.  Probably the only thing that will change if
you move to a new profile is you *might* get some new default USE
flags, but since you probably have quite a few of your in in make.conf
this probably won't even change anything.  Also, the settings in
make.conf rarely change from version to version.

-- Evan Klitzke
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gcc-4.1.1

2006-06-07 Thread Evan Klitzke

The pam-login/shadow blocking issue was a portage specific thing --
you would have gotten it no matter what version of gcc you were
running.  In this case it was because pam-login being deprecated.

On 6/7/06, Mike Huber [EMAIL PROTECTED] wrote:

I had some weird problems with the emerge -e system (libraries not
being properly identified to ./config scripts, that blocking issue
with pam.d  shadow, usual unstable tree stuff), but after toying with
it for a few hours, I have a successfully running desktop.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gcc-4.1.1

2006-06-07 Thread Evan Klitzke

AFAIK, the only thing that you need to compile twice is GCC.  And you
don't even really need to do that twice.  The second pass will may
pass on new optimizations that will make it more efficient, but the
code it outputs will be exactly the same.

-- Evan Klitzke

On 6/7/06, Richard Fish [EMAIL PROTECTED] wrote:

On 6/7/06, Roy Wright [EMAIL PROTECTED] wrote:
 You might want to read:

 http://forums.gentoo.org/viewtopic.php?t=282474highlight=

 which basically recommends:

   emerge -s
   emerge -s
   emerge -e
   emerge -e


Ugh, this is completely pointless.  A single emerge -e world is sufficient.

-Richard
--
gentoo-user@gentoo.org mailing list



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] FTP Server

2006-06-06 Thread Evan Klitzke

On 6/6/06, Michael Crute [EMAIL PROTECTED] wrote:

I agree with Daniel, if you learn on a GUI its far too easy to make
bad websites. Start with VI and a good book, and do yourself a favor
learning CSS and XHTML since that is where web design is headed.


It is probably a good idea to start with a good text editor and a
book, but trying to learn vi and web design at the same time might be
a bit overwhelming!

-- Evan
--
gentoo-user@gentoo.org mailing list