ubuntu JE ? slightly off topic

2006-09-06 Thread aamehl

A co-worker just informed me that there is now a ubuntu ce (christian edition)
and while I haven't had the time to take a look, I thought it might be nice to
have a je. (jewish edition)

some thought that struck my over-worked mind were:


* comes with a default lunar calendar and has popups for how many cleaning days
left till pesach.
* Daf Yomi for Linux in 32 languages
* your choice of slang, hebrew, yiddish or aramaic
* (this one's for Marc V.) instead of a fortune your favorite Aphorisims from
Avadia Yosef.
* gematria of the day

Come on this is a project waiting to happen,

I see the line waiting to sign up getting longer and longer, as I type...





=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



OT: Israeli web host ratings?

2006-09-06 Thread Ben Hornedo
I am about to open an account with an Israeli web hosting company but before
I do that I wanted to know if anyone knows of a site that can show me how
that host has been doing, like a rating site where I can see what complaints
people may have (or compliments) about a particular host. Does anything like
this exists in Israel (or for Israeli hosts)?

Thanks for any help,
Ben



To unsubscribe, 
send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



update (was: Re: Measuring network traffic of a particular program?)

2006-09-06 Thread Amos Shapira
On 15/08/06, Nadav Har'El [EMAIL PROTECTED] wrote:
suggested, is to use iptables: Run Skype, and then use iptables'--pid-owner or --cmd-owner option to add an iptables rule which willallow traffic from this process. Then use iptables -nvL to get the count
of packets and bytes that passed through this rule.OK, so I took Nadav's advise which turned out to be pretty simple:1.  addgroup skype and chown skype /usr/bin/skype; chmod g+s skype /usr/bin/skype in order to run skype in its own group. That way I hope to:
 a. avoid multi-cpu troubles (though my current system is single-core) b. speed things up by having to match gid's instead of command names.2. setup iptables rules to the effect of:# match all outgoing packets from gid skype and mark their connection
iptables -A OUTPUT -m owner --gid-owner skype --out-interface eth0 --protocol tcp -j CONNMARK --set-mark 1iptables -A OUTPUT -m owner --gid-owner skype --out-interface eth0 --protocol udp -j CONNMARK --set-mark 2
# all packets which match the connection should go through the skype ruleiptables -A OUTPUT -m connmark --mark 1 -m comment --comment skype-out-tcpiptables -A OUTPUT -m connmark --mark 2 -m comment --comment skype-out-udp
# match all packets on Skype's public TCP port and mark their connectioniptables -A INPUT -p tcp -m tcp --dport 31673 --in-interface eth0 -j CONNMARK --set-mark 1iptables -A INPUT -p udp -m udp --dport 31673 --in-interface eth0 -j CONNMARK --set-mark 2
# all packets which match the connection will be counted by theseiptables -A INPUT -m connmark --mark 1 -m comment --comment skype-in-tcpiptables -A INPUT -m connmark --mark 2 -m comment --comment skype-in-udp
This allows me to distinguish in vs. out traffic and tcp vs. udp traffic. A simple perl script that uses IPTables::IPv4 perl module (i.e. direct access to the syscalls) and looks up at the comments gives me all 8 numbers (tcp/udp, in/out and packets/bytes).
I'll provide the scripts if anyone is interested. If you see an error in what I did then I'd appreciate a howler.I'm now trying to find a way to identify the Port Unreachable ICMP packets which I see to be sent back to Skype's UDP port (and are currently dropped together with other ICMP packets). Current plan is to use the u32 extension. If someone knows how to achieve that (the ICMP packet recognition, either using u32 or whatever) I'd appreciate a pointer.
And double-thanks to Nadav for pointing me to read the iptables manual more carefully - I found the geoip module mentioned there very promising.Cheers,--Amos-- Military justice is to justice what military music is to music


Re: ubuntu JE ? slightly off topic

2006-09-06 Thread Ira Abramov
Quoting [EMAIL PROTECTED], from the post of Wed, 06 Sep:
 
 A co-worker just informed me that there is now a ubuntu ce (christian edition)
 and while I haven't had the time to take a look, I thought it might be nice to
 have a je. (jewish edition)
 
 some thought that struck my over-worked mind were:
 
 
 * comes with a default lunar calendar and has popups for how many cleaning 
 days
 left till pesach.
 * Daf Yomi for Linux in 32 languages
 * your choice of slang, hebrew, yiddish or aramaic
 * (this one's for Marc V.) instead of a fortune your favorite Aphorisims from
 Avadia Yosef.
 * gematria of the day

almost all of this is already out there. you want the daemons to be
malakhey sharet, you want logwatch to find gematria explanations to
why services failed, you want a ClamAV that gets constant updates of the
latest Piskey Halakha sigs and search the disks for non-kosher code. You
want to separate partitions for mail and femail. And of course, you will
need to wait 360 minutes between dairy and meaty shell-based cronjobs.

BSD ports is much closer to Judeism. pour all the code into a big messy
blob, make world and see it run for 6 days, then let the CPU rest.

tov, enough :)

-- 
Center of the universe
Ira Abramov
http://ira.abramov.org/email/

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Red Hat SysAdmin Course

2006-09-06 Thread Michael Jaffe

--0-807918060-1157552862=:87263
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Hello.

I'm considering taking John Bryce's Red Hat System Administrator (course #876). 
 This is the 5-day all day version.  I have programming experience and some 
experience with Fedora and I'm wondering
a) if I actually need the course
b) if the course is any good

