Well, I am registered in Compiz forums and I posted a thread with my
problems installing Compiz but I didnt receive too much help.
I think I've tried everything in an atempt to configure my graphics card for
running Compiz Fusion and I'm really going nuts with this issue, everytime I
try something
On Mon, March 3, 2008 21:00, NN_il_Confusionario wrote:
> On Mon, Mar 03, 2008 at 12:03:32PM -0500, Douglas A. Tutty wrote:
>> Wouldn't a chrooted ftp server do the same thing?
>
> ftp is a intrinsecally more complex protocol than http (see the problems
> for firewalls with active/passive ftp...
>
On Mon, Mar 03, 2008 at 10:11:45PM -0700, Dave Thayer wrote:
> On Fri, Feb 29, 2008 at 01:42:15PM -0500, Manu Hack wrote:
> > Hi
> >
> > I've installed debian amd64 on a Toshiba laptop A215-S7413. I failed
> > to get the touchpad vertical scrolling to work (basic functions work
> > fine). Here i
On Sun, Mar 02, 2008 at 03:59:16PM -0500, Douglas A. Tutty wrote:
> I debian or other 'nix suceptible in any way to anything anybody can put
> in an email? I'm guessing that if someone comes up with something that
> can break e.g. mutt that mutt will be fixed around the same time as a
> virus scan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/03/08 23:32, Andrew Sackville-West wrote:
> On Tue, Mar 04, 2008 at 05:12:24AM +0100, s. keeling wrote:
>> Andrew Sackville-West <[EMAIL PROTECTED]>:
>>> On Sun, Mar 02, 2008 at 07:12:48PM +0100, Florian Kulzer wrote:
I ARE STABLE CAT... TH
It's my fault.
I mistake something like this
exec 6>&1 1>&-
echo "To a closed fd"
Kumar Appaiah wrote:
On Tue, Mar 04, 2008 at 12:10:25PM +0800, hhding wrote:
Any method to redirect any fd to the pipe?
Not only stdout,stderr.
If you mean both stdout and stderr
./configure 2>&1 | tee
On Tue, Mar 04, 2008 at 03:33:01PM +1300, Chris Bannister wrote:
> On Sun, Mar 02, 2008 at 05:01:06PM -0800, Andrew Sackville-West wrote:
> >
> > sql injections are 'data' trying to be executable, aren't they? I know
> > that generally folks aren't trying to "open" sql "attachements"
> > (whatever
On Tue, Mar 04, 2008 at 05:12:24AM +0100, s. keeling wrote:
> Andrew Sackville-West <[EMAIL PROTECTED]>:
> > On Sun, Mar 02, 2008 at 07:12:48PM +0100, Florian Kulzer wrote:
> > >
> > > I ARE STABLE CAT... THIS IS STABLE DISTRIBUSHON.
> > >
> > > I'M ON UR SERVER, RUNNING UR DEBIAN
> >
> > we co
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
joseph lockhart wrote:
> Luis Maceira <[EMAIL PROTECTED]> wrote: How can I see all the messages
> generated by
> a bash command (configure make make install,
> for example) to standard output(computer screen),
> and at the same time make sure that all
On Fri, Feb 29, 2008 at 01:42:15PM -0500, Manu Hack wrote:
> Hi
>
> I've installed debian amd64 on a Toshiba laptop A215-S7413. I failed
> to get the touchpad vertical scrolling to work (basic functions work
> fine). Here is my /etc/X11/xorg.conf:
>
I just rebuilt my xorg.conf on my old laptop
Hugo Vanwoerkom wrote:
Hi,
I thought it would never happen. Right from NewEgg:
http://www.newegg.com/Product/Product.aspx?Item=N82E16834220246
ASUS Eee PC 4G – Galaxy Black Eee PC Intel processor 7" Wide VGA
512MB 4GB Integrated Graphics - Retail for only $400!
My wife loves hers. But be warn
On Tue, Mar 04, 2008 at 12:10:25PM +0800, hhding wrote:
> Any method to redirect any fd to the pipe?
> Not only stdout,stderr.
If you mean both stdout and stderr
./configure 2>&1 | tee log.txt
would work. But I don't know if that is what you meant.
HTH.
Kumar
--
Kumar Appaiah,
458, Jamuna Hos
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
hhding wrote:
> Any method to redirect any fd to the pipe?
> Not only stdout,stderr.
>
> Chris Henry wrote:
>> Hi,
>> You can use tee. e.g. ./configure | tee filename
>>
>> Chris
>>
>> On Tue, Mar 4, 2008 at 11:33 AM, Luis Maceira
>> <[EMAIL PROTECTED
Andrew Sackville-West <[EMAIL PROTECTED]>:
> On Sun, Mar 02, 2008 at 07:12:48PM +0100, Florian Kulzer wrote:
> > On Sun, Mar 02, 2008 at 09:21:41 -0800, David Fox wrote:
> > > On 3/1/08, Chris Bannister wrote:
> > > >
> > > > http://www.rastageeks.org/~toots/debian/bisounours-debian.jpg
> > > >
>
Any method to redirect any fd to the pipe?
Not only stdout,stderr.
Chris Henry wrote:
Hi,
You can use tee. e.g. ./configure | tee filename
Chris
On Tue, Mar 4, 2008 at 11:33 AM, Luis Maceira <[EMAIL PROTECTED]> wrote:
How can I see all the messages generated by
a bash command (configure m
Luis Maceira <[EMAIL PROTECTED]> wrote: How can I see all the messages
generated by
a bash command (configure make make install,
for example) to standard output(computer screen),
and at the same time make sure that all is
written to a text file for later analysis.
It is a redirection but I don´t
On Mon, Mar 03, 2008 at 07:33:20PM -0800, Luis Maceira wrote:
> How can I see all the messages generated by
> a bash command (configure make make install,
> for example) to standard output(computer screen),
> and at the same time make sure that all is
> written to a text file for later analysis.
>
On Mon, Mar 03, 2008 at 07:33:20PM -0800, Luis Maceira wrote:
> How can I see all the messages generated by
> a bash command (configure make make install,
> for example) to standard output(computer screen),
> and at the same time make sure that all is
> written to a text file for later analysis.
>
On Mon, Mar 03, 2008 at 07:33:20PM -0800, Luis Maceira wrote:
> How can I see all the messages generated by
> a bash command (configure make make install,
> for example) to standard output(computer screen),
> and at the same time make sure that all is
> written to a text file for later analysis.
>
Hi,
You can use tee. e.g. ./configure | tee filename
Chris
On Tue, Mar 4, 2008 at 11:33 AM, Luis Maceira <[EMAIL PROTECTED]> wrote:
> How can I see all the messages generated by
> a bash command (configure make make install,
> for example) to standard output(computer screen),
> and at the same
How can I see all the messages generated by
a bash command (configure make make install,
for example) to standard output(computer screen),
and at the same time make sure that all is
written to a text file for later analysis.
It is a redirection but I don´t know how to make
both things happen at the
Chris Bannister wrote:
A ps file is just a plain text file.
Well, an image can also be made in to a gs file, which in turn is still
a text file. What I am trying to say is that the fonts which appear
weird to gs are probably being converted to an image in the ps file.
Given what I wrote
On Sun, Mar 02, 2008 at 08:18:45PM -0500, H.S. wrote:
> Douglas A. Tutty wrote:
>>>
How do you generate your .pdf compared with your .ps, or is it a menu
choice, which unfortunately hides all the gory details.
>>> From within OOo from a menu, it exports the odt file directly to PDF.
>>>
>
On Sun, Mar 02, 2008 at 06:19:01PM -0500, H.S. wrote:
> Chris Bannister wrote:
>> On Thu, Feb 28, 2008 at 07:02:23PM -0500, H.S. wrote:
>>> I haven't got any reply to this problem. Either this particular thing
>>> "just works" for everybody and no body knows what could be wrong (so
>>> never lo
On Sun, Mar 02, 2008 at 05:01:06PM -0800, Andrew Sackville-West wrote:
>
> sql injections are 'data' trying to be executable, aren't they? I know
> that generally folks aren't trying to "open" sql "attachements"
> (whatever the hell that might mean) from mutt...
"SQL injections" are completely di
On Mon, Mar 03, 2008 at 08:56:35AM +0200, Dotan Cohen wrote:
>
> It's called social engineering.
> """want free porn?!? compile this!"""
>
> You'd be surprised how many Windows users install .exes with the hope
> of seeing some free porn.
It is amusing[1] to see attachments that are supposedly .
On Sun, Mar 02, 2008 at 12:23:32PM -0300, Marcelo Chiapparini wrote:
> and when I try to rescale text in a xfig figure, I get the following
> messages for example:
>
> Can't find -*-times-medium-r-normal--13-*-*-*-*-*-ISO8859-*, using 6x13
> Can't find -*-times-medium-r-normal--16-*-*-*-*-*-ISO885
On Thu, 28 Feb 2008 20:21:04 -0500
Kamaraju S Kusumanchi <[EMAIL PROTECTED]> wrote:
> Doug MacFarlane wrote:
> > 2. What to do about sync'ing with my Treo 750 (running windows mobile 6).
> > I'd like for gmail/google calendar to be my authority, and use imap on my
> > laptop and desktop (evolut
On Fri, 29 Feb 2008 15:37:29 -0600
Ron Johnson <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 02/29/08 15:14, Celejar wrote:
> > On Fri, 29 Feb 2008 08:36:11 +
> > Brad Rogers <[EMAIL PROTECTED]> wrote:
> >
> >> On Fri, 29 Feb 2008 01:04:20 -0500
> >> "H.
On Sun, 2008-03-02 at 12:23 -0300, Marcelo Chiapparini wrote:
> Hello,
>
> I am running etch, and I use xfig to create figures. When I call xfig
> from a command line I get the following error messages:
>
> [EMAIL PROTECTED]:~$ xfig
> Warning: Missing charsets in String to FontSet conversion
> Wa
Miles Fidelman <[EMAIL PROTECTED]> writes:
> There's a difference between:
>
> - what makes sense (for some definition of "makes sense")
>
> - what's "right" (for some definition "right")
>
> - the legal and regulatory issues involved (there's a lot of dispute
> about whether software should be p
--- Begin Message ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ron Johnson wrote:
> On 03/02/08 19:19, Douglas A. Tutty wrote:
>> On Sun, Mar 02, 2008 at 07:03:26PM -0600, Ron Johnson wrote:
>
>>> If you happen to be using GNOME (God's own DE), then file-roller
>>> will do just fine. Simply
On Monday 03 March 2008 23:50, Juan Seet wrote:
> Hello, I downloaded netinst for AMD64, I tried to install it and I get
> the following message:
> Code: 89 d5 81 e5 ff 00 00 00 75 70 48 c1 ea 08 48 8d b3 18 10 00
> console shuts up ...
> <0>Kernel panic - not syncing: Aiee, killing interrupt handl
cothrige wrote:
"Telaman Consultancies" <[EMAIL PROTECTED]> writes:
...
The ever persistent issue of software patents for example, when
dealing with programming - which is essentially a language - and
shouldn't, as a means of transmission of knowledge, even have
copyright attached to it.
"Telaman Consultancies" <[EMAIL PROTECTED]> writes:
...
> The ever persistent issue of software patents for example, when
> dealing with programming - which is essentially a language - and
> shouldn't, as a means of transmission of knowledge, even have
> copyright attached to it.
Doesn't this pro
Juan Seet wrote:
> I can't find the debian-boot list, maybe you meant
> http://lists.debian.org/debian-amd64/ ?
http://lists.debian.org/debian-boot/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Douglas A. Tutty wrote:
>> Any idea? Thanks for your time.
>
> You don't say if this is Sarge, Etch, Lenny, or Sid. Its important.
>
He did (look in the subject line) say that it was on Etch.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [
2008/3/3, Juan Seet <[EMAIL PROTECTED]>:
> 2008/3/3, Douglas A. Tutty <[EMAIL PROTECTED]>:
>
> > On Mon, Mar 03, 2008 at 07:50:15PM -0300, Juan Seet wrote:
> > > Hello, I downloaded netinst for AMD64, I tried to install it and I get
> > > the following message:
> > > Code: 89 d5 81 e5 ff 00 0
On Mon, Mar 03, 2008 at 06:18:03PM -0300, Marcelo Chiapparini wrote:
> Hi,
>
> On Mon, 2008-03-03 at 12:21 +0100, Richard Lyons wrote:
> > I've just found texlive on a new etch install cannot find graphics called
> > with includegraphics{}. These are files that ran with Latex, and have
> > '\us
2008/3/3, Douglas A. Tutty <[EMAIL PROTECTED]>:
> On Mon, Mar 03, 2008 at 07:50:15PM -0300, Juan Seet wrote:
> > Hello, I downloaded netinst for AMD64, I tried to install it and I get
> > the following message:
> > Code: 89 d5 81 e5 ff 00 00 00 75 70 48 c1 ea 08 48 8d b3 18 10 00
> > console sh
On Mon, Mar 03, 2008 at 07:50:15PM -0300, Juan Seet wrote:
> Hello, I downloaded netinst for AMD64, I tried to install it and I get
> the following message:
> Code: 89 d5 81 e5 ff 00 00 00 75 70 48 c1 ea 08 48 8d b3 18 10 00
> console shuts up ...
> <0>Kernel panic - not syncing: Aiee, killing inte
Hello, I downloaded netinst for AMD64, I tried to install it and I get
the following message:
Code: 89 d5 81 e5 ff 00 00 00 75 70 48 c1 ea 08 48 8d b3 18 10 00
console shuts up ...
<0>Kernel panic - not syncing: Aiee, killing interrupt handler!
System data:
Processor: DualCore AMD Athlon 64 X2, 21
On Tue, Mar 04, 2008 at 07:20:04AM +0900, Telaman Consultancies wrote:
>
>
> Original Message
> From: [EMAIL PROTECTED]
> To: debian-user@lists.debian.org
> Subject: Re: microsoft vs opensource
> Date: Mon, 03 Mar 2008 10:52:51 -0600
>
> >Miles Fidelman <[EMAIL PROTECTED]> writes:
> >>
On Mon, Mar 03, 2008 at 10:14:20PM +, Rainer Lehmann wrote:
> Hi,
>
> how could I possibly remove the packet hplip in Etch while getting
> error messages like these?
>
> # aptitude remove hplip
> Reading package lists... Done
...
> Writing extended state information... Done
> (Reading databas
On Mon, Mar 03, 2008 at 05:08:35PM -0500, H.S. wrote:
> Richard Lyons wrote:
> >I've just found texlive on a new etch install cannot find graphics called
> >with includegraphics{}. These are files that ran with Latex, and have
> >'\usepackage{graphicx}'. The only error message is
> >dvips: Cou
On Mon, Mar 03, 2008 at 11:59:24PM +0200, Dotan Cohen wrote:
> On 03/03/2008, Andrew Sackville-West <[EMAIL PROTECTED]> wrote:
> > I think
> > we're in agreement that lack of root access only an impediment, not a
> > preventative.
>
> I'd so like to take that out of context. I won't be lewd in
Hi,
how could I possibly remove the packet hplip in Etch while getting
error messages like these?
# aptitude remove hplip
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
Buildin
On Mon, Mar 3, 2008 at 5:13 PM, Jude DaShiell <[EMAIL PROTECTED]> wrote:
> Does gnome itself have any prerequisite packages? In one tutorial I read
> about x-window-system-core being one of them and am curious to know if
> this still holds true for lenny.
>
>
>
You can just check packages.debia
Jude DaShiell wrote:
Does gnome itself have any prerequisite packages? In one tutorial I
read about x-window-system-core being one of them and am curious to
know if this still holds true for lenny.
Gnome certainly requires the X libs. It also requires Gtk+ and assorted
libs. Not to mention a
Original Message
From: [EMAIL PROTECTED]
To: debian-user@lists.debian.org
Subject: Re: microsoft vs opensource
Date: Mon, 03 Mar 2008 10:52:51 -0600
>Miles Fidelman <[EMAIL PROTECTED]> writes:
>> Tzafrir Cohen wrote:
>>> I know about copyrights laws. I know about patent laws. I know
>a
Does gnome itself have any prerequisite packages? In one tutorial I read
about x-window-system-core being one of them and am curious to know if
this still holds true for lenny.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Fri, Feb 29, 2008 at 02:21:07AM +0100, Michelle Konzack wrote:
> Hello Douglas,
>
> Am 2008-02-27 20:52:19, schrieb Douglas A. Tutty:
> > Here are the wire sizes according to my copy of the 2002 Canadian
> > Electrical cord (still in force), table 12 "Allowable Ampacity of
> > Flexible Cord and
Richard Lyons wrote:
I've just found texlive on a new etch install cannot find graphics called
with includegraphics{}. These are files that ran with Latex, and have
'\usepackage{graphicx}'. The only error message is
dvips: Could not find figure file /home/richard/foo/bar.eps; continuing
The
On 03/03/2008, Andrew Sackville-West <[EMAIL PROTECTED]> wrote:
> I think
> we're in agreement that lack of root access only an impediment, not a
> preventative.
I'd so like to take that out of context. I won't be lewd in a public
mailing list. Won't be lewd. Must... Control... Self...
Dotan C
On Mon, Mar 03, 2008 at 01:21:50PM +0100, Johannes Wiedersich wrote:
> Yuriy Kuznetsov wrote:
> > This link appeared on gmail page. Kind of Micro$oft about Micro$oft
> > propaganda. Nice one ;o)
> >
> > http://www.microsoft.com/ireland/getthefacts/default.mspx
>
> And I knew for sure: that airlin
Brian wrote:
> The following does not (the value is empty):
>
> echo "$teststring" | { read A B C D E F; }
> echo "Data received = $E Bytes" <--- $E is empty
>
> I assume it has something to do with the read command being executed in
> a subshell.
Yes.
> So how can I extract the parts I want
Hi,
On Mon, 2008-03-03 at 12:21 +0100, Richard Lyons wrote:
> I've just found texlive on a new etch install cannot find graphics called
> with includegraphics{}. These are files that ran with Latex, and have
> '\usepackage{graphicx}'. The only error message is
> dvips: Could not find figure fi
You might like to consider visiting www.webhostingtalk.com and viewing the
Web Hosting Offers -> VPS Offers forum.
Generally a lot of VPS hosting providers will advertise there.
Personally I used BigVPS who offer Debian Etch, and have been extremely
reliable for me.
Good luck.
- Origina
On Mon, Mar 03, 2008 at 09:06:43AM +0200, Dotan Cohen wrote:
> On 03/03/2008, Andrew Sackville-West <[EMAIL PROTECTED]> wrote:
>
> > sql injections are 'data' trying to be executable, aren't they? I know
> > that generally folks aren't trying to "open" sql "attachements"
> > (whatever the hell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Alex Samad wrote:
| Hi
|
| I am having a problem with my X server. i am using amd64 with nvidia
| driver.
|
|
| I have it connected to a plasma screen its an old one with a menu option
| for 4:3 or 16:9
|
| I would like to keep it in 16:9 mode for wat
Since switching to Debian Etch, I no longer get messages (from cron and
logcheck) delivered to my user-mailbox. Exim 4 delivers them to the
mail-queue in /var/spool/exim4/input; when the queue is emptied, they
appear to end up in /dev/null.
The following uncovered advice in "man update-exim4.conf:
On Mon, Mar 03, 2008 at 09:04:30PM +0100, Simon Jolle sjolle wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi Debian Users
>
> I am searching for a virtual server/rootserver. I prefer a Xen instance,
> but also vservers are acceptable. Will be host a small Wiki - nothing
> mission
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Debian Users
I am searching for a virtual server/rootserver. I prefer a Xen instance,
but also vservers are acceptable. Will be host a small Wiki - nothing
mission critical.
Here my criteria
- - about 20 $ monthly
- - payable with Credit Card or
On Mon, Mar 03, 2008 at 12:03:32PM -0500, Douglas A. Tutty wrote:
> Wouldn't a chrooted ftp server do the same thing?
ftp is a intrinsecally more complex protocol than http (see the problems
for firewalls with active/passive ftp; see the bounce scan possibilities
of the protocol, so that even th
On Mon, 2008-03-03 at 19:48 +0100, Brian wrote:
> echo "$teststring" | { read A B C D E F; }
> echo "Data received = $E Bytes" <--- $E is empty
{ read A B C D E F; } < <( echo "$teststring" )
echo "Data received = $E Bytes" <--- $E is empty
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with
On Mon, Mar 03, 2008 at 06:24:51PM +0200, Dotan Cohen wrote:
> On 03/03/2008, David Fox <[EMAIL PROTECTED]> wrote:
> > True enough. The one time that happened to me I had installed some
> > extra apache packages that were vulnerable, so some spammer basically
> > was able to hijack my box, and send
On Mon, Mar 03, 2008 at 07:48:49PM +0100, Brian wrote:
> Hi,
>
> I tried using bash to split a string. This works OK:
>
> echo "$teststring" | { read A B C D E F; echo "Data received = $E Bytes"; }
>
> The following does not (the value is empty):
>
> echo "$teststring" | { read A B C D E F; }
> ec
Hi,
I tried using bash to split a string. This works OK:
echo "$teststring" | { read A B C D E F; echo "Data received = $E Bytes"; }
The following does not (the value is empty):
echo "$teststring" | { read A B C D E F; }
echo "Data received = $E Bytes" <--- $E is empty
I assume it has somet
On Mon, Mar 03, 2008 at 09:02:44AM +0530, Raj Kiran Grandhi wrote:
> Alex Samad wrote:
>> On Sun, Mar 02, 2008 at 07:16:11AM +0530, Raj Kiran Grandhi wrote:
>>> Alex Samad wrote:
Hi
I am having a problem with my X server. i am using amd64 with nvidia
driver.
I hav
On Sun, Mar 02, 2008 at 12:47:01 -0800, Andrew Sackville-West wrote:
> On Sun, Mar 02, 2008 at 07:12:48PM +0100, Florian Kulzer wrote:
> > On Sun, Mar 02, 2008 at 09:21:41 -0800, David Fox wrote:
> > > On 3/1/08, Chris Bannister wrote:
> > > >
> > > > http://www.rastageeks.org/~toots/debian/bisouno
On Saturday 01 March 2008, David Fox wrote:
> On 2/28/08, Ron Johnson <[EMAIL PROTECTED]> wrote:
> > May be irrelevant, but I just got an FE-340, and gphoto2 (which
> > digikam uses to take to the camera) sees it perfectly in MTP (is
> > that the same as PTP?) mode. In "storage" mode, gphoto2 think
On Mon, Mar 03, 2008 at 10:28:16 +, Adam Hardy wrote:
> Florian Kulzer on 29/02/08 19:38, wrote:
[...]
>> To get you started, here is an example of a HAL device information file
>> that requests the mount options "noatime" and "sync" for all partitions
>> on removable media (change this to re
On Mon, Mar 03, 2008 at 01:23:34PM +0100, NN_il_Confusionario wrote:
> On Mon, Mar 03, 2008 at 09:51:47AM +0100, Peter Teunissen wrote:
> > On Mon, March 3, 2008 06:56, NN_il_Confusionario wrote:
> > > perhaps a minimal and secure (or at lest much less complex and so safer
> > > than the portmap/nf
On Sun, Mar 02, 2008 at 01:30:43PM +0100, Michelle Konzack wrote:
> after rereading the ATX12V specification I have some questions as
> non-native english speaker... :-)
>
> Am 2008-02-22 11:51:59, schrieb Douglas A. Tutty:
> > So the only trick for your design is what plugs from the PSU are on
>
On Sun, Mar 02, 2008 at 08:55:36PM -0600, Ron Johnson wrote:
> > iso files aren't compressed. When downloading a new OS CD, I wish they
> > were gzipped; would save a bunch of telephone time.
>
> I wonder how compressible they are.
Well, I suppose it depends on what's on it.
I just tried a
On Mon, Mar 03, 2008 at 09:06:55AM +, Tony van der Hoff wrote:
> On 29 Feb at 1:21 Michelle Konzack <[EMAIL PROTECTED]> wrote in
> message <[EMAIL PROTECTED]>
> > > AWG Amp === 26 1 242 223 204 186 16
> > > 8 1417
> >
> > This AWG thing is nice, since
On Sun, Mar 02, 2008 at 11:41:33PM -0800, Amit Uttamchandani wrote:
> Thanks for the investigation! If mc obtains the list without full
> decompression that is very good news. I will try it once I get my hand
> on that file. I am still trying to figure out a way to get it (trying
> to log in and
Thanks for your answers. Now I have a lot of commands to give a try ;)
On Sun, Mar 02, 2008 at 11:13:20PM +0100, Peter Teunissen wrote:
> If the export would be r/o, what would be the risk of such a setup?
I don't know their current status off the top of my head, but I seem to
recall nfs/portmapper having a somewhat questionable early security
history. They may be c
On Mon, Mar 03, 2008 at 10:52:17PM +1100, Charlie wrote:
> On Mon, 3 Mar 2008, Richard Lyons shared this with us all:
> >--} I've just found texlive on a new etch install cannot find graphics
> > called --} with includegraphics{}. These are files that ran with Latex,
> > and have --} '\usepackage
On Mon, Mar 03, 2008 at 06:02:01PM +0530, Kushal Kumaran wrote:
> On Mon, Mar 3, 2008 at 4:51 PM, Richard Lyons <[EMAIL PROTECTED]> wrote:
> > I've just found texlive on a new etch install cannot find graphics called
> > with includegraphics{}. These are files that ran with Latex, and have
> >
On Sun, Mar 02, 2008 at 04:32:26PM -0800, David Fox wrote:
> On 3/2/08, Andrew Sackville-West <[EMAIL PROTECTED]> wrote:
> > The potential hole I see in mutt is not actually a hole in mutt but in
> > various helpers used by mutt users. For example, many of us use w3m or
> > links or some other text
On 03/03/2008, Carlos Parada <[EMAIL PROTECTED]> wrote:
>
> Can you recommend any program for displaying machine's hardware on Debian?
>
> Thanks
>
lsscsi - list SCSI devices (or hosts) and their attributes
--
YS Lee
Miles Fidelman <[EMAIL PROTECTED]> writes:
> Tzafrir Cohen wrote:
>> I know about copyrights laws. I know about patent laws. I know about
>> trademarks. I know about property laws. I know of contract laws. I
>> am not aware of any intelectual property laws.
>>
> "intellectual property law" = pa
On 03/03/2008 10:18 AM, Kamaraju S Kusumanchi wrote:
Here is a list of things I gathered over couple of years.
cat /proc/cpuinfo -- displays info about your processor
cat /proc/meminfo -- displays info about your memory
ls -al /proc/kcore -- to see how much ram is installed
df -h
On 03/03/2008, Carlos Parada <[EMAIL PROTECTED]> wrote:
> Hello, I'm trying to install Compiz Fusion on my Debian 4.0 Etch machine but
> It has been completely impossible so far... I've got a annoying white screen
> every time I ran it.
>
> My graphics card is a ATI Radeon X1400 and I've installed
On 03/03/2008, David Fox <[EMAIL PROTECTED]> wrote:
> True enough. The one time that happened to me I had installed some
> extra apache packages that were vulnerable, so some spammer basically
> was able to hijack my box, and send stock and other spams out. I was
> able to get it stopped but the cl
Carlos Parada wrote:
> Can you recommend any program for displaying machine's hardware on Debian?
Here is a list of things I gathered over couple of years.
cat /proc/cpuinfo -- displays info about your processor
cat /proc/meminfo -- displays info about your memory
ls -al /proc/kcore -- to s
On 3/3/08, Tzafrir Cohen <[EMAIL PROTECTED]> wrote:
> By definition, if your user can send mail, your can serve as a spam
> zombie.
True enough. The one time that happened to me I had installed some
extra apache packages that were vulnerable, so some spammer basically
was able to hijack my box, a
On 3/2/08, Dotan Cohen <[EMAIL PROTECTED]> wrote:
> You'd be surprised how many Windows users install .exes with the hope
> of seeing some free porn.
One word: PornBuntu. World domination,. :)
>
> Dotan Cohen
>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Tr
Στις Δευτέρα 03 Μάρτιος 2008 16:52, ο/η Carlos Parada έγραψε:
> Can you recommend any program for displaying machine's hardware on
> Debian?
lshw is very useful. You have to run it as root. There is a graphical
tool as well, lshw-gtk.
Giorgos
Can you recommend any program for displaying machine's hardware on Debian?
Thanks
On Mon, 3 Mar 2008 15:07:17 +
Tzafrir Cohen <[EMAIL PROTECTED]> wrote:
> On Mon, Mar 03, 2008 at 08:56:41AM -0500, Miles Fidelman wrote:
> > Tzafrir Cohen wrote:
> > >On Sun, Mar 02, 2008 at 11:07:55PM +, steef wrote:
> > >
> > >>maybe of some interest in a general sense
> > >>
> > >>ip_
Tzafrir Cohen wrote:
I know about copyrights laws. I know about patent laws. I know about
trademarks. I know about property laws. I know of contract laws.
I am not aware of any intelectual property laws.
"intellectual property law" = patent law + copyright law + trademark law
+ some related
On Mon, Mar 03, 2008 at 08:56:41AM -0500, Miles Fidelman wrote:
> Tzafrir Cohen wrote:
> >On Sun, Mar 02, 2008 at 11:07:55PM +, steef wrote:
> >
> >>maybe of some interest in a general sense
> >>
> >>ip_watch
> >>
> >
> >
> >> Free, Open Software Supporters Advocate Against Microsof
Hello, I'm trying to install Compiz Fusion on my Debian 4.0 Etch machine but
It has been completely impossible so far... I've got a annoying white screen
every time I ran it.
My graphics card is a ATI Radeon X1400 and I've installed the latest ATI
proprietary driver for it from ATI website. The ou
Kamaraju S Kusumanchi a écrit :
stephane lepain wrote:
Hi,
Have you guys had this error before ?
*gdm[3409]:segfault at 00080069df68 rip 28e8fc4fd1f rsp
7fff1df976b0 error 6. *
What distribution --- stable/testing/unstable? What is the version of gdm
you are using?
raju
stephane lepain wrote:
> Hi,
>
> Have you guys had this error before ?
>
> *gdm[3409]:segfault at 00080069df68 rip 28e8fc4fd1f rsp
> 7fff1df976b0 error 6. *
What distribution --- stable/testing/unstable? What is the version of gdm
you are using?
raju
--
To UNSUBSCRIBE, email to
Tzafrir Cohen wrote:
On Sun, Mar 02, 2008 at 11:07:55PM +, steef wrote:
maybe of some interest in a general sense
ip_watch
Free, Open Software Supporters Advocate Against Microsoft Document
Standard
http://www.ip-watch.org/weblog/index.php?p=941
And this is n
Are there some pre patched and ready to go Xen kernels and Nvidia
drivers that will work together?
Version: lenny/sid
Nvidia Gforce 6200
--
Neil Watson
System Administrator for hire
http://watson-wilson.ca
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Troubl
1 - 100 of 131 matches
Mail list logo