Re: netbook, close, suspend: ACPI?

2011-09-14 Thread Alexander Batischev
n=/etc/acpi/lid.sh then you need to do the following: $ sudo chmod -x /etc/acpi/lid.sh Note, though, that it may became executable again once you update the package (I not sure about that, though). If you have some DE installed, check your settings - it should be there. -- Regards, Alexand

Re: wicd

2011-07-31 Thread Alexander Batischev
ted seeing networks. Maybe your laptop need something like that? -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: Entering International Phonetic Alphabet letters in terminal

2011-07-30 Thread Alexander Batischev
1/locale/$LANG/Compose' file. Note that you can also create your own bindings using ~/.XCompose file. -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "

Spam policy in Debian Mailing Lists

2011-07-28 Thread Alexander Batischev
tml > and clicking on the "Report Spam" button how?? (also polite question) > > ie. both methods achieve the same thing in getting the original post > removed from the archives. Yes, no difference - I just prefer bouncing so I advised it. -- Regards, Alexander Batischev 1024D/

Re: Life Gold Coast Magazine Issue 316 Out Now

2011-07-28 Thread Alexander Batischev
Hi! Never respond to spam, you'll achieve nothing but Debian Mailing Lists' archives pollution. Better bounce (as in mutt) spam message to report-lists...@lists.debian.org thus nominating messages for review and removal from archieves. -- Regards, Alexander Batischev 1024D/69093C81

Re: repository 'debports' help needed

2011-03-06 Thread Alexander Batischev
something like that: deb http://ftp.debian-ports.org/debian unstable main then run: $ sudo aptitude update and then try to install desired package: $ sudo aptitude install -t unstable gdm3 Be aware that I don't use debports myself and all above is my (pretty wild) guess, b

Re: Safe and easy ipgrade to unstable/testing.

2010-12-21 Thread Alexander Batischev
On Tue, Dec 21, 2010 at 11:24:04AM +0200, Alexander Batischev wrote: > That's exactly what I need. Thank you! Good. But please keep the thread in the list, don't mail me privately without a need. ;) -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A

Re: Safe and easy ipgrade to unstable/testing.

2010-12-21 Thread Alexander Batischev
- Forwarded message from r...@upp.pt - Date: Tue, 21 Dec 2010 08:33:53 + From: r...@upp.pt To: Alexander Batischev Subject: Re: Safe and easy ipgrade to unstable/testing. On Tue, 21 Dec 2010 10:24:47 +0200, Alexander Batischev wrote: > On Tue, Dec 21, 2010 at 07:27:37AM +

Re: Safe and easy ipgrade to unstable/testing.

2010-12-21 Thread Alexander Batischev
can use -t option to specify from which release you want package be installed: # aptitude install -t testing ping -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: Keeping Lenny via /etc/apt/sources.list when Squeeze becomes stable

2010-12-20 Thread Alexander Batischev
ld point to the same place. The point is: if you use codenames, your distribution won't change (that is, if it was lenny, it would stay so); but if you used release names (say, 'stable'), you'll be automatically upgraded to the release that became stable (squeeze, in that case). -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: Keeping Lenny via /etc/apt/sources.list when Squeeze becomes stable

2010-12-19 Thread Alexander Batischev
tely normal to use either 'lenny' (with lowercase 'l'!) or 'stable'. You may also use 'squeeze' instead of 'testing' and 'sid' instead of 'unstable'. -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: how to use wifi, retrieve .deb files of of a flash drive

2010-10-27 Thread Alexander Batischev
s on the Internet/LAN or from disks). You better use aptitude or apt-get and install packages from disks or servers. -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: allow_cancellation in /etc/e2fsck.conf doesn't work

2010-09-28 Thread Alexander Batischev
On Tue, Sep 28, 2010 at 09:29:02AM +0200, Sven Joachim wrote: > On 2010-09-28 09:14 +0200, Alexander Batischev wrote: > > > Today when filesystem check started I decided to try the feature I enabled > > once > > ago - I hit Ctrl-C expecting to terminate the check

allow_cancellation in /etc/e2fsck.conf doesn't work

2010-09-28 Thread Alexander Batischev
hread (mirrored here and there) is Debian Bug #593620 [1], but there's nothing useful there. I can't use Ted's suggestions from there because if I fsck mounted filesystem, I may damage it, and as far as it's / it can't be remounted to read-only. 1: http://bugs.debian.org/cgi-bin

Re: A question about mixing releases

2010-09-26 Thread Alexander Batischev
oo)? Thanks in advance Yes, that's called 'hold'. Just run # aptitude hold package and package would never ever be updated unless you unhold it with # aptitude unhold package -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: searching inside files with find, cat and grep as a oneliner ...

