On Wed, 2007-03-28 at 17:24 +0200, Pierre THIERRY wrote:
> Scribit Michelle Konzack dies 27/03/2007 hora 16:54:
> > > "What is the best desktop-environment and/or window-manager to be
> > > put on a server?"
> > Realy good question...
> >...since I have NO monitors attached to my arround 16
Scribit Michelle Konzack dies 27/03/2007 hora 16:54:
> > "What is the best desktop-environment and/or window-manager to be
> > put on a server?"
> Realy good question...
>...since I have NO monitors attached to my arround 160 Servers!
That's a shame. There are some slick rackable displays,
Am 2007-03-13 12:51:48, schrieb Tarek Soliman:
> "What is the best desktop-environment and/or window-manager to be put on
> a server?"
Realy good question...
...since I have NO monitors attached to my arround 160 Servers!
Thanks, Greetings and nice Day
Michelle Konzack
Systemadmini
Am 2007-03-13 12:51:48, schrieb Tarek Soliman:
> "What is the best desktop-environment and/or window-manager to be put on
> a server?"
ROTFL - Please forward this question to RedHat or Novell
Thanks, Greetings and nice Day
Michelle Konzack
Systemadministrator
Tamay Dogan Network
D
Atis <[EMAIL PROTECTED]>:
> [snip]
> > > >00 06 * * * [ `date -d tomorrow +%d` -eq '01' ] && /the/script
> > > >
> > > >for 6:00 AM on the last day of each month
> >
> > when you have multiple commands on a line with && between them, it
>
> Damn, so this is just a cheat, as the actual command i
On Fri, Mar 16, 2007 at 01:16:46AM +0200, Atis wrote:
> [snip]
> >> >00 06 * * * [ `date -d tomorrow +%d` -eq '01' ] && /the/script
> >> >
> >> >for 6:00 AM on the last day of each month
>
> [snip]
> >when you have multiple commands on a line with && between them, it
> >executes them sequentially
On Fri, Mar 16, 2007 at 12:24:21PM +0800, li sh wrote:
> 2007/3/16, Jorge Peixoto de Morais Neto <[EMAIL PROTECTED]>:
>
> >> > >00 06 * * * [ `date -d tomorrow +%d` -eq '01' ] && /the/script
>
> >> > >for 6:00 AM on the last day of each month
> Little tips, every month's 28 is enough. isnt it .
>
sorry,28,29,30,31
:(
2007/3/16, li sh <[EMAIL PROTECTED]>:
2007/3/16, Jorge Peixoto de Morais Neto <[EMAIL PROTECTED]>:
> > > >00 06 * * * [ `date -d tomorrow +%d` -eq '01' ] && /the/script
> > > >for 6:00 AM on the last day of each month
Little tips, every month's 28 is enough. isnt it .
---
2007/3/16, Jorge Peixoto de Morais Neto <[EMAIL PROTECTED]>:
> > >00 06 * * * [ `date -d tomorrow +%d` -eq '01' ] && /the/script
> > >for 6:00 AM on the last day of each month
Little tips, every month's 28 is enough. isnt it .
---
lish
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a
Daniel Graham Palmer <[EMAIL PROTECTED]>:
> On Thursday 15 March 2007 14:28, you wrote:
> > If a server is a machine, then you can do so, but you probably don't want
> > to since it consumes system resources for tasks that are not core to the
> > server.
>
> How so? If it's not being put to usef
On 3/15/07, Andrew Sackville-West <[EMAIL PROTECTED]> wrote:
On Thu, Mar 15, 2007 at 06:26:25PM -0300, Jorge Peixoto de Morais Neto
wrote:
> >
> >Ok so the min hour thing is wrong on the crontab. It should be
something
> >like this:
> >
> >00 06 * * * [ `date -d tomorrow +%d` -eq '01' ] && /the
[snip]
> >00 06 * * * [ `date -d tomorrow +%d` -eq '01' ] && /the/script
> >
> >for 6:00 AM on the last day of each month
[snip]
when you have multiple commands on a line with && between them, it
executes them sequentially as long as none of them fail, IOW so long
as they return 0. the [ ... ]
On Thu, Mar 15, 2007 at 06:26:25PM -0300, Jorge Peixoto de Morais Neto wrote:
> >
> >Ok so the min hour thing is wrong on the crontab. It should be something
> >like this:
> >
> >00 06 * * * [ `date -d tomorrow +%d` -eq '01' ] && /the/script
> >
> >for 6:00 AM on the last day of each month
>
>
>
Ok so the min hour thing is wrong on the crontab. It should be something
like this:
00 06 * * * [ `date -d tomorrow +%d` -eq '01' ] && /the/script
for 6:00 AM on the last day of each month
I didn't know it was possible to put this kind of thing (the output of a
command) in crontab. I search
> >
> > On of my favorite:
> > Q: How does the correct crontab entry looks like to run a script only on
> > the last day of every month?
>
> Very very interesting!
>
> * * * * * [ `date -d tomorrow +%d` -eq '01' ] && /the/script
>
> It is basically a command that runs everyday checking if tomor
On Thu, Mar 15, 2007 at 12:36:12PM -0400, Bernd Prager wrote:
> > Can some of you post some Linux questions in general and also about
> > Debian? May be with short answers but that's not necessary. If I can
> > get a big list of questions, I'll try to get answers and the more
> > confident I will b
On Thu, 15 Mar 2007, Daniel Graham Palmer wrote:
[snip]. I don't believe in "rules" but
instead "sensible explanations". People have this Slashdot mentality where
their solution is *the right way(TM)* whereby they instantly chastise anyone
that thinks differently. Frankly, if you're going to emp
On Thursday 15 March 2007 14:28, you wrote:
> If a server is an application, then you can't put a window manager on it.
Hence the speech marks around the noun server.
> If a server is a machine, then you can do so, but you probably don't want
> to since it consumes system resources for tasks tha
On Thursday 15 March 2007 14:28, you wrote:
> If a server is an application, then you can't put a window manager on it.
Hence the speech marks around the noun server.
> If a server is a machine, then you can do so, but you probably don't want
> to since it consumes system resources for tasks tha
> Can some of you post some Linux questions in general and also about
> Debian? May be with short answers but that's not necessary. If I can
> get a big list of questions, I'll try to get answers and the more
> confident I will be.
>
> Please also post tricky and troubleshooting questions.
On of m
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Tarek Soliman wrote:
> I apoligize, the question was not serious. The correct answer is none.
> My intention was to make a joke or two. (and see how many people fall
> for it)
Thanks for the clarification. I guess I'm actually learning something :-)
On Thu, 15 Mar 2007, Daniel Palmer wrote:
Why not put a windowmanager on a "server" ... to me a server is an
application not a machine.
If a server is an application, then you can't put a window manager on it.
If a server is a machine, then you can do so, but you probably don't want
to
Tarek Soliman wrote:
"What is the best desktop-environment and/or window-manager to be put on
a server?"
OK, my newbie answer: That's a trick question, right? Isn't the correct
answer "none" ?
That was a serious question on my part: what is the correct answer to
Tarek's questi
> >>>"What is the best desktop-environment and/or window-manager to be put on
> >>>a server?"
> >
> >
> > OK, my newbie answer: That's a trick question, right? Isn't the correct
> > answer "none" ?
>
> That was a serious question on my part: what is the correct answer to
> Tarek's question? I wa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jim Hyslop wrote:
> Tarek Soliman wrote:
>
>>>"What is the best desktop-environment and/or window-manager to be put on
>>>a server?"
>
>
> OK, my newbie answer: That's a trick question, right? Isn't the correct
> answer "none" ?
That was a serious
Hi Atis.
Atis, 14.03.2007 14:31:
> Regards,
> Atis
>
> \.../)
> (O.o)
> (> <) This is Bunny. Copy Bunny into your signature to help him on his
> way to world domination.
I can’t be helped, but your Bunny looks more like a mouse to me. My archive
shows me Bunny to look like this:
(\_/)
(O.o)
(>
On 3/14/07, Tarek Soliman <[EMAIL PROTECTED]> wrote:
> Q) In the CLI, how do you rm (remove) a file that begins with a hyphen ?
>
> A) rm -- --oops
>
Wasn't there a similar horror story where a program would save a
directory as .* or *. or whatever, and then rm -R .* would expand to ..
among othe
> Q) In the CLI, how do you rm (remove) a file that begins with a hyphen ?
>
> A) rm -- --oops
>
Wasn't there a similar horror story where a program would save a
directory as .* or *. or whatever, and then rm -R .* would expand to ..
among other things, nuking the parent folder too?
--
Tarek
On Tue, 13 Mar 2007, Mike McClain wrote:
On 3/5/07, Deboo ^ <[EMAIL PROTECTED]> wrote:
Can some of you post some Linux questions in general and also about
Debian? May be with short answers but that's not necessary. If I can
get a big list of questions, I'll try to get answers and the more
confi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/14/07 00:05, Mike McClain wrote:
> On 3/5/07, Deboo ^ <[EMAIL PROTECTED]> wrote:
>> Can some of you post some Linux questions in general and also about
>> Debian? May be with short answers but that's not necessary. If I can
>> get a big list of q
On 3/5/07, Deboo ^ <[EMAIL PROTECTED]> wrote:
>Can some of you post some Linux questions in general and also about
>Debian? May be with short answers but that's not necessary. If I can
>get a big list of questions, I'll try to get answers and the more
>confident I will be.
>
>Please also post trick
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/13/07 19:09, Pete wrote:
> On Wed, Mar 14, 2007 at 01:43:35AM +0200, Atis wrote:
>> On 3/5/07, Deboo ^ <[EMAIL PROTECTED]> wrote:
>>> Can some of you post some Linux questions in general and also about
>>> Debian? May be with short answers but th
On Wed, Mar 14, 2007 at 01:43:35AM +0200, Atis wrote:
> On 3/5/07, Deboo ^ <[EMAIL PROTECTED]> wrote:
> >Can some of you post some Linux questions in general and also about
> >Debian? May be with short answers but that's not necessary. If I can
> >get a big list of questions, I'll try to get answer
On Wed, Mar 14, 2007 at 08:51:17AM +0800, Bob wrote:
>
> If choice is our greatest asset (which it is) it's also the greatest
> hindrance to GNU/Linux adoption on the corporate desktop.
>
> Can you see an elegant way out of this paradox?
>
I can see where choice can be perceived as a hinrance t
Tarek Soliman wrote:
Can some of you post some Linux questions in general and also about
Debian? May be with short answers but that's not necessary. If I can
get a big list of questions, I'll try to get answers and the more
confident I will be.
Please also post tricky and troubleshooting questio
On Wed, Mar 14, 2007 at 01:43:35AM +0200, Atis wrote:
> On 3/5/07, Deboo ^ <[EMAIL PROTECTED]> wrote:
> >Can some of you post some Linux questions in general and also about
> >Debian? May be with short answers but that's not necessary. If I can
> >get a big list of questions, I'll try to get answer
On 3/5/07, Deboo ^ <[EMAIL PROTECTED]> wrote:
Can some of you post some Linux questions in general and also about
Debian? May be with short answers but that's not necessary. If I can
get a big list of questions, I'll try to get answers and the more
confident I will be.
Please also post tricky an
> > So I ask: Is debian the only distro that sows the seed of CLI? I'm
> > talking about having a "server" type computer, not a desktop.
>
> Slackware.
>
Really? A slackware server in a corporate environment? Interesting
--
Tarek
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/13/07 16:09, Tarek Soliman wrote:
>> Tarek Soliman wrote:
>>> "What is the best desktop-environment and/or window-manager to be put on
>>> a server?"
>> OK, my newbie answer: That's a trick question, right? Isn't the correct
>> answer "none" ?
>>
Tarek Soliman wrote:
Tarek Soliman wrote:
"What is the best desktop-environment and/or window-manager to be put on
a server?"
OK, my newbie answer: That's a trick question, right? Isn't the correct
answer "none" ?
I was gonna say "Tell that to Redhat and ORACLE UNBREAKABLE LINUX" but I
real
> Tarek Soliman wrote:
> > "What is the best desktop-environment and/or window-manager to be put on
> > a server?"
>
> OK, my newbie answer: That's a trick question, right? Isn't the correct
> answer "none" ?
>
I was gonna say "Tell that to Redhat and ORACLE UNBREAKABLE LINUX" but I
realized I d
On Tue, 13 Mar 2007 16:39:42 -0400
Jim Hyslop <[EMAIL PROTECTED]> wrote:
[snip]
> > "What are four lowercase letters that are not legal flag arguments to
> > the Berkeley UNIX version of 'ls'?"
> Four letters... hmmm... do they spell a naughty word? :-)
e, j, y, and z (for FSF / GNU ls)? Just ba
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Tarek Soliman wrote:
> "What is the best desktop-environment and/or window-manager to be put on
> a server?"
OK, my newbie answer: That's a trick question, right? Isn't the correct
answer "none" ?
> "What are four lowercase letters that are not legal
>
> Can some of you post some Linux questions in general and also about
> Debian? May be with short answers but that's not necessary. If I can
> get a big list of questions, I'll try to get answers and the more
> confident I will be.
>
> Please also post tricky and troubleshooting questions.
>
Hello,
I have some Sysadmin interviews coming up soon, so I thought
the best place to ask for some sample Linux questions would be this
mailing list.
Can some of you post some Linux questions in general and also about
Debian? May be with short answers but that's not necessary. If I can
ge
45 matches
Mail list logo