Re: need help on shell programming

2009-03-08 Thread Tzafrir Cohen
: if runs a command as a test. Using '[' (test) is not a requirement. if pgrep -x script.sh /dev/null; then ... (The above would also be a syntax error if you get two matches) -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf

Re: serial port program

2009-03-08 Thread Tzafrir Cohen
for that? -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject

Re: top-posting

2009-03-07 Thread Tzafrir Cohen
context in your message. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email to debian-user-requ

Re: top-posting

2009-03-07 Thread Tzafrir Cohen
lists. Top posting, HTML, 2-3 pages of quoted text to see Thanks that did it etc. To protect yourself from such evils: aptitude install t-prot -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il

Re: Why did you chose Debian over CentOS?

2009-03-06 Thread Tzafrir Cohen
packages from there. As a result we had to do that in a post-install script. At the moment we have a very complex logic in a post install script. With preseed I just feed it an extra packages source, the list of packages I really want, and that's all. -- Tzafrir Cohen | tzaf...@jabber.org

Re: Why did you chose Debian over CentOS?

2009-03-06 Thread Tzafrir Cohen
lazy to edit messages of top-posters in a way that will leave relevant context. So I end up just trimming away all the potential context you left below. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il

Re: what's the difference and superior between gtk+ and gecko?

2009-03-04 Thread Tzafrir Cohen
was incompatible with the GPL. This issue was resolved by making QT also licensed under the terms of the GPL. And ever since we had KDE in Debian. As of QT 4.5 (released yesterday), QT is also licensed under the terms of LGPL. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il

