Playing nonogram/griddle and puzzle archive

2008-08-28 Thread Misko
Is there some program for playing griddle puzzle on etch. I have found some programs: nonogram-0.8.3.3 and grid.tgz that compile but this programs don't let me play the puzzle - they solve it. All other that I found were shareware for windows (and refused to start under wine) or are for online play

emacs keyboard macro converted to function

2008-08-24 Thread Misko
create function definition by hand when macro get a little longer. Misko -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: pdflatex has problem with searching files

2008-08-15 Thread Misko
clarification: I use tex something like once in a year or two. Last time I was experimenting with eval4tex and tex2page packages so I added that line into .bashrc. Since it was long ago I did forget all about it. And hence the problem now. Misko -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: pdflatex has problem with searching files

2008-08-14 Thread Misko
nning mktexlsr as root did not help. Following command gives: $ kpsepath tex | sed 's/:/\n/g' ./ /home/boza/.texinputs/ I guess this is the problem. It includes only two directories. How can I fix it? Misko -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

pdflatex has problem with searching files

2008-08-14 Thread Misko
why it can not find it by itself? Misko Here is detailed session log: This is pdfeTeX, Version 3.141592-1.30.5-2.2 (Web2C 7.5.5) entering extended mode (./simple.tex LaTeX2e <2003/12/01> Babel and hyphenation patterns for english, usenglishmax, dumylang, noh yphenation, croatian, uk

Re: OT: Winmodems are soundcards Was: Laptop for College Bound Student?

2008-06-12 Thread Misko
to behave like modem? What I have in mind is to connect phone line instead of one of the speakers and use that to connect to ISP. I was trying to find some info but failed (perhaps I was looking at wrong places). Is there a kernel module available that can turn soundcard into modem? Misko --

Re: Debian secure by default?

2008-05-17 Thread Misko
re (because they do not really know) about details involved. So we must be not surprised when other user ask similar question, and more of when this happens often. Just be patient and explain it every time or go easy and (in this case) make firewall configured by default however inappropriate it may be.

Re: Suggest one tool to collect favorite web pages?

2008-04-02 Thread Misko
On Tue, Apr 01, 2008 at 11:44:16AM -0400, Michael Yang wrote: > Is there any good tools you can recommend to save the web pages? > > When I find some pages that I'm interested in, or some good articles, I > would like to save it (the content, not the link url) on my system, so that > I can review

Kernel bug? when using lucent modem

2008-03-19 Thread Misko
phone line only when I restarted OS shortly after. Since then modem again works fine. I am just curious what could be reason for this behavior. Misko Here are some more info: $ lspci -n 00:13.0 0780: 11c1:0440 (rev 01) $ lspci -v 00:13.0 Communication controller: Agere Systems 56k WinModem (rev 01

Re: [OT] Goodbye Debian or Microsoft going open source

2008-02-25 Thread Misko
explain what did MS actually made available? Is it source code or just some documentation? While talking about MS: did they buy Yahoo (this was also on national TV about a month ago)? Misko -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Is this mingw bug?

2008-02-10 Thread Misko
In MinGW, you need %I64d instead. Thank you. Now it works! So it seems to be windows bug after all :) Misko -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Is this mingw bug?

2008-02-10 Thread Misko
main(int argc, char **argv) { long long int tick = 1; printf("sizoef(tick): %d\n", sizeof(tick)); tick <<= 62; printf("Big number: %lld\n", tick); return 0; } Misko -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

wodim writes DVD

2008-01-21 Thread Misko
, iso_blknum=16, block=16 butt I think that iso image is not bigger than it should be: $ ls -l w.iso -rw-r--r-- 1 misko misko 4344049664 2008-01-21 18:29 w.iso What confuse me Why is Total size reported by wodim so much bigger than real image size? Track 01: data 4142 MB Total size: 4757 MB

Re: What's your tools for C++ dev?

2008-01-10 Thread Misko
On Fri, Jan 11, 2008 at 03:45:45AM +0100, s. keeling wrote: > > You can find the documentation for gdb in gdb-doc, and for > > libc in glibc-doc-reference. gcc and g++ are documented in gcc-doc. > > which (just to complete your point for the archives) you can get > at by adding "non-free"

Re: emacs and svn

2008-01-10 Thread Misko
On Thu, Jan 10, 2008 at 09:38:38AM -0800, David Brodbeck wrote: > >Does emacs support svn version control as it does with cvs? And > >how do I enable that feature. > > Emacs 22 automatically detects that it's in an svn working copy and > does the right thing when I use the version control comman

Re: What's your tools for C++ dev?

2008-01-10 Thread Misko
On Tue, Jan 08, 2008 at 03:59:59PM -0200, Felix Cuello wrote: > *manpages-dev - Manual pages about using GNU/Linux for development > manpages-posix-dev - Manual pages about using a POSIX system for development > stl-manual - C++-STL documentation in HTML > libstdc++6-doc - The GNU Standard C++ Libr

emacs and svn

2008-01-09 Thread Misko
Does emacs support svn version control as it does with cvs? And how do I enable that feature. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: [OT] JavaScript with socket function

2007-12-22 Thread Misko
se it to retrieve HTTP(S) documents (can be XML). Thank you, I will look at it. Misko -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

[OT] JavaScript with socket function

2007-12-20 Thread Misko
(like fsockopen() in PHP). Is there such thing? Misko -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Can not read some messages with signature in mutt

2007-12-06 Thread Misko
On Wed, Dec 05, 2007 at 07:51:14PM -0500, Michael Pobega wrote: > I've changed my ~/.muttrc file, does it work now Misko? Yes, Now it is OK for me. But there must be something wrong with my setup since as it seems I am the only one who has this problem. Here I include my .muttrc file. I

Re: Can not read some messages with signature in mutt

2007-12-05 Thread Misko
y one attachment: I 1 [text/plain, 7bit, 1.3K] but all other signed emails has two attachments: I 1 [text/plain, quoted, us-ascii, 0.3K] I 2 Digital signature[applica/pgp-signat, 7bit, 0.2K] Could this be the problem? B

Can not read some messages with signature in mutt

2007-12-04 Thread Misko
lt;[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On the other hand if I press 'e' I can edit that message in my editor, and therefore read it! Anybody know why this is happening? Just for the note I did not change anythig that has to do with GPG. Misko -- To UNSUBSCRIB

Re: Apache and perl CGI

2007-12-03 Thread Misko
Thanks that was the info I was looking for. Misko -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Apache and perl CGI

2007-12-02 Thread Misko
() in PHP)? Thanks, Misko -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: [OT] Connecting to ssh server from php script

2007-11-24 Thread Misko
function available? Thanks Misko -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

[OT] Connecting to ssh server from php script

2007-11-22 Thread Misko
. Misko -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: why does the shell show commands foolishly when I press UP key?

2007-11-14 Thread Misko
On Mon, Nov 12, 2007 at 10:49:49PM -0800, [EMAIL PROTECTED] wrote: > > [This message has also been posted to linux.debian.user.] > In article <[EMAIL PROTECTED]>, Serena Cantor wrote: > > I often use UP key to get commands entered previously. The shell show some > > commands again and > > again,

Re: [Solved] X start in low resolution

2007-09-12 Thread Misko
On Wed, Sep 12, 2007 at 11:17:27AM -0500, Hugo Vanwoerkom wrote: > > Misko wrote: > >When system sturt up it start X server in 1024x768 resoulution > >but only if monitor is switced on at booting time. If monitor is off > >than X start in 640x480 resolution. Can this be

X start in low resolution

2007-09-12 Thread Misko
When system sturt up it start X server in 1024x768 resoulution but only if monitor is switced on at booting time. If monitor is off than X start in 640x480 resolution. Can this be fixed? Thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMA

qemu does not start

2007-05-01 Thread Misko
addresses 192.168.x.x is reserved)? Misko -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Aptitude does not start

