Can anyone recommend a command line program that could tell me
the length of the video stream in a .avi or .mpg file ? Thanks
in advance.
Looking for email service providers that anonymise outgoing email. More
specifically, accept submissions through SMTP but do not show the IP
address of the system of origin in the Received: header added by their
MTA.
Including the originating IP address in an ad-hoc header to prevent
abuse does no
>> What I'd like to know now is : what prevents apt-get from
>> downloading the Packages file from the mirror ? Wget can !
>
> Move all the files out of /var/lib/apt/lists/ so that apt-get update
> has to download fresh copies. That should get you back on track.
>
> By all means take the opportuni
> Try running:
> sudo apt-get update # one more time, to be sure
> # then
> apt-cache policy ntp
>
> and see what version it refers to.
Thanks for the suggestions folks but there's not much to see
there, no packages are pinned.
I've made some progress, though. A closer look at the output
reveals
After apt-get update, attempting to install ntp tries to
download version 1:4.2.8p10+dfsg-3+deb9u1 and fails. It tries
to download +deb9u1 because
$ aptitude show ntp
Package: ntp
Version: 1:4.2.8p10+dfsg-3+deb9u1
State: not installed
[...]
and it fails because the version of the packag
EEXIST does sounds like a strange reason for exec(2) to fail.
Did you strace -f to confirm that EEXIST is indeed set by
execve() ?
I've seen weirdly-named files appear in NFS-exported file
systems. I seem to remember they were related to deleted files
but it might happen in other circumstances. A
> I like to avoid the latest and greatest (especially Debian
> latest and greatest, vide infra).
"Debian vide infra" ? What's that ?
Careful, it looks like your mailer breaks threading.
De: "tand.read"
> Something very strange goes on and probably
> the wise thing is to use old good rc3.d links
Strange indeed. You could try adding an insulation layer between
systemd and your script by setting ExecStart to a C program that
me
De: "tand.read"
> I am testing my own systemd unit (a service) that has this
> [service] section:
> Type=oneshot
>
> RemainAfterExit=yes
> ExecStart=/root/bin/mytest.sh start
> ExecStop=/bin/echo /root/bin/mytest.sh stop
>
> ("Want="-ed by multi-user.target and "After=" local-fs.target)
> and I
De: "Himanshu Shekhar"
> The problem is about reading metacharacters. For example, username is
> "harry", password is "harry@123" , proxy server "10.101.12.1:8080".
> Thus, apt.conf would have text
> "http://harry:harry@123@10.101.12.1:8080";.
>
> This leads to unwanted behaviour. Apt stops readi
De: "Himanshu Shekhar"
> Also, I would love to know about good sources to learn and practice
> Bash. I followed "The Linux Command Line by William E. Shotts".
Chris F A Johnson has written two books on the subject. Haven't
read them but he used to be a regular on comp.unix.shell and he
seems to
When you install Debian on a PC, you get one line in
/etc/udev/rules.d/70-persistent-net.rules for each ethernet
adapter present.
If you add a network adapter after installation,
70-persistent-net.rules needs updating. Is there a program that
can do it for you ?
De: "Ric Moore"
> and the GPL notice is included. I saw no mention to avoid the GPL in his
> request for information. Ergo, as long as the GPL is honored, this plan
> is actually a plus for Debian.
How is Debian better off from Microsoft porting apt to Windows ?
> I wouldn't want to get by without tab completion either, but
> programmable completion as I've seen it implemented in packages provided
> by Debian seems to break some behaviors in the built-in tab completion
> on which I had come to rely, so I always turn it off on my machines.
By "turning off"
> *samueloph@teste:~/foo$ time ( for i in $(seq 0 ) ; do touch $i ; done
> )real0m10.245suser0m3.332ssys0m1.576s*
> Using shell built-in ">" to create 1 files:
>
> *samueloph@teste:~/foo$ time ( for i in $(seq 0 ) ; do > $i ; done
> )real0m0.742suser0m0.064ssys0
In bash, typing, say, "ls x*y" then tab lists all the possible
expansions of "x*y" on the next line, then prints the command
line anew with "x*y" replaced by longest common stem.
With bash-completion installed, "x*y" is summarily replaced by
its first match.
Is there any way to restore the normal
16 matches
Mail list logo