Does anyone have any firsthand experience with this course - or know of anyone 
who has taken the course?

Thanks,
Michael
jmichaeljaffe(at)yahoo(dot)com




-
Stay in the know. Pulse on the new Yahoo.com.  Check it out. 
--0-807918060-1157552862=:87263
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Hello.brbrI'm considering taking John Bryce's Red Hat System Administrator 
(course #876).nbsp; This is the 5-day all day version.nbsp; I have 
programming experience and some experience with Fedora and I'm wonderingbra) 
if I actually need the coursebrb) if the course is any goodbrbrDoes 
anyone have any firsthand experience with this course - or know of anyone who 
has taken the 
course?brbrThanks,brMichaelbrjmichaeljaffe(at)yahoo(dot)combrbrbrp#32;
hr size=1Stay in the know. Pulse on the new Yahoo.com. a 
href=http://us.rd.yahoo.com/evt=42974/*http://www.yahoo.com/preview; Check it 
out./a 

--0-807918060-1157552862=:87263--

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Red Hat SysAdmin Course

2006-09-06 Thread Jonathan Ben Avraham

Hi Michael,
By nature, this list is a place where very few if any people take these 
types of courses. In fact, most of the list members are qualified to 
deliver these course themselves. So I think that your question might be 
better sent to one of the Hebrew Linux lists that have a wider readership 
and will be more likely to have participants who can answer your question.

Regards,

 - yba


On Wed, 6 Sep 2006, Michael Jaffe wrote:


Date: Wed, 6 Sep 2006 07:27:42 -0700 (PDT)
From: Michael Jaffe [EMAIL PROTECTED]
To: linux-il@linux.org.il
Subject: Red Hat SysAdmin Course


--0-807918060-1157552862=:87263
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Hello.

I'm considering taking John Bryce's Red Hat System Administrator (course #876). 
 This is the 5-day all day version.  I have programming experience and some 
experience with Fedora and I'm wondering
a) if I actually need the course
b) if the course is any good

Does anyone have any firsthand experience with this course - or know of anyone 
who has taken the course?

Thanks,
Michael
jmichaeljaffe(at)yahoo(dot)com