Re: Mailing-list conventions (was: what's the difference and superior between gtk+ and gecko?)

2009-03-04 Thread Tzafrir Cohen
. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject

Re: sed :(

2009-03-04 Thread Tzafrir Cohen
On Wed, Mar 04, 2009 at 06:14:54PM +0100, josep wrote: why isn't it working? :( sed -i s/#send host-name andare.fugue.com;/send host-name $(cat /etc/hostname)/g /etc/dhcp3/dhclient.conf What is it supposed to do? What does it do in practice? -- Tzafrir Cohen | tzaf...@jabber.org

Re: sed :(

2009-03-04 Thread Tzafrir Cohen
.) They actually do. Perfectly. echo hello world ! is the same as: echo hello world ! Though the OP probably wanted: echo hello \world\ ! (As someone else in the thread already noted) -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's

Re: sed :(

2009-03-04 Thread Tzafrir Cohen
On Thu, Mar 05, 2009 at 12:04:32AM +0100, Emanoil Kotsev wrote: Tzafrir Cohen wrote: On Wed, Mar 04, 2009 at 06:21:18PM +0100, Johannes Wiedersich wrote: josep wrote: why isn't it working? :( sed -i s/#send host-name andare.fugue.com;/send host-name $(cat /etc/hostname)/g /etc

Re: OT: matched string of a regular expression

2009-03-04 Thread Tzafrir Cohen
for a number of sed one-liners. Those seem to work in vim as well. Just prefix them with :% You may also consider a c alongside the g in the end to confirm substitutions. Although in many cases the ability to undo is good enough. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http

Re: sed :(

2009-03-04 Thread Tzafrir Cohen
' to stop that noisy tracing) -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email to debian-user-requ

Re: How to adjust margins in xpdf reader?

2009-03-03 Thread Tzafrir Cohen
actually want the page to begin and press 'm' (IIRC). Now move to the next page ('n' IIRC) and the windo will show the part beginning from the starting point. Very useful with single-column LaTeX documents. I have no idea how to do that with xpdf or evince. -- Tzafrir Cohen | tzaf

Re: Does DNSMasq (or other DNS/DHCP Servers) Cache Old Addresses?

2009-03-03 Thread Tzafrir Cohen
it: * Just use DHCPDISCOVER ? * Uses DHCPDISCOVER but with a preferred IP address? * Uses DHCPREQUEST directly? -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754

Re: spam control

2009-02-28 Thread Tzafrir Cohen
On Sat, Feb 28, 2009 at 09:35:40AM +0200, Teemu Likonen wrote: Bogofilter is only a Bayesian-like filter so user have to teach it what is spam and what is not spam (ham). You probably have an existing spam collection (your spam folder at gmail). As for ham: your other folders. -- Tzafrir

Re: spam control

2009-02-28 Thread Tzafrir Cohen
that I'm surprised at just how little spam gets through - Admins of the liszt-server are doing a great job. And I fully appreciate this policy and occasionally post to Debian lists I'm not subscribed to) -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il

Re: screen multidisplay with terminals resized

2009-02-28 Thread Tzafrir Cohen
. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject

Re: screen multidisplay with terminals resized

2009-02-28 Thread Tzafrir Cohen
On Sat, Feb 28, 2009 at 08:19:35AM -0800, Kelly Clowers wrote: On Sat, Feb 28, 2009 at 03:26, Tzafrir Cohen tzaf...@cohens.org.il wrote: On Fri, Feb 27, 2009 at 05:09:03PM -0700, green wrote: I have been using screen (the terminal multiplexor) for a long time.  It is one of those really

Re: need help on shell programming

2009-02-28 Thread Tzafrir Cohen
://xkcd.com/541/ -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

Re: package management begins to annoy me

2009-02-27 Thread Tzafrir Cohen
is not helpful to me) -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

Re: [OT I think] Which Distro?

2009-02-27 Thread Tzafrir Cohen
computer and wanted a decent OS on it. One that could use the 32 bit and memory protection capabilities of that CPU, something Minix never bothered. So he just wrote his own kernel. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf

Re: Problems with USB Devices and RAID (And UUID) on Etch

2009-02-26 Thread Tzafrir Cohen
of unsubscribe. Trouble? Contact listmas...@lists.debian.org -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE

Re: Linux desktop without mouse acceleration. Is it possible?

2009-02-26 Thread Tzafrir Cohen
=dateHITSPERPAGE=50language=en So I kept asking. If you have a problem with trolling... well... let me welcome you to the internet. I think that this would be a good time to introduce you to one specific page on the Internet: http://www.catb.org/~esr/faqs/smart-questions.html -- Tzafrir Cohen

Re: [OT I think] Which Distro?

2009-02-26 Thread Tzafrir Cohen
atvantage the GNU tools had was that they could start from a clean 32bit codebase compared to the legacy UNIX code. Alpha was available in the early 90-s. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il

Re: Linux desktop without mouse acceleration. Is it possible?

2009-02-26 Thread Tzafrir Cohen
--title \$title --sorry Was:\n\$line\nNow:\n\$test_line exit 3 fi sleep 1 done case \$0 in goatse) x-www-browser http://sam.zoy.org/goatse/hi.jpg;; esac esac -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf

Re: need help on shell programming

2009-02-26 Thread Tzafrir Cohen
60;done Not only bashism, but also not as readable. Replace echo Hello with your command. #!/bin/sh while true do your command sleep 60 done -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il

Re: OT: file system versus databases

2009-02-25 Thread Tzafrir Cohen
have no idea about the system involved, I woun't claim it is ineffective. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend

Re: Non-dpkg owned libc6 etch-lenny upgrade

2009-02-25 Thread Tzafrir Cohen
and aptitude dist-upgrade with same results. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email to debian-user-requ

Re: Secret newlines in openoffice

2009-02-25 Thread Tzafrir Cohen
On Wed, Feb 25, 2009 at 02:32:29AM +, Hendrik Boom wrote: I'm trying to store openoffice test files in a format that's friendly to revisino control systems http://sourceforge.net/projects/odfsvn/ ? -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il

Re: Skype

2009-02-25 Thread Tzafrir Cohen
/Zfone support libzrtpcpp-dev - Headers and static link library for libzrtpcpp $ apt-cache rdepends libzrtpcpp-1.3-0 libzrtpcpp-1.3-0 Reverse Depends: twinkle libzrtpcpp-dev Twinkle does. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il

Re: chroot or vm?

2009-02-25 Thread Tzafrir Cohen
recomend: running the server in a chroot or in some VM? A VM? Certianly not. If you really want to separate that application completely, the first thing to consider is a container of the sort of linux-vserver or openvz. (And I'm not saying that you should) -- Tzafrir Cohen | tzaf

Re: Fedora guy byebyes Debian

2009-02-25 Thread Tzafrir Cohen
information. When is sometimes? -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email to debian-user-requ

Re: non-dpkg owned libc6 - etch to lenny upgrade problem

2009-02-25 Thread Tzafrir Cohen
to your previous copy of that message from yesterday, rather than sending it again. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend

Re: How to protect an encrypted file system for off-line attack?

2009-02-24 Thread Tzafrir Cohen
weak sense of the word. In the sense that after a year or so of concentrated effort no attack was found, and their design seemed solid. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ

Re: Java in Debian 5

2009-02-24 Thread Tzafrir Cohen
On Tue, Feb 24, 2009 at 09:07:29AM -0500, Celejar wrote: On Sun, 22 Feb 2009 10:05:42 + Tzafrir Cohen tzaf...@cohens.org.il wrote: ... StartOffice 5.2 was a proprietary application, using the motif toolkit which had its own proprietary file formats. Has no decent support

Re: how to install kernel source 2.6.8

2009-02-24 Thread Tzafrir Cohen
contrib non-free root@/deb40a:~ apt-get update root@/deb40a:~ grep Package: kernel-source /var/lib/dpkg/available Package: kernel-source-2.4.27 Package: kernel-source-2.2.25 Package: kernel-source-2.6.8 2.4.27 and 2.6.8 are from Sarge. 2.2.25 is even older. -- Tzafrir Cohen | tzaf

Re: VirtualBox on lenny

2009-02-23 Thread Tzafrir Cohen
virtualbox.org. What happens on 'apt-get dist-upgrade' #? What should happen? -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend

Re: Proper modern way to install TrueType fonts in Lenny/Sid?

2009-02-22 Thread Tzafrir Cohen
. How exactly do you see that the font is not installed? ~/.fonts only applies to your user. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754

Re: Java in Debian 5

2009-02-22 Thread Tzafrir Cohen
On Sun, Feb 22, 2009 at 01:18:16AM +0900, Bret Busby wrote: On Sat, 21 Feb 2009, Adrian Levi wrote: 2009/2/21 Bret Busby b...@busby.net: On Fri, 20 Feb 2009, Tzafrir Cohen wrote: On Thu, Feb 19, 2009 at 11:31:27AM -0500, Michael Pobega wrote: If you install the desktop task you also get

Re: console DVD writer?

2009-02-22 Thread Tzafrir Cohen
successfully burned on my system. Note that wodim only writes complete images. You still have to create them somehow. See the other tools mentioned in the thread. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il

Re: Any programming editor/ide with intelisense for c++ and fortran around?

2009-02-21 Thread Tzafrir Cohen
's Omni-completion feature. http://vimdoc.sourceforge.net/cgi-bin/help?tag=new-omni-completion On my 7.1 it works for a number of languages (C, PHP, Ruby, HTML, CSS, SQL, XML) but not for C++. Does it work for C++ in later versions? -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http

Re: is it possible to install a custom initramfs USB bootable system?

2009-02-21 Thread Tzafrir Cohen
squashfs image is created of the current system, and saved on an USB flash stick And for every change you'll have to recreate the filesystem. Did I mention nfs? -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il

Re: scp GUI?

2009-02-20 Thread Tzafrir Cohen
' is a Host set in ~/.ssh/config. This works the best when I already have an ssh connection to that server, as the control socket is reused. It also works if I have password-less authentication to that server using a key, but maybe not as fast. -- Tzafrir Cohen | tzaf...@jabber.org | VIM

Re: Java in Debian 5

2009-02-20 Thread Tzafrir Cohen
On Fri, Feb 20, 2009 at 12:11:24PM +1100, Alex Samad wrote: before I rant too much, is it a must install on debian 5. No. And using it requires some effort. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il

Re: Java in Debian 5

2009-02-20 Thread Tzafrir Cohen
the desktop task you also get OpenOffice.org that depends on a Java JRE. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend

Re: ifconfig data

2009-02-20 Thread Tzafrir Cohen
On Thu, Feb 19, 2009 at 02:02:36PM +0100, Tanco . wrote: Hi Hugo, this will give you the IP :) ifconfig ppp0 | grep inet addr: | awk '{ print $2}' | tail -c14 ifconfig ppp0 | awk '/inet addr:/{ print $2}' | cut -d: -f2 -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http

Re: scp GUI?

2009-02-20 Thread Tzafrir Cohen
requires sftp enabled on the server . scp might work without that. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend

Re: Some documents on 3 PCs

2009-02-15 Thread Tzafrir Cohen
the file extension to cvswrappers. IIRC SVN marks a file as binary automatically. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend

Re: security (malware) issues in Linux bases OSes

2009-02-15 Thread Tzafrir Cohen
/Articles/319072/ -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

Re: security (malware) issues in Linux bases OSes

2009-02-15 Thread Tzafrir Cohen
On Sun, Feb 15, 2009 at 04:33:53PM -0300, Eduardo M KALINOWSKI wrote: Tzafrir Cohen wrote: A Debian user should not be expected to install just any .deb file. Ideally speaking, I'd say this holds for any OS: Users should not just install (or click, or run) everything they see

Re: Replacement for Dillo web browser

2009-02-14 Thread Tzafrir Cohen
messing with my audio, so I have no desire to bring it all back in. ELinks? -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend

Re: Using Stable Dist modify repos to install/update xen from testing

2009-02-14 Thread Tzafrir Cohen
: as of yesterday: Stable - Lenny Oldstable - Etch Testing - Squeeze If you install a system now, Lenny (stable) would probably be your best bet. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il

Re: Lenny?

2009-02-14 Thread Tzafrir Cohen
comments. :) Start with: aptitude install aptitude This will upgrade apt, dpkg, aptitude, libc6 and some other stuff. Generally newer apt/aptitude is more apt in handling upgrades. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf

