On Wed 19 Jun 2019 at 04:23:15 (+1200), Richard Hector wrote:
> On 19/06/19 4:12 AM, David Wright wrote:
> > On Mon 17 Jun 2019 at 10:38:27 (-0400), Gene Heskett wrote:
>
> >> But that opens yet another container of worms. If I arbitrarily assign
> >> ipv6 local addresses, and later, ipv6 shows u
Bagas Sanjaya wrote:
> In Indonesia, the case resemble hypothetical case in this thread, where
> sysadmins in TV station doesn't care about least privilege security
> principle and they gave teens full root privileges, for most programs are
> for teens.
What a BS! This comes from Windoz for sure.
On Sat 15 Jun 2019 at 07:51:22 (-), Curt wrote:
> On 2019-06-15, Erik Christiansen wrote:
> > On 14.06.19 10:51, Celejar wrote:
> >> On Fri, 14 Jun 2019 18:50:22 +1000 Erik Christiansen
> >> wrote:
> >> > I only use mupdf for problem pdf files, but it's very nifty to have on
> >> > hand.
Ye
On Friday 21 June 2019 15:41:00 Carl Fink wrote:
> On 6/20/19 12:36 PM, Gene Heskett wrote:
> > On Thursday 20 June 2019 08:30:57 Bagas Sanjaya wrote:
> >> In hypothetical scenario as I described in the starting of this
> >> thread, I imagine that TV programs run by TV stations can be
> >> thought
On 6/21/19 12:28 AM, Erik Josefsson wrote:
Hi David,
On 6/19/19 3:38 AM, David Christensen wrote:
The best way to answer your question regarding performance of a size N
SD card vs. a size 2*N SD card is to buy two cards and benchmark them
using your workload. Please publish your findings.
Carl Fink wrote:
You seem to be assuming that Mr. Banjaya is in the USA. While that is
not impossible, given the Javanese name and non-USA usage of English,
I suspect that it is not correct.
In Indonesia, the case resemble hypothetical case in this thread, where
sysadmins in TV station does
On 21/06/19 8:33 PM, Jonathan Dowland wrote:
> On Fri, Jun 21, 2019 at 06:50:14PM +1200, Aidan Gauland wrote:
>> Someone else suggested running xautolock from my .xsessionrc script so
>> that it is always run after X is running, and that seems to work. I
>> wanted to run this via systemd because t
On 21/06/19 7:24 PM, john doe wrote:
> Is it always working if you run the command manually?
It has so far, yes.
Hi,
On Fri, 21 Jun 2019 17:30:13 +0200
Nicolas George wrote:
> Michael Lange (12019-06-21):
> > is there a program (command line preferred) that is able to convert
> > text subtitles (.srt or .ass etc.) into vobsub "image" subtitles?
(...)
> spumux can do that, and is indeed the only took I know
Hi,
On Fri, 21 Jun 2019 21:16:02 +0300
Reco wrote:
> You need something like this:
>
> ffmpeg -i input.mp4 -i /tmp/input.srt -c:v copy -c:a copy \
> -c:s mov_text output.mp4
>
> Or this:
>
> ffmpeg -i input.mp4 -i /tmp/input.srt -c:v copy -c:a copy \
> -c:s dvd_subtitle output.mp4
Hi,
On Fri, 21 Jun 2019 19:47:46 +0200
Nicolas George wrote:
> Michael Lange (12019-06-21):
> > sure, that's what I tried first. The player ignores the .ass style
> > options happily.
>
> Are you sure the player will be able to use the vobsubs?
Yes.
>
> > > ffmpeg -i original.mp4 -map 0:
On 6/20/19 12:36 PM, Gene Heskett wrote:
On Thursday 20 June 2019 08:30:57 Bagas Sanjaya wrote:
In hypothetical scenario as I described in the starting of this
thread, I imagine that TV programs run by TV stations can be thought
as computer programs in TV station's production systems.
I woul
good afternoon list members.
While I may be incorrect, my understanding is that links is no longer
updated, but that elinks is still under development.
I am asking because of a recent google accounts change.
According to my contact there who has been doing some testing on my
behalf, the java s
On Fri 21 Jun 2019 at 21:14:42 +1000, Andrew McGlashan wrote:
> On 21/6/19 4:08 pm, Reco wrote:
> > What I'm most interested is here is the time distribution. I.e. has
> > the number of exploitation attempts lowered after the Exim banner
> > change? Stayed the same?
>
> Not a single one since, so
Reco (12019-06-21):
> > is there a program (command line preferred) that is able to convert text
> > subtitles (.srt or .ass etc.) into vobsub "image" subtitles?
>
> You need something like this:
>
> ffmpeg -i input.mp4 -i /tmp/input.srt -c:v copy -c:a copy \
> -c:s mov_text output.mp4
mov
Hi.
On Fri, Jun 21, 2019 at 05:23:32PM +0200, Michael Lange wrote:
> is there a program (command line preferred) that is able to convert text
> subtitles (.srt or .ass etc.) into vobsub "image" subtitles?
You need something like this:
ffmpeg -i input.mp4 -i /tmp/input.srt -c:v copy -c:a
Michael Lange (12019-06-21):
> sure, that's what I tried first. The player ignores the .ass style options
> happily.
Are you sure the player will be able to use the vobsubs?
> > ffmpeg -i original.mp4 -map 0:v:0 -map 0:a:0 \
> > -vf subtitles=filename=subtitles.ass \
> > -c:v
Hi,
On Fri, 21 Jun 2019 20:08:16 +0300
Teemu Likonen wrote:
> Michael Lange [2019-06-21 17:44:08+02:00] wrote:
>
> > sure, because I want to be able to control the subtitle's appearance.
> > The player in question displays text subtitles, however with a tiny,
> > almost unreadable font and does
Michael Lange [2019-06-21 17:44:08+02:00] wrote:
> sure, because I want to be able to control the subtitle's appearance. The
> player in question displays text subtitles, however with a tiny, almost
> unreadable font and doesn't have any option to change this.
The "ass" subtitle format contains d
Hi,
On Fri, 21 Jun 2019 17:30:13 +0200
Nicolas George wrote:
> Michael Lange (12019-06-21):
> > is there a program (command line preferred) that is able to convert
> > text subtitles (.srt or .ass etc.) into vobsub "image" subtitles?
>
> Can you explain why exactly you want to do that?
sure, b
Michael Lange (12019-06-21):
> is there a program (command line preferred) that is able to convert text
> subtitles (.srt or .ass etc.) into vobsub "image" subtitles?
Can you explain why exactly you want to do that?
Often, when people ask for a very unusual task, or a task that looks
useless, the
Hi,
is there a program (command line preferred) that is able to convert text
subtitles (.srt or .ass etc.) into vobsub "image" subtitles?
I think there must be something, since dvd authoring programs obviously
can do it, but find it surprisingly hard to find.
ffmpeg apparently fails at this; ther
On Tue, Jun 18, 2019 at 09:49:10PM +1200, Richard Hector wrote:
127.0.0.0/8 is for loopback addresses; ::1 is the IPv6 equivalent.
Reserved ranges for local use are the RFC1918 ranges (192.168.0.0/16,
172.16.0.0/12 and 10.0.0.0/8), and more closely replaced by ULAs
(fd00::/8) in IPv6.
Yes sorry
Andrew McGlashan composed on 2019-06-22 00:18 (UTC+1000):
> Felix Miata wrote:
>> Andrew McGlashan composed on 2019-06-21 20:03 (UTC+1000):
>>> ...That is, it probably doesn't make any financial
>>> sense to continue running an old 32 bit machine.
...
>> IOW, it doesn't make any sense on a purel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 21/6/19 11:44 pm, Felix Miata wrote:
> Andrew McGlashan composed on 2019-06-21 20:03 (UTC+1000):
>
>> Most, if not all 32 bit arch machines are probably going to
>> consume far more energy than newer machines of far greater
>> capability. That
On Fri, Jun 21, 2019 at 09:44:37AM -0400, Felix Miata wrote:
> Andrew McGlashan composed on 2019-06-21 20:03 (UTC+1000):
>
> > Most, if not all 32 bit arch machines are probably going to consume
> > far more energy than newer machines of far greater capability. That
> > is, it probably doesn't ma
Andrew McGlashan composed on 2019-06-21 20:03 (UTC+1000):
> Most, if not all 32 bit arch machines are probably going to consume
> far more energy than newer machines of far greater capability. That
> is, it probably doesn't make any financial sense to continue running
> an old 32 bit machine.
R
Andrew McGlashan writes:
> Hi,
>
> On 20/6/19 4:28 pm, Reco wrote:
>> Hi.
>>
>> On Thu, Jun 20, 2019 at 01:03:50AM +0200, Matthew Crews wrote:
>>> On 6/19/19 3:30 PM, Lazar Tadić wrote:
Don't worry Mathew, 32-bit arch is currently 2nd most popular
arch on Debian. There's no way it will
On 6/21/19 12:17 PM, Jonas Smedegaard wrote:
Quoting Erik Josefsson (2019-06-21 09:28:38)
On 6/19/19 3:38 AM, David Christensen wrote:
The best way to answer your question regarding performance of a size
N SD card vs. a size 2*N SD card is to buy two cards and benchmark
them using your workload
Hello,
I'm testing out Debian buster rc 1, and I have a problem that my usb camera
(the very common logitech c930) is seen twice, so there are 2 devices
(/dev/video0 & /dev/video1).
Inspecting /dev/video0 with v4l-info works, while /dev/video1 throws some
errors.
I believe this to be a bug in Bus
Andrew McGlashan wrote:
> I would think this would be due to misunderstanding by new users more
> than anything else.
Right, I'm not referring to running Debian on 32-bit machines. I'm
referring to being able to:
# dpkg --add-architecture i386
in an amd64 machine, and
# apt install :i386
in an
How?
The installer already offers 2 options, graphical and text-version. The
installer itself is simple to use, with sane default options. WE re
talking about the network installer here, but other versions don't
differ much.
How would you simplify it further?
Regards,
Lazar
At the moment the chrooted rsyslog instance use bind mounted
/run/systemd/notify.
It is causing the Veeam backup fail.
Anyone how to make it working without bind mounting notify file into chroot?
Is there some way to let systemd create and listen on another "notify"
socket?
--
Peter
~# systemctl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 21/6/19 4:08 pm, Reco wrote:
> What I'm most interested is here is the time distribution. I.e. has
> the number of exploitation attempts lowered after the Exim banner
> change? Stayed the same?
Not a single one since, so far.
Although I di
Quoting Erik Josefsson (2019-06-21 09:28:38)
> On 6/19/19 3:38 AM, David Christensen wrote:
>> The best way to answer your question regarding performance of a size
>> N SD card vs. a size 2*N SD card is to buy two cards and benchmark
>> them using your workload. Please publish your findings.
>
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Hi,
On 20/6/19 4:28 pm, Reco wrote:
> Hi.
>
> On Thu, Jun 20, 2019 at 01:03:50AM +0200, Matthew Crews wrote:
>> On 6/19/19 3:30 PM, Lazar Tadić wrote:
>>> Don't worry Mathew, 32-bit arch is currently 2nd most popular
>>> arch on Debian. There's no
On Fri, Jun 21, 2019 at 06:50:14PM +1200, Aidan Gauland wrote:
Someone else suggested running xautolock from my .xsessionrc script so
that it is always run after X is running, and that seems to work. I
wanted to run this via systemd because that's easier to restart after
making tweaks than somet
On 6/21/2019 8:50 AM, Aidan Gauland wrote:
> On 21/06/19 6:25 PM, Ansgar Burchardt wrote:
>> Aidan Gauland writes:
>>> I have a user service for running xautolock that does not start on login
>>> reliably, and I have no idea why, because there is no error message,
>>> just an exit code of 1. (Unit
Hello!
Proposition: Simlify the Installation. Dosn't have 2 Installation options.
..., Graphical Installation.
With kind Greetings!
Hi David,
On 6/19/19 3:38 AM, David Christensen wrote:
The best way to answer your question regarding performance of a size N
SD card vs. a size 2*N SD card is to buy two cards and benchmark them
using your workload. Please publish your findings.
Please find my four (4) findings below or a
On 21/06/19 6:25 PM, Ansgar Burchardt wrote:
> Aidan Gauland writes:
>> I have a user service for running xautolock that does not start on login
>> reliably, and I have no idea why, because there is no error message,
>> just an exit code of 1. (Unit file and output of systemctl status
>> attached.
41 matches
Mail list logo