-
Stay in the know. Pulse on the new Yahoo.com.  Check it out.
--0-807918060-1157552862=:87263
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Hello.brbrI'm considering taking John Bryce's Red Hat System Administrator (course #876).nbsp; This is the 5-day all day version.nbsp; I have 
programming experience and some experience with Fedora and I'm wonderingbra) if I actually need the coursebrb) if the course is any 
goodbrbrDoes anyone have any firsthand experience with this course - or know of anyone who has taken the 
course?brbrThanks,brMichaelbrjmichaeljaffe(at)yahoo(dot)combrbrbrp#32;
hr size=1Stay in the know. Pulse on the new Yahoo.com. a 
href=http://us.rd.yahoo.com/evt=42974/*http://www.yahoo.com/preview; Check it out./a

--0-807918060-1157552862=:87263--

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




--
 EE 77 7F 30 4A 64 2E C5  83 5F E7 49 A6 82 29 BA~. .~   Tk Open Systems
=}ooO--U--Ooo{=
 - [EMAIL PROTECTED] - tel: +972.2.679.5364, http://www.tkos.co.il -

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Red Hat SysAdmin Course

2006-09-06 Thread michael

On the other hand, because this list includes many who are qualified to
deliver these course, you might get some pointers as to what to look for and
what to avoid.

I teach such a course, and my recommendation is to make sure there is plenty
of hands-on time. Ideally, every student should have a computer in front of
them where they can try out the concepts as they are taught, and ask questions
right away, in addition to lab time where more complex exercises are carried
out. This computer should be one on which you can try anything without fear of
breaking the installation (i.e. don't use your own laptop!) and of course it
should be the same system being taught.

I find networking concepts are very important, and I like to set up servers on
my computer and invite the students to access mine (samba, ssh, apache, cvs,
etc.). Then they learn how to set up their own and visit each other. By
learning how to set up and debug servers, a lot of other concepts are
practiced.

I also find the boot process an important topic. Knowing what is started when
is important when debugging systems.

I consider building the kernel a pretty fundamental exercise. I schedule this
before a break or at the end of the day so that we don't waste time waiting
for it to compile. If students take the laptops home, I encourage them to
experiment with removing items from the configuruation until the kernel stops
working, then trying to figure out what broke and why. (I sure learned a lot
this way)

(I'm also Michael, but a different Michael)



On Wed, 6 Sep 2006, Jonathan Ben Avraham wrote:


Hi Michael,
By nature, this list is a place where very few if any people take these types 
of courses. In fact, most of the list members are qualified to deliver these 
course themselves. So I think that your question might be better sent to one 
of the Hebrew Linux lists that have a wider readership and will be more 
likely to have participants who can answer your question.

Regards,

- yba


On Wed, 6 Sep 2006, Michael Jaffe wrote:


 Date: Wed, 6 Sep 2006 07:27:42 -0700 (PDT)
 From: Michael Jaffe [EMAIL PROTECTED]
 To: linux-il@linux.org.il
 Subject: Red Hat SysAdmin Course


 --0-807918060-1157552862=:87263
 Content-Type: text/plain; charset=iso-8859-1
 Content-Transfer-Encoding: 8bit

 Hello.

 I'm considering taking John Bryce's Red Hat System Administrator (course
 #876).  This is the 5-day all day version.  I have programming experience
 and some experience with Fedora and I'm wondering
 a) if I actually need the course
 b) if the course is any good

 Does anyone have any firsthand experience with this course - or know of
 anyone who has taken the course?

 Thanks,
 Michael
 jmichaeljaffe(at)yahoo(dot)com




 -
 Stay in the know. Pulse on the new Yahoo.com.  Check it out.
 --0-807918060-1157552862=:87263
 Content-Type: text/html; charset=iso-8859-1
 Content-Transfer-Encoding: 8bit

 Hello.brbrI'm considering taking John Bryce's Red Hat System
 Administrator (course #876).nbsp; This is the 5-day all day
 version.nbsp; I have programming experience and some experience with
 Fedora and I'm wonderingbra) if I actually need the coursebrb) if the
 course is any goodbrbrDoes anyone have any firsthand experience with
 this course - or know of anyone who has taken the
 
course?brbrThanks,brMichaelbrjmichaeljaffe(at)yahoo(dot)combrbrbrp#32;
   hr size=1Stay in the know. Pulse on the new Yahoo.com. a
   href=http://us.rd.yahoo.com/evt=42974/*http://www.yahoo.com/preview;
   Check it out./a

 --0-807918060-1157552862=:87263--

 =
 To unsubscribe, send mail to [EMAIL PROTECTED] with
 the word unsubscribe in the message body, e.g., run the command
 echo unsubscribe | mail [EMAIL PROTECTED]




--
EE 77 7F 30 4A 64 2E C5  83 5F E7 49 A6 82 29 BA~. .~   Tk Open Systems
=}ooO--U--Ooo{=
 - [EMAIL PROTECTED] - tel: +972.2.679.5364, http://www.tkos.co.il -

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]





=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Red Hat SysAdmin Course

2006-09-06 Thread Amos Shapira
On 07/09/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
On the other hand, because this list includes many who are qualified todeliver these course, you might get some pointers as to what to look for and
what to avoid.[long list of points deleted ]What about certification? If you are going to spend 5 days studying this sort of stuff wouldn't it be worth much more if you got a certificate (or was prepared by the course to sit the exam)? 
--Amos-- Military justice is to justice what military music is to music


Re: Red Hat SysAdmin Course

2006-09-06 Thread Oron Peled
On Thursday, 7 בSeptember 2006 02:41, Amos Shapira wrote:
 What about certification?

What about it? Certification is just a money making, self sustaining
vicious circle -- we don't need to help this crap enter the FOSS world.

-- 
Oron Peled Voice/Fax: +972-4-8228492
[EMAIL PROTECTED]  http://www.actcom.co.il/~oron
ICQ UIN: 16527398

Beware of bugs in the above code;
 I have only proved it correct, not tried it.
  -- Donald E. Knuth

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]