Re: converting ms word files

2009-02-11 Thread Tzafrir Cohen
tzafrir 58 2009-02-12 04:27 /tmp/test.txt -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email to debian-user

Re: I don't need an MTA

2009-01-31 Thread Tzafrir Cohen
. LSB stands for Linux Standard Base. Google it. 'aptitude rdepends lsb-base' gives results such as avahi-daemon, apache2.2-common, bittorrent, dbus, x11-common, dhcpbd and even our own exim4 . More and more init script, for instance, use /lib/lsb/init-functions . -- Tzafrir Cohen | tzaf

Re: Use of Swap Space

2009-01-30 Thread Tzafrir Cohen
:-) ) -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject

Re: Modify the scrollback buffer in console

2009-01-30 Thread Tzafrir Cohen
. On bash you can still check $PIPESTATUS) or: run this in a screen session. A similar option to first one: script log and in to: make Though it means that your log will contain control characters. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il

Re: USB disk fails when accessed after idle for some hours

2009-01-29 Thread Tzafrir Cohen
? One thing you can try: those enclosures usually come with a cable that allows you getting the USB power supply from a different USB port. Maybe try using it? -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il

Re: postgresql setup

2009-01-29 Thread Tzafrir Cohen
-- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject

Re: Cmd Line not wrapping in gnome terminal window