2010-09-18 Thread Alexander Batischev
es as needed. > Usually only once. > > $ find -name '*.extension' -exec grep -H 'pattern' {} + Wow! I thought that such things can be done only by xargs. Thank you very much! -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909

Re: searching inside files with find, cat and grep as a oneliner ...

2010-09-17 Thread Alexander Batischev
or each match. This is the default when there is more than one file to search. -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: searching inside files with find, cat and grep as a oneliner ...

2010-09-17 Thread Alexander Batischev
x27; {} \; (-name may be substituted by -iname if you don't want case sensitivity). This oneliner would work exactly the same as first one - each match would be preceded with a filename delimited from a matching string itself by a semicolon (:) Hope it helps. -- Regards, Alexander Batischev signature.asc Description: Digital signature

Re: Invalid option when trying to mount the volume

2010-09-07 Thread Alexander Batischev
out that one (simply use 'ntfs' instead of 'ntfs-3g' in the 'mount' command I wrote before). -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: Invalid option when trying to mount the volume

2010-09-07 Thread Alexander Batischev
nter. Maybe you have old version on your laptop, or something. -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: sync-ing one dir. to another to make it identical.

2010-09-07 Thread Alexander Batischev
;preserve device/special file" (-D). Add '-v' - and you have exactly what you're looking for. -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: Latest Lenny update: What new hardware is supported?

2010-09-07 Thread Alexander Batischev
are support Wow, I didn't know that. So after all it seems that there are a possibility that stable release may get some additional hardware support? That's interesting... -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: Latest Lenny update: What new hardware is supported?

2010-09-06 Thread Alexander Batischev
thout > asking anyone to lead me by the hand? New hardware support? I don't think updates to the stable release adds that. According to the news[1], the only thing changed is a few dozens of packages where miscellaneous bugs were fixed and some security updates was applied. -- Regards, Alex

Re: OT: Happy birthday Debian

2010-08-16 Thread Alexander Batischev
Thank you, Debian, you're the best ever! -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: aptitude update Connection refused?

2010-08-11 Thread Alexander Batischev
lable). -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: no desktop directory for newly created user and some other issues.

2010-08-06 Thread Alexander Batischev
If you want user to be able run anything but shutdown, you should modify /etc/sudoers properly. Entry for sudoers would look like this: alex ALL = !/sbin/shutdown where alex is a user's name, and /sbin/shutdown is a path to the utility you want to disable for user. Note that it's no

Re: Разрешения экрана

2010-08-05 Thread Alexander Batischev
debian-russ...@lists.debian.org Это англоязычный список рассылки. Задавать вопросы на русском можно в debian-russ...@lists.debian.org -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: Download statistics

2010-08-02 Thread Alexander Batischev
entage of people prefers downloading .debs over source packages, or what? Or maybe you want to know a size of specific package in binary and source form without downloading it? Please make it more clear. -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77

Re: ftp client that understands utf8

2010-07-19 Thread Alexander Batischev
s GTK. It have special field where you can specify any encoding you like. -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: ALAC: decompressing to .wav.

2010-07-14 Thread Alexander Batischev
Hi! You can use ffpmeg for that: $ ffmpeg -i input.m4a output.wav 1. http://ubuntuaddict.com/ubuntu-converting-alac-to-wav-and-flac-and-vice-versa/ -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital

Re: Upgrading from Etch to Lenny ends in SSH problems

2010-07-08 Thread Alexander Batischev
gards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: Signing Email Messages

2010-07-03 Thread Alexander Batischev
ake digital signing and encryption more clear to you. Here it is - "Gnu Privacy Guard (GnuPG) Mini Howto (English)"[1]. 1. http://dewinter.com/gnupg_howto/english/GPGMiniHowto.html -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

SOLVED: From UTF-8 to octal and back

2010-06-21 Thread Alexander Batischev
On Mon, Jun 21, 2010 at 07:57:24AM +, Camaleón wrote: > On Sun, 20 Jun 2010 20:36:49 +0300, Alexander Batischev wrote: > > (...) > > > The problem is: I don't know how to convert from usual string > > ("Введение") to octal (represented above) and b

Re: Version in use

2010-06-21 Thread Alexander Batischev
$ lsb_release -a -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

From UTF-8 to octal and back

2010-06-20 Thread Alexander Batischev
but I guess there are some piece of software performing this task already, so I better ask in mailing list first. Any advices? -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: logrotate

2010-06-19 Thread Alexander Batischev
there are other processes using disk right now). -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: To force an app running in windowed mode rather than in full screen.

