On Tue, Jan 23, 2007 at 01:49:55AM +0100, Bruno Voigt wrote:
> I'm running debian/unstable on my laptop and often the LAN/WLAN is not
> connected (yet)
> when the system is starting up - including NTPD.
>
> NTPD then seems to discard all unreachable server entries and ends up
> with no peers lef
On Mon, Jan 22, 2007 at 10:37:56AM -0600, Dave Sherohman wrote:
> On Mon, Jan 22, 2007 at 10:25:23AM -0600, John C wrote:
> > If you really believe this quote, why do you insist that bottom
> > posting is the only *correct* way to go?
> There is a huge difference between encouraging someone to d
On Sun, Jan 21, 2007 at 12:15:55PM -0600, Dave Sherohman wrote:
> Granted, context is much less of a concern when reading in threaded
> mode within a single mail-reading session, but some blighted souls are
> still using non-threaded MUAs, memory of the thread's content fades
> when you move on to
On Sat, Jan 20, 2007 at 07:43:05AM -0800, Francis Healy wrote:
> Why is it that most mail clients default to a top post? When you hit
> reply, There is a blank space where your cursor it, followed by .
> wrote: and then the message you are replying to. If top posting is really
> as bad as s
On Mon, 2007-01-22 at 15:43 +1000, Will Parkinson wrote:
> Hi All,
>
> I have a server that i need to mirror elsewhere for data redundancy
> purposes. What is the best way to have this done? The sites on my box
> are MySQL and PostgreSQL driven so those need to be on both machines as
> well.
2007/1/22, Nikolai Todorov <[EMAIL PROTECTED]>:
Hello,
recently I had a big problem with the net isntallation of Debian 31r4
sarge. I just cannot connect to internet... During the installation i wrote
my IP( it is static IP), my gateway, my subnet mas and dns.
Proxy(?)
With best regards!
> -Original Message-
> From: Marc Branchaud [mailto:[EMAIL PROTECTED]
> Sent: Monday, January 22, 2007 2:54 PM
> To: debian-user@lists.debian.org
> Subject: Help! Can't login or su, but SSH is ok...
>
> Hi all,
>
> Over the weekend one of my sarge boxes decided to stop
> accepting login
On 2007-01-20, Douglas Allan Tutty wrote:
> I'm running Etch amd64 ntp on my home system over dialup ppp.
>
> I stopped using chrony because I was having some problems and it
> couldn't talk to my rtc anyway.
>
> Our power can be unreliable and I don't have a UPS. Since ntp doesn't
> adjust the
Michael,
Why not just use a std::set here? Repeated inserts of the same
value will be ignored.
True, but that will use extra memory. Since pointers are iterators,
this can be done on ordinary array in place without extra memory. Only
thing is that unique() function modifies the original array
On Mon, 22 Jan 2007 00:26:12 +, ][ wrote:
> I remember that I revived some dark photos to normal look by simply
> choosing certain gimp menus. Now I want to do it again, but couldn't find
> the menu entry any more.
thanks everyone for the respond.
The retinex
http://docs.gimp.org/en/plug-in
On 1/22/07, Mike Polyakov <[EMAIL PROTECTED]> wrote:
For speed of writing, here's the whole thing in C++ using STL:
#include
#include
#include
#include
#include
using namespace std;
int main()
{
srand(time(NULL));
vector array;// original array
vector unique;
On Jan 22, 2007, at 5:05 PM, Luis Finotti wrote:
I don't
quite understand the "dpi" option there... What does it refer to?
(dpi="dots per inch", right?
dpi = dots per inch. Think of it as the inverse or "inches per dot".
If a screen actually has 100 dots per inch, and the display softwar
Hi all,
Has anyone else had any problems with their web browsing lately? I did
an aptitude update and aptitude upgrade on the 18th of January and the
following packages were upgraded:
[UPGRADE] libdps1 4.3.0.dfsg.1-14sarge2 -> 4.3.0.dfsg.1-14sarge3
[UPGRADE] libice6 4.3.0.dfsg.1-14sarge2 -> 4.3.0.
Dear all,
Check the [X-:*-Core] section of /etc/kde3/kdm/kdmrc...
I noticed the same effect myself and make sure the line now reads:
ServerArgsLocal=-nolisten tcp -dpi 100
which cleans things up nicely in my case.
This indeed fixed it. Thanks Rob!
Luis
--
To UNSUBSCRIBE, email to [EMAIL PR
--
===
Brought to you by, Cingular Wireless Messaging
http://www.CingularMe.COM/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/22/07 18:14, Will Parkinson wrote:
> I have a dedicated server at the moment (which is the one i want
> mirrored), i have considered the solution below before, but does the dns
> "load balance" to a server when it is down? i've been told that it
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
MySQL & PostgreSQL each have database-specific replication options.
For non-database files, I'd first look at rsync. If that does not
do what you want, next look at OCFS2 and think about clustering
(non-database) partititions.
On 01/22/07 17:30, Wil
Hi,
I'm running debian/unstable on my laptop and often the LAN/WLAN is not
connected (yet)
when the system is starting up - including NTPD.
NTPD then seems to discard all unreachable server entries and ends up
with no peers left.
In some googled doc I found the ntp.conf option "dynamic" to tel
I have a dedicated server at the moment (which is the one i want
mirrored), i have considered the solution below before, but does the dns
"load balance" to a server when it is down? i've been told that it
doesn't, but i haven't put it into practice yet. What i really need is
a service to check
Hi all,
I have installed SAMBA and it works fine. Each user with WinXP has its
own home folder and all printers all shared between all WinXP users. The
problem is when I create a folder in my shared folder and then restart
the server, my new created folder at my own home folder is gone. It
se
On Tue, Jan 23, 2007 at 12:45:33AM +0100, Robert MannI wrote:
> Hello Linux Masters!
>
> I have a particular problem I need to solve related to the "ls" command
> and
> globbing.
>
> As an example, to see the all of the files in the root directories of my
> websites I do:
> $ ls -m /var/www/*
>
Yes i need to mirror all functions, programs, crons, databases etc to do
with a web server. I have been looking this up and it seems, as roberto
said in an earlier post, its is going to be an expensive exercise. I
really need a cheap option at the moment if there is such a thing.
Cheers
Wil
No you're quite right, not least since my insertion routine
traverses the whole list on each call. I didn't write this
for speed of execution, merely speed of writing it :)
For speed of writing, here's the whole thing in C++ using STL:
#include
#include
#include
#include
#include
using nam
Hello Linux Masters!
I have a particular problem I need to solve related to the "ls" command and
globbing.
As an example, to see the all of the files in the root directories of my
websites I do:
$ ls -m /var/www/*
This gives me the output in the form:
---
/var/www/site1:
index.html, some_image.
Hello!
> I run Etch and want to use the mono on it.
>
> I can't to find monodevelop for Etch.
>
> Will there be monodevelop in etch?
It doen not seems to be in Etch. The are only packages in unstable. But
I believe that it is easy to use this packages or maybe there are
backport.
And you find m
On Mon, Jan 22, 2007 at 11:42:32AM -0600, Ron Johnson wrote:
> On 01/22/07 11:22, Jon Dowland wrote:
> > On Mon, Jan 22, 2007 at 10:30:29AM +, Jon Dowland wrote:
> [snip]
> > /* populate the unique list */
> > for(i = 1; i < argc; ++i) {
> > int val = atoi(argv[i]);
> >
On Monday 22 January 2007 17:05, Luis Finotti wrote:
> ...
> OK, I will check that. Thanks!
>
> But, even if that fixes it, shouldn't it be considered a bug? I don't
> quite understand the "dpi" option there... What does it refer to?
> (dpi="dots per inch", right? For what? The fonts? I thoug
Hi all,
Over the weekend one of my sarge boxes decided to stop accepting logins.
Currently, the box allows remote SSH (via public-key authentication)
for regular users, but it doesn't allow user logins via telnet or on the
console, even for root. SSH'd-in users also can't su to any user.
T
On Mon, Jan 22, 2007 at 10:13:29PM +0100, Misko wrote:
> I am just curious!
> Todays computers are running on high clock frequencies.
> If I have CPU that runs on (let say) 1 GHz what parts of hardware
> are actually running on this speed? (except crystal :)
> I understand that memory chips are muc
lsof will show you currently open files, and of course you can pipe it
through grep. If they aren't already opened, though, it might not
help.
I'd do a complete inventory of the files that get deleted, and then
check the permissions on all of them. That might give you some clues.
You might also
Hello!
I run Etch and want to use the mono on it.
I can't to find monodevelop for Etch.
Will there be monodevelop in etch?
--
Regards, Paul Csányi
http://www.freewebs.com/csanyi-pal/index.htm
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [E
$ cat /etc/debian_version
$ apt-cache policy iceweasel
$ reportbug iceweasel # You might want to submit a bug, or just post
here the dependency report it generates
If that doesn't fix it or shed any light, you might try running
Iceweasel as a different user, or with a clean Iceweasel profile.
If
[EMAIL PROTECTED] wrote:
Unfortunately, iftop doesn't display usage per-process. Here are the
Try nethogs
->HS
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Hello!
I run Etch and want to use the mono on it.
I can't to find monodevelop for Etch.
Will there be monodevelop in etch?
--
Regards, Paul Csányi
http://www.freewebs.com/csanyi-pal/index.htm
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [E
make me horney
Dear Andrei.
On 1/22/07, Andrei Popescu <[EMAIL PROTECTED]> wrote:
On Mon, 22 Jan 2007 15:07:44 -0500
"Luis Finotti" <[EMAIL PROTECTED]> wrote:
> GDM also makes the fonts larger, but XDM works... Does any one know
> what is going wrong? Is that a bug? I'd like to be able to turn off
> the com
Dear all,
On 1/22/07, Rob Bochan <[EMAIL PROTECTED]> wrote:
On Monday 22 January 2007 15:07, Luis Finotti wrote:
> ...
> GDM also makes the fonts larger, but XDM works... Does any one know what is
> going wrong? Is that a bug? I'd like to be able to turn off the computer
> from within KDE. It
[EMAIL PROTECTED]:
>
> I have never used Linux before, but I've always wanted to learn.
That's the right attitude for starting with Debian. When I started to
experiment with linux, I was told to start with Debian, not because it's
easier but because in the long run I would end up using it anyway.
Florian Kulzer wrote:
Please give me detailed instructions where to find the setting in the
KDE Control Center,the checkbox - to tell KDE that I want to start apps on the desktop via
double-click instead of single-click.
Open the Control Center and go to "Peripherals > Mouse". The setting
On Mon, Jan 22, 2007 at 03:25:39PM -0600, John Hasler wrote:
> Andrew Sackville-West writes:
> > how about if aptitude could install in ~/blah if run as non-root? I'm
> > sure there are implications I don't understand.
>
> Worms would then be able to call aptitude to install malware in the user's
On Mon, Jan 22, 2007 at 11:23:42AM -0800, Paul Johnson wrote:
> Andrew Sackville-West wrote:
> > 220-elasmtp-spurfowl.atl.sa.earthlink.net ESMTP Exim 4.34 #1 Sat, 20
> > Jan 2007 18:17:24 -0500
>
> In that case, Earthlink's retarded postmasters need to be shot, their
> Challenge-Response system ri
On Mon, Jan 22, 2007 at 23:35:12 +0100, Bruno Voigt wrote:
> Hi,
> I have a fresh installed debian/unstable with KDE.
>
> Please give me detailed instructions where to find the setting in the
> KDE Control Center,
> the checkbox - to tell KDE that I want to start apps on the desktop via
> double
On Mon, Jan 22, 2007 at 10:13:29PM +0100, Misko wrote:
> I am just curious!
> Todays computers are running on high clock frequencies.
> If I have CPU that runs on (let say) 1 GHz what parts of hardware
> are actually running on this speed? (except crystal :)
> I understand that memory chips are muc
On Mon, Jan 22, 2007 at 04:08:22PM -0500, [EMAIL PROTECTED] wrote:
> I have never used Linux before, but I've always wanted to learn. I want to
> use Debian Linux, but I don't know which to use. I am wanting to dual boot
> it in my laptop with my Windows. My laptop is made by eMachines and
Andrew Sackville-West writes:
> how about if aptitude could install in ~/blah if run as non-root? I'm
> sure there are implications I don't understand.
Worms would then be able to call aptitude to install malware in the user's
home directory.
--
John Hasler
--
To UNSUBSCRIBE, email to [EMAIL P
Hi Justin -
I have never used Linux before, but I've always wanted to learn. I want to
use Debian Linux, but I don't know which to use. I am wanting to dual boot
it in my laptop with my Windows. My laptop is made by eMachines and uses a
AMD Sempron 3200+ processor. Please let me know wha
On Mon, 22 Jan 2007 16:08:22 EST
[EMAIL PROTECTED] wrote:
> I have never used Linux before, but I've always wanted to learn. I
> want to use Debian Linux, but I don't know which to use. I am
> wanting to dual boot it in my laptop with my Windows. My laptop is
> made by eMachines and uses a AM
I am just curious!
Todays computers are running on high clock frequencies.
If I have CPU that runs on (let say) 1 GHz what parts of hardware
are actually running on this speed? (except crystal :)
I understand that memory chips are much slower than CPU so every
time that CPU need data that is not in
Hi,
I have a fresh installed debian/unstable with KDE.
Please give me detailed instructions where to find the setting in the
KDE Control Center,
the checkbox - to tell KDE that I want to start apps on the desktop via
double-click instead of single-click.
I can't locate it :-((
TIA,
Bruno
-
I have never used Linux before, but I've always wanted to learn. I want to
use Debian Linux, but I don't know which to use. I am wanting to dual boot
it in my laptop with my Windows. My laptop is made by eMachines and uses a
AMD Sempron 3200+ processor. Please let me know what version to
On Monday 22 January 2007 15:07, Luis Finotti wrote:
> ...
> GDM also makes the fonts larger, but XDM works... Does any one know what is
> going wrong? Is that a bug? I'd like to be able to turn off the computer
> from within KDE. It is not a big deal, but it seems that it is a bug, so I
> thoug
On Mon, 22 Jan 2007 14:43:01 -0600
Hugo Vanwoerkom <[EMAIL PROTECTED]> wrote:
> Hugo Vanwoerkom wrote:
> > Tom Grove wrote:
> >> Is there a Sunbird port to Debian?
> >>
> >> -Tom
> >>
> >>
> >
> > and with the wonders of google ;-)
> > http://packages.debian.org/experimental/mail/sunbird
> >
>
Hugo Vanwoerkom wrote:
Tom Grove wrote:
Is there a Sunbird port to Debian?
-Tom
and with the wonders of google ;-)
http://packages.debian.org/experimental/mail/sunbird
That being the case, if I had this in /etc/apt/sources.list:
deb ftp://ftp.uni-mainz.de/pub/Linux/debian/ experimental
On Mon, 22 Jan 2007 15:07:44 -0500
"Luis Finotti" <[EMAIL PROTECTED]> wrote:
> GDM also makes the fonts larger, but XDM works... Does any one know
> what is going wrong? Is that a bug? I'd like to be able to turn off
> the computer from within KDE. It is not a big deal, but it seems
> that it i
Celejar wrote:
> On Sat, 20 Jan 2007 23:26:54 -0600
> "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
>> On 1/20/07, Jochen Schulz <[EMAIL PROTECTED]> wrote:
>> > Bill Moseley:
>> > >
>> > > How would you go about tracking down the process that is eating up
>> > > all the bandwidth?
>> >
>> > Ta
Francis Healy wrote:
> Paul Johnson <[EMAIL PROTECTED]> wrote:Ken Irving wrote:
>
>> On Thu, Jan 18, 2007 at 10:57:25PM -0500, Kevin Mark wrote:
>>> Hi folks,
>>> with the continual talk of the bad etiquitte of top posts...
>
> Why is it that most mail clients default to a top post?
They don
Tom Grove wrote:
Is there a Sunbird port to Debian?
-Tom
and with the wonders of google ;-)
http://packages.debian.org/experimental/mail/sunbird
Hugo
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Please turn your line wraps on at 72 columns, indent quoted material, and
reply *above* the singature break.
http://wiki.ursine.ca/Best_Online_Quoting_Habits
Francis Healy wrote:
>> Andy Smith <[EMAIL PROTECTED]> wrote: On Sat, Jan 20, 2007 at 07:43:05AM
>> -0800, Francis Healy wrote:
>>> Why is
Kevin Mark wrote:
> Now if only I would switch from mutt to gnus
That's a pretty good idea if you have more than one list/newsgroup
subscription that gets this kind of traffic. I would still give yourself a
rainy weekend to learn gnus if you're not a LISPer, though; it's got
something of a learn
[EMAIL PROTECTED] wrote:
> Hello everyone,
>
> Thanks for all the help :D ,Savane and Gforge are perfect... one more time
> thanks again to everyone
No problem! Glad we could help!
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTEC
Is there a Sunbird port to Debian?
-Tom
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Mon, Jan 22, 2007 at 08:08:24PM +0200, Andrei Popescu wrote:
> On Mon, 22 Jan 2007 11:07:05 -0500
> [EMAIL PROTECTED] wrote:
>
> > On Tue, Jan 23, 2007 at 02:18:55AM +1300, Chris Bannister wrote:
> >
> > I'd actually appreciate it if aptitude (or other such) would
> > distinguish between packa
Andrew Sackville-West wrote:
> On Thu, Jan 18, 2007 at 11:42:27PM -0800, Paul Johnson wrote:
>> Grok Mogger wrote:
>>
>> > Hope no one minds if I hijack this thread. =)
>>
>> It's best to start a new one; better luck next time. :o)
>>
>> I prefer exim myself. It's relatively straightforward
I didn't read the beginning of the thread, but it looks like you're
hijacking... :(
On Mon, Jan 22, 2007 at 10:29:00AM -0800, tom arnall wrote:
> i tried to upgrade this morning but got the following right after fetching
> the
> stuff:
>
> Fetched 5428kB in 40s (133kB/s)
> Reading p
John W. Foster wrote:
> If you have a wireless setup, you may have someone piggy-backing on your
> connection. If that is the case you need to password protect the
> connection.
I'd think WEP on the connection and MAC authentication at the router would
be *much* more successful at keeping someone
Hi,
I recently installed Etch in a Lenovo T60. Since I had to get the ATI
drivers to work, I did a minimal install before adding a display manager
(kdm). After I had X up and running with the proper driver, and properly
configured (with KDE), I installed KDM. Now, if I login via KDM, the fonts
В Вск, 21/01/2007 в 19:13 -0500, Kamaraju Kusumanchi пишет:
>
> 2. In the worst case, your algorithm scales as O(N^2). If I am not wrong, you
> can do this in O(N log(N)) steps. If your N is large (say > 1000) this has a
> huge benefit. The algorithm would be
> a. use a quicksort technique to so
Tyler MacDonald wrote:
> Have you put a password on your bootloader (GRUB, etc) to restrict changing
> the boot parameters?
>
> Otherwise, you can simply edit the boot parameters, and add something like
> "S init=/bin/bash" to the end to drop yourself right into a root shell on
> boot.
The same a
Jhair Tocancipa Triana said,
"Xfce Menu->Settings->Settings Manager->Panel
then add a new panel with the "+" button at the left and then add the
old items (Task List, System Tray) to the newly created panel, no?"
Jhair, adding the panel was easy but I failed to
see how to replace the Task List i
On Monday, 22.01.2007 at 10:39 -0800, Tyler MacDonald wrote:
> Dave Ewart <[EMAIL PROTECTED]> wrote:
> > This is actually what is done, yes.
> >
> > And, in addition, the safe is only accessible to restricted
> > individuals. Having said that, none of the restricted individuals
> > (apart from m
On Mon, 22 Jan 2007 15:33:53 +0200 (GMT+02:00)
Nikolai Todorov <[EMAIL PROTECTED]> wrote:
> Hello,
> recently I had a big problem with the net isntallation of Debian 31r4
> sarge. I just cannot connect to internet... During the installation i
> wrote my IP( it is static IP), my gateway, my subnet
hallöchen!
auf der seite
http://www.privatdirtypics.com
könnt ihr noch viel mehr von mir sehen ;-)))
bussi
jenny
<>
Dave Ewart <[EMAIL PROTECTED]> wrote:
> This is actually what is done, yes.
>
> And, in addition, the safe is only accessible to restricted individuals.
> Having said that, none of the restricted individuals (apart from me)
> would know what to do with the root password anyway ...
>
> All a matte
On Monday, 22.01.2007 at 09:31 -0600, Ron Johnson wrote:
> You might be trustworthy not to walk away from a logged-in console and
> not install stupid stuff, but is he?
Well, the console is in a locked-room and only available to a small
number of people. In the event of my untimely demise, I bel
On Sunday 21 January 2007 22:26, ][ wrote:
> Hi,
>
> I remember that I revived some dark photos to normal look by simply
> choosing certain gimp menus. Now I want to do it again, but couldn't find
> the menu entry any more.
>
> So I went ahead googling the answer, and it seems Normalize, Contrast
>
i tried to upgrade this morning but got the following right after fetching the
stuff:
Fetched 5428kB in 40s (133kB/s)
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/22/07 11:59, Andrei Popescu wrote:
> On Sun, 21 Jan 2007 08:19:30 +0100
> Robert Epprecht <[EMAIL PROTECTED]> wrote:
>
>>> On Wed, 17 Jan 2007 20:11:46 +0100
>>> Robert Epprecht <[EMAIL PROTECTED]> wrote:
>> [about problems setting up Kmail to u
On 1/22/07, Don <[EMAIL PROTECTED]> wrote:
2. Without the MOZ_DISABLE_PANGO=1, starting iceweasel from command line
(or a KDE link to iceweasel) brings up the browser and it crashes by
completely killing itself every time on that web page URL (and some
others), but more importantly the following
On Tuesday 16 January 2007 15:03, tom arnall wrote:
> after a recent etch dist-upgrade, firefox keeps dying with:
>
> [EMAIL PROTECTED]:~$ firefox
> /usr/lib/firefox/firefox-bin: symbol lookup error:\
> /usr/lib/libpangocairo-1.0.so.0: undefined symbol: \
> cairo_scaled_font
On Mon, 22 Jan 2007 11:07:05 -0500
[EMAIL PROTECTED] wrote:
> On Tue, Jan 23, 2007 at 02:18:55AM +1300, Chris Bannister wrote:
> > On Sat, Jan 20, 2007 at 07:57:46AM -0600, John Hasler wrote:
> > > Sven Arvidsson writes:
> > > > I'm not a Windows user myself, but I hear of many Windows users
> > >
On Sun, 21 Jan 2007 08:19:30 +0100
Robert Epprecht <[EMAIL PROTECTED]> wrote:
> > On Wed, 17 Jan 2007 20:11:46 +0100
> > Robert Epprecht <[EMAIL PROTECTED]> wrote:
>
> [about problems setting up Kmail to use smtp on google mail accounts]
> I think this is a big problem with this type of GUI appl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/22/07 11:45, Don wrote:
> I have been plagued by my Iceweasel browser crashing consistently
> on some webpages for some time now and the other day I researched
> the problem on this and other lists to try to find a solution.
>
> I'm using "sid"
I have been plagued by my Iceweasel browser crashing consistently on
some webpages for some time now and the other day I researched the
problem on this and other lists to try to find a solution.
I'm using "sid" on my system, kept updated/upgraded. One of the web
pages it crashes on every time is h
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/22/07 11:22, Jon Dowland wrote:
> On Mon, Jan 22, 2007 at 10:30:29AM +, Jon Dowland wrote:
[snip]
> /* populate the unique list */
> for(i = 1; i < argc; ++i) {
> int val = atoi(argv[i]);
> if(!in_list(val, list)) {
>
celejar wrote:
On 1/22/07, Dave Sherohman <[EMAIL PROTECTED]> wrote:
On Mon, Jan 22, 2007 at 10:25:23AM -0600, John C wrote:
> >I would rather be exposed to the inconvenience attending too much
Liberty
> >than those attending too small degree of it.
> > - Thomas Jefferson
[snip]
> By th
][ wrote:
> I remember that I revived some dark photos to normal look by simply
> choosing certain gimp menus. Now I want to do it again, but couldn't
> find the menu entry any more.
As far as I think I know, in many photo editing programs, including
Gimp, it usually goes like this:
Tools > Colo
On Mon, Jan 22, 2007 at 10:30:29AM +, Jon Dowland wrote:
> I think it's our duty to provide the most cunning/evil
> solution possible then :)
Probably not all that evil or cunning by most people's
standards, but here's my solution. I tried to do a
continuation-passing-style tail recursive thin
On Mon, Jan 22, 2007 at 11:36:11AM -0500, Kamaraju Kusumanchi wrote:
>
> Hey guys
> Lighten up! Give him the benefit of doubt and help him if you can. May be
> the OP belongs to some other field and is trying to get a sense of algorithm
> implementation for a related problem.
>
Except that:
On 1/22/07, Dave Sherohman <[EMAIL PROTECTED]> wrote:
On Mon, Jan 22, 2007 at 10:25:23AM -0600, John C wrote:
> >I would rather be exposed to the inconvenience attending too much Liberty
> >than those attending too small degree of it.
> > - Thomas Jefferson
[snip]
> By the way, I do love the
On Sun, Jan 21, 2007 at 10:31:39PM -0500, Greg Folkert wrote:
> * If the need arises use a method to allow "limited privileges" in
> a granular way. I use "sudo" it allows one to give "user
> creation" without giving the keys to the machine to the person
> or helpdesk
Hello. This is probably not a Debian related problem, so sorry for
that, but maybe someone has an answer. I am trying to load lrc lyrics
files to an mp3 player. There was one lrc example file in it, and it
looked just like plain text, with time tags. So I made one for another
song, put it in the pl
On Mon, Jan 22, 2007 at 10:25:23AM -0600, John C wrote:
> >I would rather be exposed to the inconvenience attending too much Liberty
> >than those attending too small degree of it.
> > - Thomas Jefferson
>
> If you really believe this quote, why do you insist that bottom
> posting is the only *c
On Monday 22 January 2007 05:30, Jon Dowland wrote:
> On Sun, Jan 21, 2007 at 09:17:08PM -0500, Roberto C. Sanchez wrote:
> > On Sun, Jan 21, 2007 at 06:54:44PM -0600, Ron Johnson wrote:
> > > This smells like CompSci homework.
> >
> >
> >
> > I was thinking the same thing.
>
> I think it's our du
On Tue, Jan 23, 2007 at 02:18:55AM +1300, Chris Bannister wrote:
> On Sat, Jan 20, 2007 at 07:57:46AM -0600, John Hasler wrote:
> > Sven Arvidsson writes:
> > > I'm not a Windows user myself, but I hear of many Windows users who
> > > actually know that they shouldn't run as admin but are forced to
I would rather be exposed to the inconvenience attending too much Liberty
than those attending too small degree of it.
- Thomas Jefferson
If you really believe this quote, why do you insist that bottom
posting is the only *correct* way to go?
By the way, I do love the quote. :-)
John
--
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/22/07 09:19, Greg Folkert wrote:
> On Mon, 2007-01-22 at 08:42 -0600, Ron Johnson wrote:
>> For a home user, doing "home things" and only probably 1GB or less
>> of RAM, and the aforementioned hassles running Flash (and acroread),
>> I vote: stay
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/22/07 09:14, Dave Ewart wrote:
> On Monday, 22.01.2007 at 07:51 -0600, Ron Johnson wrote:
>
>> On 01/22/07 04:07, Dave Ewart wrote:
>>> On Sunday, 21.01.2007 at 22:03 -0500, Jim Hyslop wrote:
>>>
>> [snip]
[snip]
>> The first thing that pops in
Hello,
recently I had a big problem with the net isntallation of Debian 31r4
sarge. I just cannot connect to internet... During the installation i wrote
my IP( it is static IP), my gateway, my subnet mas and dns. The istallation
could not connect to the i-net, i had errors like "failed to fetch"
On Mon, 2007-01-22 at 08:42 -0600, Ron Johnson wrote:
>
> For a home user, doing "home things" and only probably 1GB or less
> of RAM, and the aforementioned hassles running Flash (and acroread),
> I vote: stay with i386.
>
> OTOH, if this were your *workstation*, and you were doing lots of
> com
On Mon January 22 2007 06:33, Juergen Fiedler wrote:
> I don't do anything that needs vast computing power - I mostly use
> that machine for web browsing, email and the occasional movie, all of
> which works quite nicely with the x86 kernel and libraries. Is there
> any good reason to switch to an
1 - 100 of 128 matches
Mail list logo