2009-01-29 Thread Tzafrir Cohen
and writes over it. As you might suspect, this does not result in a valid command line! Anybody have any ideas?? The (remote?) system does not know the terminal type ($TERM) you use? -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf

Re: Equivalence to apt-get install -f

2009-01-27 Thread Tzafrir Cohen
. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject

Re: Equivalence to apt-get install -f

2009-01-27 Thread Tzafrir Cohen
On Tue, Jan 27, 2009 at 07:59:51AM -0800, Daniel Burrows wrote: On Tue, Jan 27, 2009 at 01:58:32PM +, Tzafrir Cohen tzaf...@cohens.org.il was heard to say: One use case: dpkg --install package.deb Which happens to fail due to a missing dependency, and then: apt-get

Re: deprecated smbmount -- mount.cifs

2009-01-26 Thread Tzafrir Cohen
/share /home/amitf/mount_point -o 'username=amitf%mypassword' Or even slightly more verbose: mount.cifs //server/share /home/amitf/mount_point --verbose -o 'username=amitf%mypassword' BTW: the man page mentioned in that message refers to the option 'username' as deprecated, IIRC. -- Tzafrir

Re: What does support mean? (Re: Exim4 with a Goddady account)

2009-01-25 Thread Tzafrir Cohen
to confuse Bob Cox for the OP. If you read the context, you'll see that Bob actually pointed out a specific technical issue, and then hoped someone more exprinced with Exim will comment. To use your terminology: that's second-level support :-) -- Tzafrir Cohen | tzaf...@jabber.org | VIM