2010-06-14 Thread Alexander Batischev
/wine/139485-solved-wine-windowed-mode.html -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: SOLVED: Mutt and GPG - claims ALL signatures can't be verified

2010-06-14 Thread Alexander Batischev
On Mon, Jun 14, 2010 at 07:33:11AM +, Tzafrir Cohen wrote: > Why not run explicitly: > > env LC_ALL=C gpg [whatever] Good idea, I think I'll do so. Thank you! -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.a

Re: connecting to wifi accesspoint..

2010-06-13 Thread Alexander Batischev
e sent in plain text - your previous message contained symbols like   and & which makes it really difficult - if possible at all - to read. -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: Mutt and GPG - claims ALL signatures can't be verified

2010-06-12 Thread Alexander Batischev
y, old one was created and uploaded when I just played with GPG, I didn't know about revoking that time. At some moment I just lost that key, so now I can't delete it from servers. That one which I use now is "new" or "current" one, and I use only it. -- Regards, Alexan

Re: Mutt and GPG - claims ALL signatures can't be verified

2010-06-12 Thread Alexander Batischev
I think that now, when I already solved the problem, I can answer your question. The answer is "no, there is no other steps required; simple key import is enough". -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

SOLVED: Mutt and GPG - claims ALL signatures can't be verified

2010-06-12 Thread Alexander Batischev
simply change previous line to the following: set pgp_good_sign="^gpg: (Good signature from|Действительная подпись от)" so now it does what it should (I included english version of message because sometimes I run programs with LANG=en_GB.UTF-8, and I don't want things got messed

Re: Mutt and GPG - claims ALL signatures can't be verified

2010-06-11 Thread Alexander Batischev
en sent signed message to myself. Icedove says that sign is well, mutt still claims that sign can not be verified (but it shows two lines which I mentioned before, between headers and body). So problem is in mutt's configuration, right? -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: Mutt and GPG - claims ALL signatures can't be verified

2010-06-11 Thread Alexander Batischev
ed! I definitely missed something about GPG signing/web of trust/etc... -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: Mutt and GPG - claims ALL signatures can't be verified

2010-06-11 Thread Alexander Batischev
On Fri, Jun 11, 2010 at 06:59:23PM +, Camaleón wrote: > On Fri, 11 Jun 2010 21:37:57 +0300, Alexander Batischev wrote: > > > On Fri, Jun 11, 2010 at 06:21:14PM +, Camale??n wrote: > > >> In order to verify a signed message, either you have to previosuly >

Re: Mutt and GPG - claims ALL signatures can't be verified

2010-06-11 Thread Alexander Batischev
On Fri, Jun 11, 2010 at 06:21:14PM +, Camale??n wrote: > On Fri, 11 Jun 2010 21:03:22 +0300, Alexander Batischev wrote: > > > Some thoughts which just came to my head: can it be because of lack of > > trusted keys? I did not set anyone's key as trusted, so I don't

Re: Mutt and GPG - claims ALL signatures can't be verified

2010-06-11 Thread Alexander Batischev
Some thoughts which just came to my head: can it be because of lack of trusted keys? I did not set anyone's key as trusted, so I don't have web of trust. This still don't explain (in my opinion, at least) why my own signature can't be verified. -- Regards, Alexander Batis

Mutt and GPG - claims ALL signatures can't be verified

2010-06-11 Thread Alexander Batischev
My .muttrc attached. 1. http://codesorcery.net/old/mutt/mutt-gnupg-howto -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 set sort = threads set edit_headers # edit headers when replying set include # always insert quote of original message in repl

Re: How to move Git commit to some branch?

2010-06-11 Thread Alexander Batischev
On Fri, Jun 11, 2010 at 11:02:56AM -0500, Boyd Stephen Smith Jr. wrote: > On Thursday 10 June 2010 21:21:50 Joel Roth wrote: > > On Fri, Jun 11, 2010 at 03:25:07AM +0300, Alexander Batischev wrote: > > > I did a commit lately but figured out that it was made in wrong place - I

Re: How to move Git commit to some branch?

2010-06-10 Thread Alexander Batischev
On Thu, Jun 10, 2010 at 04:21:50PM -1000, Joel Roth wrote: > On Fri, Jun 11, 2010 at 03:25:07AM +0300, Alexander Batischev wrote: > > Hi, > > > > I did a commit lately but figured out that it was made in wrong place - I > > was > > browsing previous commits at th

How to move Git commit to some branch?

2010-06-10 Thread Alexander Batischev
ch command should I use? -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: debian-multimedia.org gone?

2010-06-10 Thread Alexander Batischev
st normally. Hooray! -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: Web browsers, Adobe Flash & Debian

2010-06-10 Thread Alexander Batischev
On Thu, Jun 10, 2010 at 06:46:11AM -0500, John Hasler wrote: > Alexander Batischev writes: > > Iceweasel (Debian clone of Firefox)... > > Iceweasel is not merely a clone of Firefox. It _is_ Firefox. It's > called Iceweasel in Debian because Mozilla doesn't want Deb

Re: Web browsers, Adobe Flash & Debian

2010-06-09 Thread Alexander Batischev
gt; After a few bumps in the road, I'm finding Debian Stable as easy to use as > Ubuntu. Thanks for all that helped, it is really cool of you. Excuse me for rudeness, but: that's because you don't do much by yourself. Have you ever read "How to Ask Questions in a Smart Way",

Re: ntfs-config

2010-06-09 Thread Alexander Batischev
n't you try to help yourself by yourself (that probably sounds awkward for native speakers - excuse me if so)? -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: Trouble upgrading to evince 2.30.1-3

2010-06-09 Thread Alexander Batischev
!). Pretty silly and blind shot: have you run aptitude update? -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: Debian asking for DVD... (FYI)