2007-04-23 Thread Misko
On Fri, Apr 20, 2007 at 10:05:33PM -0400, Jose Luis Rivas Contreras wrote: > > All the sudden aptitude refuse to start. > > When I try to start it show little box saying "Loading cache" > > and then exit with: > > Uncaught exception: vs_progress.cc:38: virtual void > > vs_progress::paint(const sty

Aptitude does not start

2007-04-20 Thread Misko
All the sudden aptitude refuse to start. When I try to start it show little box saying "Loading cache" and then exit with: Uncaught exception: vs_progress.cc:38: virtual void vs_progress::paint(const style&): Assertion "Percent>=0 && Percent<=100" failed. I apsolutlu have no idea what could causy

Re: GPL v3?

2007-04-04 Thread Misko
I could read both licences but probably would not understand what is there talking about. Actually I read GPL v2 and as I understand it is: if you use code under GPL your program has too be under GPL. Is this not correct (somebody suggested that come companies find legal way to use GPL code fo

[OT] CPU and GHz

2007-01-22 Thread Misko
in cache it must slow down. I also read somewhere that CPU is internally dividing clock impulses and run on slower speed that it is advertised. So where is this high speed used? Thanks Misko -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Cont

Re: What's the difference between a display manager and a window manager?

2006-12-29 Thread Misko
On Thu, Dec 28, 2006 at 05:21:35PM -0500, Rick Thomas wrote: > What's the difference between a "display manager" and a "window > manager"? Maybe Rick wanted to ask (if not him than I am :) What is the difference between a "desktop manager/enviroment" (GNOME/KDE/XFce4) and a "window manager" (flu

Re: Debian and VMWare

2006-12-17 Thread Misko
On Wed, Dec 13, 2006 at 01:32:17PM +0100, robin putters wrote: > First, make sure you have enough memory (if you assign 512mb to the VM, have > at least 512mb available for each instance of the VM you want to run + what > you need for your deb install + some spare memory). > > Secondly, create the