Re: ext4 as default FS ?

2009-01-25 Thread Tzafrir Cohen
enough by the time Squeeze is frozen. And hence it may become the default some time at the Squeeze cycle. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754

Re: help with mlterm

2009-01-25 Thread Tzafrir Cohen
and just insert Hebrew in right to left mode, but sometimes the lines start with Hebrew. What applications do you use? I suppose it would not be difficult to add it as an extra control. I'm just not sure how actually usable it will be. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http

Re: Stand alone command line SVN client package

2009-01-25 Thread Tzafrir Cohen
SVN clients, but not one for the command line. Why is it a problem for you? It has no extra dependencies for the server. And the server components don't take much extra space in that package. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il

Re: Postfix config

2009-01-25 Thread Tzafrir Cohen
this. DynDNS uses a relatively short TTL due to that. However some black lists include ranges of dialup users (or from hosts whose reverse DNS lookup is improper). -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il

Re: Postfix config

2009-01-25 Thread Tzafrir Cohen
://help.ubuntu.com/8.04/serverguide/C/postfix.html https://help.ubuntu.com/community/PostfixVirtualMailBoxClamSmtpHowto https://help.ubuntu.com/community/PostfixDovecotSASL You mised one: http://www.postfix.org/documentation.html -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http

Re: Ticketing system

2009-01-24 Thread Tzafrir Cohen
. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject

Re: Scrolling works in vim by default in gnome-terminal but not in mrxvt

2009-01-24 Thread Tzafrir Cohen
in vim? -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

Re: Ticketing system [OT]

2009-01-24 Thread Tzafrir Cohen
it as a generic bug tracker. I would not recommend it as such. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email

Re: [medium OT]

2009-01-23 Thread Tzafrir Cohen
to use with web development ? Are you looking at setting up a CVS server on Debian? Using Debian as a CVS client? Or just looking for CVS hosting? And is CVS your preffered version control system (if so: why??) or are you looking for alternatives? -- Tzafrir Cohen | tzaf...@jabber.org | VIM

Re: [medium OT]

2009-01-23 Thread Tzafrir Cohen
: apt-get install trac. While debatable as a bug tracker, it has a really nice SVN browser. An alternative SVN browser is git/git-svn, once you get to know it ;-) -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il

Re: 'who am i' command does not produce output in 'mrxvt'

2009-01-23 Thread Tzafrir Cohen
...@nifty:~$ What could be the reason for this? Is this a bug? No utmp entry? xterm is setuid root, and 'who mom likes' works there. mlterm is not and 'who -m' prints nothing. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf

Re: reinserting USB plug via software

2009-01-21 Thread Tzafrir Cohen
/2009/01/17#usb_power_control2 Maybe it will provide you some hints, though it seems to deal with devices that are USB hubs themselves. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best

Re: How to let a user login locally with a weak password

2009-01-20 Thread Tzafrir Cohen
pam.d file, as it will be considered passed then. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email to debian

Re: wireless gui configuration utility

2009-01-19 Thread Tzafrir Cohen
and noticed it was clumsy and the command-line interface provided me just about nothing. wicd's commandline interface is slightly poorer (nothing at all), but it actually works. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf

Re: How to let a user login locally with a weak password

2009-01-18 Thread Tzafrir Cohen
need remote XDM/GDM logins). I used to add an extra line to /etc/pam.d/gdm to allow a list of users (using pam_listfile.so) to login before checking their passwords. Assuming you don't use XDMCP, this only allows local logins. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http

Re: Logging passwords of SSH attacks

2009-01-17 Thread Tzafrir Cohen
passwords with typos. people often confuse which password they have to enter where, and thus valid passwords would wander into the logs for malicous people to collect and use at other sites. auth.log is only readable to sysadmins. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http

Re: stuff in ~/bin won't run

2009-01-15 Thread Tzafrir Cohen
This looks all too simple so someone must have thought of it previously and decided not to use it. Why? -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754

Re: Remove pls

2009-01-15 Thread Tzafrir Cohen
to it a number of years later on? -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email to debian-user-requ

Re: Master/slave ??

2009-01-13 Thread Tzafrir Cohen
DVD reader, 1 x DVD writer _and_ 1 x CD writer? Well I own it :) and it is installed already :) Isn't the DVD writer also a CD writer? -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il