2010-06-09 Thread Alexander Batischev
*try* to do so), Linux (probably) is not for you. That's my opinion, anyway. -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Running Evince outside of Gnome

2010-06-09 Thread Alexander Batischev
o desktop wallpaper - I lose it, too, getting weird green background instead. Killing daemon and restarting Xorg solves the problem. I moved to zathura[2], kinda like it already, but I still want to know how to get Evince working. Any ideas? 1. http://dwm.suckless.org/ 2. https://zathur

Re: how to prevent a module from auto loading

2010-06-08 Thread Alexander Batischev
gt; Thanks! I can suggest following command: # echo 'blacklist usbserial' >> /etc/modprobe.d/blacklist -- Regards, Alexander Batischev 1024D/69093C81 F870 A381 B5F5 D2A1 1B35 4D63 A1A7 1C77 6909 3C81 signature.asc Description: Digital signature

Re: Acer Aspire One wireless issue

2010-06-08 Thread Alexander Batischev
inted out. -- Regards, Alexander Batischev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100608212227.gb6...@speedy

Re: Acer Aspire One wireless issue

2010-06-08 Thread Alexander Batischev
started the thread before this one. And again - all mails sent to list are stored in archive. Go there and read all responses you missed. 1. http://lists.debian.org/ 2. http://lists.debian.org/debian-user/ -- Regards, Alexander Batischev -- To UNSUBSCRIBE, email to debian-user-r

Re: The purchase of a new laptop on debian

2010-06-07 Thread Alexander Batischev
-microsoft.com, where you could simply click at icon and get EXE installer, but now this site offers gNewSense. I found goodbye-windows.com, where you really can get Debian installer for Windows, but there are little more clicking required there :) -- Regards, Alexander Batischev -- To UNSUBSC

Re: Problems with version 10.01

2010-06-07 Thread Alexander Batischev
Escuse me, I sent previous message to wrong list. -- Regards, Alexander Batischev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100608001743.ga2...@speedy

Re: Problems with version 10.01

2010-06-07 Thread Alexander Batischev
look for Ubuntu list. I believe ubuntu-users[1] is a way to go. 1. https://lists.ubuntu.com/mailman/listinfo/ubuntu-users -- Regards, Alexander Batischev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? C

Fwd: Re: Problems with version 10.01

2010-06-07 Thread Alexander Batischev
- Forwarded message from Leroy Hunninghake - Date: Mon, 7 Jun 2010 16:43:53 -0700 (PDT) From: Leroy Hunninghake To: Alexander Batischev Subject: Re: Problems with version 10.01 Alexander, I'm sorry, you're right about it being Ubuntu.  I thought the friend who gave me

