On Wed, 25 Dec 2024 16:40:36 - (UTC), etphonehomefra...@gmail.com wrote:
> On 2024-12-18, Frank Guthausen wrote:
> >
> > I try to setup a repository with a similar structure as Debian's
> > original, just smaller. In the Debian repository, e.g. bookworm main[1]
> > there are a lot Contents-*.g
On Wed, 25 Dec 2024 16:40:36 - (UTC), etphonehomefra...@gmail.com wrote:
> On 2024-12-18, Frank Guthausen wrote:
> >
> > I try to setup a repository with a similar structure as Debian's
> > original, just smaller. In the Debian repository, e.g. bookworm main[1]
> > there are a lot Contents-*.g
uot;? If so, call it up and
> > > > follow your instincts.
> > > >
> > > Sorry, Debian doesn't list anything like"Preferred Applications". Any
> > > other suggestions.
> > >
> >
> > http://wiki.debian.org/DebianAlt
On Mon, 08 Jul 2013 22:12:16 +0100, MRH wrote:
> Just to bump the question (below) - anyone, any ideas, please?
>
> On 23/06/13 16:56, MRH wrote:
> > Hi,
> >
> > I have a problem with grub2.
> > Recently (after updating to wheezy) grub has been upgraded to grub2. All
> > fine and well, but it sta
> Thank You for Your time and answer, dulev:
>
> >You hame some strange characters at the top of cue file or lines ends
> >with CRLF. Try convert cue file to unix text file with dos2unix.
>
> Hmm. I have run
>
> $ dos2unix -n MG.cue 1.cue
> dos2unix: conver
> Thank You for Your time and answer:
>
> >> $ shnsplit -o wav -f 1.cue 1.flac
> >>
> >> when I get:
> >>
> >> shnsplit: error: value not in bytes, m:ss, m:ss.ff, or m:ss.nnn
> >> format:
> >> ...
> >> The .cue file has such lines:
> >>
> >> ...
> >> INDEX 01 00:00:00
> >> INDEX 01 04:01:30
> >
> $ shnsplit -o wav -f 1.cue 1.flac
>
> when I get:
>
> shnsplit: error: value not in bytes, m:ss, m:ss.ff, or m:ss.nnn
> format:
> ...
> The .cue file has such lines:
>
> ...
> INDEX 01 00:00:00
> INDEX 01 04:01:30
> INDEX 01 06:54:50
Try:
$ flac -d -o 1.wav 1.flac
$ cuebreakpoints 1.cue | sh
> On 9/28/2010 1:52 AM, a.kapetano...@hispeed.ch wrote:
> > I am looking to buy a Blue Ray writer, but I don't see any software
> > on debian Lenny to burn such a media.
> >
> > I think that it probably exists, so, can please someone help me ?
>
>
> I think Nero has a Linux Player. I don't know
nal mail. Thanks for pointing
> this out, Bob.
>
> And to the OP, Bob's solution is something which would work well,
> though I must also mention another "cheap trick":
>
> 1. Open your PDF in any PDF reader.
> 2. Zoom the section containing your image to th
> I was wondering if there is any software that allows building a 3d
> model of the house/appartment to help with the planning
sweethome3d
www.sweethome3d.eu
sourceforge.net/projects/sweethome3d
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe".
> On Wed, 2008-10-08 at 08:57 +0200, dulev wrote:
> > > On Tue, 2008-10-07 at 19:44 -0500, Mumia W.. wrote:
> > > > On 10/07/2008 04:09 PM, Aniruddha wrote:
> > > > > Every time a new kernel gets installed, my menu.lst gets updated.
> > > > &g
> On Tue, 2008-10-07 at 19:44 -0500, Mumia W.. wrote:
> > On 10/07/2008 04:09 PM, Aniruddha wrote:
> > > Every time a new kernel gets installed, my menu.lst gets updated.
> > > Problem is, that it always points to the wrong hard drive. Therefor I
> > > would like to stop Grub from updating automagi
> I am in search of a file manager similar to midnight commander, but
> for use with mp3 files.
sudo apt-cache show moc
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> without the mail server. So just move the 2.6.18 for a 2.6.18.old?
>
>
> mx:/lib/modules# ls -alh
> total 32K
> drwxr-xr-x 6 root root 4,0K 2007-10-03 15:22 .
> drwxr-xr-x 12 root root 12K 2007-12-07 16:59 ..
> drwxr-xr-x 3 root root 4,0K 2007-10-03 14:29 2.6.18
> drwxr-xr-x 3 root root 4,0
> Sorry, I use sarge, which has bash 2.
>
> > > > The ls command show once, but pwd show twice.
> > > > It seems to me that HISTCONTROL=ignoredups sometime work, sometime
> > > > does not work.
> > > > It does not work as I have hoped.
> > >
> > > Probably you need to use HISTCONTROL=erasedups
>
> > The ls command show once, but pwd show twice.
> > It seems to me that HISTCONTROL=ignoredups sometime work, sometime
> > does not work.
> > It does not work as I have hoped.
>
> Probably you need to use HISTCONTROL=erasedups
In bash3 only.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
wit
> The ls command show once, but pwd show twice.
Correct.
> It seems to me that HISTCONTROL=ignoredups sometime work, sometime does
> not work.
HISTCONTROL remove duplicate near-by commands only and it work always. :)
> It does not work as I have hoped.
Sorry.
> > Try:
> >
> > pwd
> > cd
> >
> I find "export HISTCONTROL=ignoredups" in comment in .bashre and
> uncomment and save and logout.
>
> It does not work!
>
> I try the following commands:
>
> ls
> pwd
> cd
> ls
> whoami
>
> Then I press UP key.
Try:
pwd
cd
ls
ls
ls
pwd
then press UP and you will see difference.
--
To U
> I follow your instruction, but it doesn't work!
>
> > > I often use UP key to get commands entered previously. The shell show
> > > some commands again and again, just because I have used them several
> > > times. Can the shell be more smart?
> >
> > Put in ~/.bashrc
> >
> > export HISTCONTRO
> I often use UP key to get commands entered previously. The shell show
> some commands again and again, just because I have used them several
> times. Can the shell be more smart?
Put in ~/.bashrc
export HISTCONTROL=ignoredups
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "
> I just got a new HP color LaserJet 2605dn printer. The CUPS setup
> doesn't seem to have a driver for it.
> Does anybody have an idea where to get appropriate driver software (I
Debian Etch
sudo apt-get install linuxprinting.org-ppds
and you can find driver:
/usr/share/ppd/postscript/lin
> > I purge the orphaned packages on a Debian system:
>
> One line/instruction with "debfoster".
> "apt-get autoremove" also does some interesting things.
But not in the Etch with apt version 0.6.. :)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble?
> > > After starting Edith (but not logging in locally), I have been
> > > logging into Edith via SSH from Kate. But when I execute mc over
> > > the SSH link, the two-panel mc display is corrupted. Instead of
> > > horizontal and vertical rules, I see strange characters in groups of
> > > three.
> After starting Edith (but not logging in locally), I have been logging
> into Edith via SSH from Kate. But when I execute mc over the SSH
> link, the two-panel mc display is corrupted. Instead of horizontal
> and vertical rules, I see strange characters in groups of three.
>
> What is the prop
24 matches
Mail list logo