Re: Who is logged into this box?

2009-01-11 Thread Tzafrir Cohen
On Sun, Jan 11, 2009 at 09:01:57AM +, Bob Cox wrote: Just typing w (without the quotes) should be adequate. While we're at it: w # (with the quotes) will actually do the same thing on the shell ;-) -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il

Re: lenny cd live problem

2009-01-11 Thread Tzafrir Cohen
.: md5sum /dev/cdrom -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

Re: Speeding up Debian Boot

2009-01-11 Thread Tzafrir Cohen
, but time-limited (memory runs on the battery. Suspend to disk: slowwer, but unlimited in time. $ uptime 01:51:08 up 130 days, 3:35, 4 users, load average: 1.28, 1.21, 1.14 That's after countless of s2disk :-) -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il

Re: [OT] Pros and Cons of Gmail [WAS] Re: Lenny: which arch for a Intel Core 2 Duo?

2009-01-10 Thread Tzafrir Cohen
. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject

Re: k3b brasero don't work, nerolinux does- works ar 2X

2009-01-10 Thread Tzafrir Cohen
://bugs.debian.org/PACKAGE . e.g. http://bugs.debian.org/wodim Still, I have no doubt reportbug could be improved. http://packages.debian.org/reportbug-ng -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il

Re: Debian AMD64

2009-01-10 Thread Tzafrir Cohen
of location and size. - Saving the file back. * Displaying a PNG or JPEG image -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend

Re: root's offsite mail

2009-01-10 Thread Tzafrir Cohen
the From header or Sender SMTP header on outgoing messages. I don't see any exim users replying (on postfix I'd use sender_cannonical). /etc/exim4/conf.d/rewrite/31_exim4-config_rewriting looks promising, but I can't help further. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http

Re: howto make root emacs open in X

2009-01-10 Thread Tzafrir Cohen
. In other words: aptitude install sux Menomonic: X as root sux -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend

Re: [OT] Pros and Cons of Gmail [WAS] Re: Lenny: which arch for a Intel Core 2 Duo?

2009-01-10 Thread Tzafrir Cohen
(that blacklisted our whole block, and wanted the ISP to block outgoing SMTP) I still send mail outside, but use some external relays for some of the addresses. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il

Re: Debian AMD64

2009-01-09 Thread Tzafrir Cohen
. Not using registers: reading from memory, and this is slower. OTOH, using larger pointer wastes more memory, and hence a larger chance of cache misses. Which is why this benefit is not automatic. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il

Re: Debian AMD64

2009-01-09 Thread Tzafrir Cohen
On Fri, Jan 09, 2009 at 02:29:19PM -0600, Ron Johnson wrote: On 01/09/09 13:52, Tzafrir Cohen wrote: On Fri, Jan 09, 2009 at 01:30:02PM -0600, Ron Johnson wrote: The only benefit which x86-64 has in 64-bit mode is extra registers. But that only benefits computationally-intensive programs

Re: root's offsite mail

2009-01-09 Thread Tzafrir Cohen
Postfix's address rewriting rules like so: http://www.postfix.org/ADDRESS_REWRITING_README.html As aparant from the headers, he's running exim and the mail was not sent with mutt (the mailer has not set any user-agent header. I suspect the simpler 'mail' was used). -- Tzafrir Cohen

Re: compiling module

2009-01-08 Thread Tzafrir Cohen
/modules/`uname -r`/build will in this case actually be /usr/src/linux-headers-2.6.26-1-686 . But will also work with other kernel versdions or if you install a self-built kernel that was built on the same system -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il

Re: [OT] mailing lists versus usenet / reply to list, reply-to, reply

2009-01-07 Thread Tzafrir Cohen
that starts with Ice... iceape-mailnews ;-) -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email to debian-user-requ

Re: Free alternative for Plesk on Debian

2009-01-06 Thread Tzafrir Cohen
the server host? What type of services? -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email to debian-user-requ

Re: Missing Ethernet Interface

2009-01-06 Thread Tzafrir Cohen
of the module e1000 in my 2.6.26-1-amd64 kernel (rev. 12). -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il || a Mutt's tzaf...@cohens.org.il || best ICQ# 16849754 || friend -- To UNSUBSCRIBE, email

<    1   2   3   4   5   6   7   8   >