In Goa various Cruise agencies give different services in different price
ranges. But if you are looking for some wonderful facilities within pocket
friendly budget then I am suggesting you the agency named *Champions Yacht
Club*. There you can get different types of Cruises such as sunrise and
sun
with your help I found a way around it (here is my silly scripting):
$ sudo _DF=$(df -h)
date
echo "${_DF}" | head -n 1
echo "${_DF}" | grep $(whoami)
$
lbrtchx
On Wed, Mar 11, 2020 at 01:02:59PM +0100, Albretch Mueller wrote:
> with your help I found a way around it (here is my silly scripting):
>
> $ sudo _DF=$(df -h)
I don't think you need "sudo" for "df"?
Cheers
-- tomás
signature.asc
Description: Digital signature
On Wed, Mar 11, 2020 at 01:21:17PM +0100, to...@tuxteam.de wrote:
> On Wed, Mar 11, 2020 at 01:02:59PM +0100, Albretch Mueller wrote:
> > with your help I found a way around it (here is my silly scripting):
> >
> > $ sudo _DF=$(df -h)
>
> I don't think you need "sudo" for "df"?
And a good thing
On Wed, Mar 11, 2020 at 08:41:08AM -0400, Greg Wooledge wrote:
> On Wed, Mar 11, 2020 at 01:21:17PM +0100, to...@tuxteam.de wrote:
> > On Wed, Mar 11, 2020 at 01:02:59PM +0100, Albretch Mueller wrote:
> > > with your help I found a way around it (here is my silly scripting):
> > >
> > > $ sudo _D
On Wed 11 Mar 2020 at 13:57:37 (+0100), to...@tuxteam.de wrote:
> On Wed, Mar 11, 2020 at 08:41:08AM -0400, Greg Wooledge wrote:
> > On Wed, Mar 11, 2020 at 01:21:17PM +0100, to...@tuxteam.de wrote:
> > > On Wed, Mar 11, 2020 at 01:02:59PM +0100, Albretch Mueller wrote:
> > > > with your help I fo
On Wed, Mar 11, 2020 at 09:41:19AM -0500, David Wright wrote:
> $ whoami
> david
> $ df -h --all | grep -e 'Filesystem ' -e $(whoami)
> Filesystem Size Used Avail Use% Mounted on
> $
What did you *expect*? There are no lines containing "david" in
df's output.
On Wednesday, March 11, 2020 10:41:19 AM David Wright wrote:
> Well, I'm glad that's all sorted. Now all I've got to figure out is
> the connection between df and whoami.
Pretty much, there is no relation.
Maybe you're wondering about why some directories or files (on partitions that
can be show
On Wed 11 Mar 2020 at 10:43:46 (-0400), Greg Wooledge wrote:
> On Wed, Mar 11, 2020 at 09:41:19AM -0500, David Wright wrote:
> > $ whoami
> > david
>
> > $ df -h --all | grep -e 'Filesystem ' -e $(whoami)
> > Filesystem Size Used Avail Use% Mounted on
> > $
>
> What did you *expect*? Ther
On Wed 11 Mar 2020 at 11:13:30 (-0400), rhkra...@gmail.com wrote:
> On Wednesday, March 11, 2020 10:41:19 AM David Wright wrote:
> > Well, I'm glad that's all sorted. Now all I've got to figure out is
> > the connection between df and whoami.
>
> Pretty much, there is no relation.
>
> Maybe you'r
Reco wrote:
> Can you provide an output of (you may need to install ffmpeg
> package):
>
> ffprobe -hide_banner
$ ffprobe -hide_banner ford-v-ferrari-2019.mkv
Input #0, matroska,webm, from 'ford-v-ferrari-2019.mkv':
Metadata:
title : Ford.vs.Ferrari.2019.1080p.BRRip.X264.EVO.DUA
deloptes wrote:
> why don't you check if you have the right profile selected
> (input/output, pulse audio etc)
How do you do that?
I use mpv
$ mpv --version
mpv 0.29.1 Copyright © 2000-2018 mpv/MPlayer/mplayer2 projects
built on UNKNOWN
ffmpeg library versions:
libavutil
Jonas Smedegaard wrote:
> Try check if the audio stream of that movie is AC-3, and if
> so then try use mpv with the option --ad-lavc-ac3drc (read
> the man page for valid values).
OK, I'll try this...
> If you experience similarly expanded dynamic range also for
> differently encoded audio sour
Hi.
On Wed, Mar 11, 2020 at 05:00:21PM +0100, Emanuel Berg wrote:
> Reco wrote:
>
> > Can you provide an output of (you may need to install ffmpeg
> > package):
> >
> > ffprobe -hide_banner
Perfect, thanks. This:
> Stream #0:1(por): Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s
Quoting Emanuel Berg (2020-03-11 17:15:08)
> Jonas Smedegaard wrote:
>
> > Try check if the audio stream of that movie is AC-3, and if
> > so then try use mpv with the option --ad-lavc-ac3drc (read
> > the man page for valid values).
>
> OK, I'll try this...
>
> > If you experience similarly exp
Reco wrote:
> Personally I just reencode audio in such cases. For instance
> (0:1 is the first audio track, use 0:2 for english):
>
> ffmpeg -i ford-v-ferrari-2019.mkv -map 0:0 -map 0:1 \
> -c:v copy \
> -c:a libopus -b:a 128k -ac 2 -clev 1.414 -slev .5 \
> ford-v-ferrari-2019.go
On Wed 11 Mar 2020 at 19:33:59 (+0300), Reco wrote:
> On Wed, Mar 11, 2020 at 05:00:21PM +0100, Emanuel Berg wrote:
> > Stream #0:1(por): Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s
> > (default)
>
> Or this, dependent on your preferred language
>
> > Stream #0:2(eng): Audio: ac3, 4
Hello Friends!
Can someone please confirm to me once and for all if I'm correct with these
assumptions regarding debian installation on hard drives:
1. If the hdd has an MBR partition style, that hdd needs to have a FAT32
partition, flagged as esp and with mount point at /boot/efi. If this is
c
Hi.
On Wed, Mar 11, 2020 at 01:51:26PM -0500, David Wright wrote:
> > Personally I just reencode audio in such cases.
> > For instance (0:1 is the first audio track, use 0:2 for english):
> >
> > ffmpeg -i ford-v-ferrari-2019.mkv -map 0:0 -map 0:1 \
> > -c:v copy \
> > -c:a libopu
Background:
https://github.com/mate-desktop/mate-notification-daemon/issues/169
I am moving from Sid to Stable.
I like Clipit but I like Qlipper
No idea what is missing in Stable that I need.
any ideas?
Hi, I need some ideas for getting Debian 10.3 to install and boot. I
think I'm very close, just missing something.
I'm on an x64 system. What I need to do is to use one live USB to
install to a blank USB, and then have the second USB boot into Debian.
I am blind, which means without speech I don'
kaye n writes:
Hello Friends!
Can someone please confirm to me once and for all if I'm correct with these
assumptions regarding debian installation on hard drives:
1. If the hdd has an MBR partition style, that hdd needs to have a FAT32
partition, flagged as esp and with mount point at /
On 3/11/20, Linux-Fan wrote:
> kaye n writes:
>
>> Hello Friends!
>>
>> Can someone please confirm to me once and for all if I'm correct with
>> these
>> assumptions regarding debian installation on hard drives:
>>
>
> In case a FAT32 partition is needed for booting (see further below), it
> needs
On 2/12/20, Malcolm Beeson-Earwicker wrote:
> I've been a Debian user for about twenty years now, and have found that
> I have to run more and more of my machines under windo$e because the
> latest versions of Debian just fail, I imagine due to all this
> UEFI-rubbish. Does anyone know of a mother
On 2020-03-11 11:59, kaye n wrote:
Hello Friends!
Can someone please confirm to me once and for all if I'm correct with these
assumptions regarding debian installation on hard drives:
1. If the hdd has an MBR partition style, that hdd needs to have a FAT32
partition, flagged as esp and with mo
On 2020-03-11 14:55, Cindy Sue Causey wrote:
> Mine USED to
> boot FINE, **NO** PROBLEMS, with something likely similarly different
> per each of us as users with our hardware. I booted Buster and
> Bullseye a few times..
>
> THEN, WHAM, everything permanently went to pot on the first reboot
> aft
Hello guys I am back tried a few things and did some progress, then I just
made a clean reinstall of debian testing through USB and everything worked
fine. Works proper and while booting getting to my Gnome3 login prompt with
no problems. So it's not any incompatibility with graphics card as I got
On 2020-03-11 12:58, Alan Tu wrote:
Hi, I need some ideas for getting Debian 10.3 to install and boot.
I prefer the "CD-1" Debian Installer image, available via [1] or [2].
I would wipe the target drive, install Debian, and then install the
Wi-Fi drivers.
David
[1]
https://cdimage.de
Hi,
I just did my first UEFI few weeks ago. I had it on the list for coupel of
years already, but only recently had the time to do it.
Here I share my notes and experience briefly.
kaye n wrote:
> Hello Friends!
>
I don't know you, so friend in my language is a bit too much, but good
fellow is
Reco wrote:
>>> Personally I just reencode audio in such cases.
>>> For instance (0:1 is the first audio track, use 0:2 for
>>> english):
>>>
>>> ffmpeg -i ford-v-ferrari-2019.mkv -map 0:0 -map 0:1 \
>>> -c:v copy \ -c:a libopus -b:a 128k -ac 2 -clev 1.414
>>> -slev .5 \ ford-v-ferrari-2019.good_
Reco wrote:
> Your typical movie has dialogue on center channel, gunfire
> & cars' sounds come from the front channels, ambient comes
> from the back ones.
>
> So, what's needed is to gain volume on dialogues
OK, so that's
-clev 1.414
since dialog comes from the center.
> while downplaying a
Reco wrote:
> FL = FL + 0.707 * FC + 0.707 * BL
With mediainfo(1) as recommended by Mr. Smedegaard, I got
this
$ mediainfo ford-v-ferrari-2019.mkv | grep -i channel
Channel(s) : 6 channels
Channel layout : L R C LFE Ls Rs
Channel(s)
Quoting Emanuel Berg (2020-03-12 03:07:23)
> Reco wrote:
>
> > FL = FL + 0.707 * FC + 0.707 * BL
>
> With mediainfo(1) as recommended by Mr. Smedegaard, I got
> this
>
> $ mediainfo ford-v-ferrari-2019.mkv | grep -i channel
> Channel(s) : 6 channels
> Channel layout
Quoting Emanuel Berg (2020-03-11 17:15:08)
> Jonas Smedegaard wrote:
>
> > Try check if the audio stream of that movie is AC-3, and if
> > so then try use mpv with the option --ad-lavc-ac3drc (read
> > the man page for valid values).
>
> OK, I'll try this...
>
> > If you experience similarly exp
On Thu 12 Mar 2020 at 02:38:28 (+0100), Emanuel Berg wrote:
> Reco wrote:
>
> >>> Personally I just reencode audio in such cases.
> >>> For instance (0:1 is the first audio track, use 0:2 for
> >>> english):
> >>>
> >>> ffmpeg -i ford-v-ferrari-2019.mkv -map 0:0 -map 0:1 \
> >>> -c:v copy \ -c:a
Hi,
binutils-2.34 has support for z80-unknown-elf target. Can anyone add
corresponding target to binutils-z80 package or create a new one? Currently
binutils-z80 supports only z80-unknown-coff target.
Best regards,
Sergey Belyashov
36 matches
Mail list logo