On Thu, Jan 06, 2005, Dan Aloni wrote about "Re: Happy new year 2038 !":
> > time_t t;
> > t = (time_t) 10;
> > printf ("%d, %s", (int) t, asctime (gmtime (&t)));
> > t = (time_t) (0x7FFF);
> > printf ("%d, %s", (int) t, asctime (gmtime (&t)));
> > t++;
> > p
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Here is what i get:
- --11:33:57--
ftp://ftp.nerim.net/debian-marillat/dists/unstable/Contents-i386.gz
(try: 4) => `Contents-i386.gz'
Connecting to ftp.nerim.net[62.4.16.80]:21... connected.
Logging in as anonymous ...
Error in server response, cl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
when i'm loging to my account or start new terminal, it don't execute
~/.bash_profile.
How can i fix this?
tnx
Kfir
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFB3Qboe7jKk87FUO8RAgxPAJ9tY3LSBDv4Zm/nRaga7nw5Bu9vYQCeMp
On Wednesday 05 January 2005 13:30, Oded Arbel wrote:
> Kfir Lavi wrote:
> >Hi,
> >can mozilla look and feel look like kde, instade of gnome.
> >I want it to look like konqueror.
>
There are couple of projects which try to achieve this, namely: Mozillux
which provides very impressive KDE-like th
On Wed, Jan 05, 2005 at 09:04:07PM +0200, [EMAIL PROTECTED] wrote:
> Hi,
> I am using a lot of graphics, and therefore, I set my X term
> at the hiibhest resolution afforded by my hardware.
> As a result, unless I use a large font, the text in xterm is
> very small. In English, am pretty happy with
guys
I'm setting up a new account at home for 013 Barak over a cable modem
and Linksys wrt54g
The 013 Barak PPTP doesnt work for my Linksys WRT54..(Works
ok on a w2k box ) ;-(
I setup the definitions with pns.barak.net.il and the box dials up and
gets a PPP address and DNS addres
Nadav Har'El wrote:
On Thu, Jan 06, 2005, Dan Aloni wrote about "Re: Happy new year 2038 !":
time_t t;
t = (time_t) 10;
printf ("%d, %s", (int) t, asctime (gmtime (&t)));
t = (time_t) (0x7FFF);
printf ("%d, %s", (int) t, asctime (gmtime (&t)));
t++;
printf ("%d, %s"
On Thu, 6 Jan 2005 11:37:44 +0200, Kfir Lavi wrote:
>
> Hi,
> when i'm loging to my account or start new terminal, it don't execute
> ~/.bash_profile.
>
> How can i fix this?
>
1. Make sure the file exists and is readable.
2. Make sure you aren't invoking bash with the "-noprofile" flag.
3. Mak
On Thu, Jan 06, 2005, Moish wrote about "Re: Happy new year 2038 !":
> P.S. "negative" date is always the same date (at least with MDK10.1
> libraries ):
> 10, Sun Sep 9 01:46:40 2001
> 2147483647, Tue Jan 19 03:14:07 2038
> -2147483648, Fri Dec 13 20:45:52 1901
> -2147483647, Fri Dec 13
why not set a higher dpi? I don't remember the exact syntax, but it
should be somewhere inside your xf86config-4 file.
then you can use normal fonts, and they will be rendered larger.
On Wed, 5 Jan 2005 21:04:07 +0200, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Hi,
> I am using a lot of grap
Hi,
I hope you can help me. I was looking for the right answer everywhere on
the net.
When I do pthread_exit(retval); and I do pthread_join(&retval); at the
"calling" thread, is the stack frame of the exiting thread kept until
the caller/joiner receives retval? (like in processes, wait() clears
You might want to do some reading about WPA and 802.1x protocols.
The idea is that a host trying to connect to wired or wireless network
needs to authenticate in order to enable the port it is connecting to
(we are talking here about layer 2 authentication).
The approach gives you a wide choice of
On Wed, 2005-01-05 at 23:58 +0200, Dan Aloni wrote:
[snip]
> Regarding Windows drivers on Linux, I'd also like to recommend
> another great piece of work named ndiswrapper [1].
>
> I ended up using ndiswrapper because the 3Com PCMCIA card 802.11g
> card that I ordered turned out to be a "WinMode
On Thu, 2005-01-06 at 18:17 +0200, David Harel wrote:
> Hi,
>
> I hope you can help me. I was looking for the right answer everywhere on
> the net.
>
> When I do pthread_exit(retval); and I do pthread_join(&retval); at the
> "calling" thread...
[snip]
> Still, retval is a pointer, i guess to so
On Thu, Jan 06, 2005 at 01:03:06PM +0200, Yedidyah Bar-David wrote:
> On Wed, Jan 05, 2005 at 09:04:07PM +0200, [EMAIL PROTECTED] wrote:
..
> My sister uses the font
> '-etl-fixed-medium-r-normal--24-240-72-72-c-120-iso8859-8' from the
> Debian package xfonts-intl-european happily. I personally
On Thu, Jan 06, 2005 at 03:48:11PM +0200, Tzafrir Cohen wrote:
> On Wed, Jan 05, 2005 at 09:04:07PM +0200, [EMAIL PROTECTED] wrote:
..
>
> Why don't you use a unicode terminal, BTW?
>
> Some existing fonts: etl, gnu unifont (though its Hebrew glyphs are not
> the best) and FreeMono of FreeFont .
On Thu, Jan 06, 2005 at 03:56:11PM +0200, Haggai Eran wrote:
> why not set a higher dpi? I don't remember the exact syntax, but it
> should be somewhere inside your xf86config-4 file.
> then you can use normal fonts, and they will be rendered larger.
>
>
> On Wed, 5 Jan 2005 21:04:07 +0200, [EMA
Although I'm not a typographer, and the following fonts were designed
even without a software (but by VIM), some of them may fit your needs:
http://elmar.co.il/wwh/wwh/xfiles/H.fonts/index.en.html
The list of the fonts is available here:
http://elmar.co.il/doc/fonts.html
To se
Thanks for the info, It is very helpful.
The man pages of pthread_exit() says prototype is:
void pthread_exit(void *retval);
In my stupidity I assumed I must return an address of...
Sending the actual value casted to (void *) works well.
Pablo 'merKur' Kohan wrote:
On Thu, 2005-01-06 at 18:17 +0200
On Thu, Jan 06, 2005 at 01:13:39PM +0200, Danny Lieberman wrote:
> guys
>
> I'm setting up a new account at home for 013 Barak over a cable modem
> and Linksys wrt54g
>
> The 013 Barak PPTP doesnt work for my Linksys WRT54..(Works
> ok on a w2k box ) ;-(
>
> I setup the definitio
You can simply use id_ptr as follows:
void *PrintHello(void *threadid)
{
int *id_ptr, taskid;
id_ptr = (int *) threadid;
taskid = *id_ptr;
printf("Thread %d says hello\n", taskid);
pthread_exit(id_ptr);
}
David Harel wrote:
Thanks for the info, It is very helpful.
The man pages of pthread_exit
I think modern monitors do this automatically somehow, but if you have
an older monitor, like mine, you can do it yourself:
in XF86Config-4, in the monitor's section you write:
DisplaySize Width Height
where width and height are in milimeters.
than X will calculate the correct dpi for your monitor
On Wed, Jan 05, 2005 at 09:04:07PM +0200, [EMAIL PROTECTED] wrote:
> Hi,
> I am using a lot of graphics, and therefore, I set my X term
> at the hiibhest resolution afforded by my hardware.
> As a result, unless I use a large font, the text in xterm is
> very small. In English, am pretty happy with
On Thu, 2005-01-06 at 11:37 +0200, Kfir Lavi wrote:
> when i'm loging to my account or start new terminal, it don't execute
> ~/.bash_profile.
>
> How can i fix this?
Use .bashrc for anything which you need to execute for each new
terminal.
Sprinkle echo > ~/some_logfile statements to monitor
You
can use XBTV to get an xmltv program guide in israel (scraped from walla).
By
the way, did you manage to use the HOT/Yes CI card with your PVR?
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.8 - Release Date:
Visual selection is you're friend here..
I have learnt about it only in the past year and it's realy great...
1. stand on the beginning of the block you want to ident.
2. go to esc mode
3. press v letting you visually select.
4. either click downwards towards the end of the block or if it's
betwee
26 matches
Mail list logo