Fwd: Re: New to Debian (what I've done so far)

2010-06-07 Thread Alexander Batischev
- Forwarded message from ABSDoug - Date: Mon, 7 Jun 2010 15:39:53 -0700 (PDT) From: ABSDoug To: Alexander Batischev Subject: Re: New to Debian (what I've done so far) --- On Mon, 6/7/10, Alexander Batischev wrote: > How did you try to install Gnome? Did you check "Inst

Re: New to Debian (what I've done so far)

2010-06-07 Thread Alexander Batischev
didn't receive some replies, don't worry - there are online archive of all the mails sent to list. You can find it here[1] - scoll down to Archives, choose month and year and go reading! Good luck with Debian! 1. http://lists.debian.org/debian-user/ --- Regards, Alexander Ba

Re: New to Debian (what I've done so far)

2010-06-07 Thread Alexander Batischev
ou don't need to start new thread each time you response. Keep whole discussion in one thread, please - it's easier to follow (or not-follow) and manage/search, then. --- Regards, Alexander Batischev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "uns

Re: New user: Did not see any responds

2010-06-07 Thread Alexander Batischev
ve responses to your posts. If you don't know how to subscribe, read manual[1]. 1. http://www.debian.org/MailingLists/ Regards, Alexander Batischev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listma

Re: Mplib.pm wanted.

2010-06-07 Thread Alexander Batischev
een packed for Debian at all. You can look for alternatives, or go and try to install it directly from CPAN. 1. http://packages.debian.org 2. http://search.cpan.org/~vparseval/MP3-Mplib-0.02/ Regards, Alexander Batischev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org wi

Re: colorized ls

2010-05-09 Thread Alexander Batischev
command mentioned above to .bashrc (or .zshrc, or whatever your shell' config is) so it will run every time shell starts. -- Regards, Alexander Batischev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact

Re: OpenOffice

2010-05-09 Thread Alexander Batischev
one help? How did you figure out that you still have 3.1? Here is how I check mine: $ aptitude show openoffice.org-base-core It shows '1:3.2.0-4' in Version field. P.S. Just a blind shot: try the following command: $ aptitude safe-upgrade -- Regards, Alexander Batischev -- To UNSUBS

Re: Capture (for video) what is displayed on the screen

2010-05-09 Thread Alexander Batischev
ted. > == Simply look at that line: > [x11grab @ 0xb7eb7ec8]AVParameters don't have video size and/or rate. Use -s > and -r. As far as you have size (-s parameter) specified already, you only need to add frame rate (-r). Following command should work fine: $ ffmpeg -f x11grab -s

Re: help for a new user

2010-05-08 Thread Alexander Batischev
or SIM card (which is similar to your mobile phone's card). I think you can find more detailed (and professional) explanation on the Internet. -- Regards, Alexander Batischev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Tro

Re: help for a new user

2010-05-08 Thread Alexander Batischev
onf package instead of locking resolv.conf files (you can simply forget that you made this file not avaliable for editing, which can cause a lot of problems in future). In addition it was proposed to modify /etc/network/interfaces to look like the following (it's just a part of file): inet utel in

Re: Procmail: re-sort all messages

2010-05-08 Thread Alexander Batischev
nnister for nice hints, too — now I have archiving enabled and have something to read :) Regards, Alexander Batischev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http:/

Re: How to flush cache of certain disk?

2010-05-07 Thread Alexander Batischev
, but never read DESCRIPTION in man page and didn't know that it's not for CDROMs only. Thank you very much for pointing this out! Regards, Alexander Batischev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe"

Procmail: re-sort all messages

2010-05-07 Thread Alexander Batischev
way to do that. Regards, Alexander Batischev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/x2y28c1d5ea1005070538k90a08e39kacc5f779fb4e0...@mail.gmail.com

Re: FW: Parallellizing the boot in Debian Squeeze - ready for wider testing

2010-05-06 Thread Alexander Batischev
n't have any heavy services installed — it's netbook and I want it to be as fast as possible. With best regards, Alexander Batischev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/l2s28c1d5ea1005061331zadb61c04w1c584327d8f09...@mail.gmail.com

Re: Aliases with `-'

2010-05-06 Thread Alexander Batischev
ghting — everything works ;) Sincerely, Alexander Batischev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/j2m28c1d5ea1005061055rf3c9b8deo62b4e33ea9de3...@mail.gmail.com

Re: Aliases with `-'

2010-05-06 Thread Alexander Batischev
ello world'" will work. Tested on bash 4.1.5(1)-release (i486-pc-linux-gnu). Regards, Alexander Batischev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.deb

Re: How to flush cache of certain disk?

2010-05-06 Thread Alexander Batischev
to delete the OP's e-mail address > when replying in some lists... I switched to Mutt (for private e-mails) > and use a news reader (for mailing lists). No more webmail O:-) Yeah, that's exactly what I'm intended to do: switch to mutt. What news reader do you mean? Is

Re: How to flush cache of certain disk?

2010-05-06 Thread Alexander Batischev
ut sync and use 'umount /mnt/sd[a-z]' instead, or even write little script which will ask me which device I want to unmount… Dunno. But thanks for sharing your thoughts with me! P.S. Camaleón, please forgive me for sending previous mail directly to you, not to the list. I think it'

How to flush cache of certain disk?

2010-05-06 Thread Alexander Batischev
lushed on that disk. So here is my question - how can I run sync for only one device? With best regards, Alexander Batischev -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists