; wheezy-updates is (and it is NOT the regular security update
> repository):
> https://wiki.debian.org/StableUpdates
>
> Christian
>
>
Thank you all for the feedback, your tips indeed did the trick. :) Thanks
also to gusnan @ #debian.se who solved it too.
Sometimes one does stare too long at a problem not seeing the obvious...
Kindest regards,
Mathias
oad the torrent iso-file and do an install from that image.
Kindest regards,
Mathias
* Andrei POPESCU wrote on 2014-02-09 at 19:36 (+0200):
> On Du, 09 feb 14, 18:14:29, Mathias Bauer wrote:
> > * Marco Ippolito wrote on 2014-02-09 at 13:24 (+0100):
> >
> > > How can I `echo', in `bash', the core # the current script
> > > is runni
Marco,
* Marco Ippolito wrote on 2014-02-09 at 13:24 (+0100):
> How can I `echo', in `bash', the core # the current script is
> running on?
you can try
$ grep ^processor /proc/cpuinfo | wc -l
Short question - short answer,
Mathias
--
To UNSUBSCRIBE, email to
12345]: clock is now synced
Perhaps it also helps to check the periodically written drift
file /var/lib/openntpd/ntpd.drift.
Also sending "a SIGINFO signal, it [ntpd] will write its peer and
sensor status to syslog" does not work either as there is no
SIGINFO signal in Linux. ntpd(8) is
Philippe,
* Philippe Clérié wrote on 2014-01-29 at 19:18 (-0500):
> On 01/29/2014 06:10 AM, Mathias Bauer wrote:
>
> Also, it's probably a good idea to add the -s option to
> DAEMON_OPTS in /etc/default/openntpd.
maybe. But consider time jumps just after booting won'
lso the relevant
ones here - and the number of users of chrony (847) and openntpd
(1902), I strongly suggest you considering a switch to the
openntpd package.
Regards,
Mathias
--
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/20140129111021.ga17...@gmx.org
* Felix C. Stegerman wrote on 2014-01-26 at 23:58 (+0100):
> On 2014-01-26 23:24, Mathias Bauer wrote:
> > * Mr Smiley wrote on 2014-01-26 at 20:56 (+):
> >
> > > > cp -Rp /path/to/sourcedir/A/* /path/to/destinationdir/B
> > >
> > > If you don&
cks for and only updates changed files on any
> subsequent rsync from A to B
>
> Don't forget the / at the end, even rsync will copy everything to a
> file rather than the wanted directory if you miss of the /
That's not correct. In contrast to the slash trailing the
*so
ailing slash of the target directory B is irrelevant:
$ mkdir -p foo/dir
$ touch foo/file foo/dir/file foo/.hidden foo/dir/.hidden
$ rsync -av --exclude='.*' foo target1
$ rsync -av --exclude='.*' foo target2/
The results are identical directories ./target1 and
COLUMNS/$LINES shell variables?), so I supposed, you wanted
to do some non-interactive scripting...
Regards,
Mathias
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.d
Hello Patrick,
* Patrick Bartek wrote on 2014-01-20 at 13:18 (-0800):
> Need to get geometry of running xterms. Resize gives me the
> columns and lines. How do I get the X & Y offsets?
take a look at
$ xwininfo -id WINDOW_ID
Perhaps that helps.
Regards,
Mathias
--
To U
Hello Siard,
* Siard wrote on 2013-12-12 at 16:48 (+0100):
> On Wed, 11 Dec 2013 18:30:40 +0100, Mathias Bauer wrote:
>
> > To keep things clear I simply don't want to put all these
> > files into one single directory,
>
> Note that ~/fonts would be sufficient here
* Siard wrote on 2013-12-11 at 17:24 (+0100):
> Mathias Bauer:
> > Also, fonts-conf(5) contains an example user configuration file
> > ~/.fonts.conf, so that your font files (.ttf, .otf) may remain in
> > their original directories and need not to be mixed together in
> &g
e above line without |xargs... part.
Although bash(1) is very long and its learning curve a little bit
steep I do recommend reading it. In the long term there is no
way avoiding that. Beginners may first tend to [1] and later to
[2]. Also, [3] is quite interessting.
Regards,
Mathias
[1]
ectories and need not to be mixed together in
*one* of the directories mentioned above by Siard. Finally
$ fc-list
will give you feedback if the fonts had been found and installed
correctly. You don't need to logout or to restart as the cache
files in ~/.fontconfig will be updated aut
mation about Users or monitoring?
>
> I could be wrong, but to the best of my knowledge, NO Linux
> distribution does.
perhabs you know
https://www.eff.org/deeplinks/2012/10/privacy-ubuntu-1210-amazon-ads-and-data-leaks
Okay, as it's related to Ubuntu/Canonical it'll be rather off
* Mathias Bauer wrote on 2013-11-25 at 11:50 (+0100):
> * pecon...@mesanetworks.net wrote on 2013-11-23 at 11:33 (-0800):
>
> > I have processed some spam and ham to create a bogofilter
> > database. I want to use the -R option to create the TEXT data
> > frame
> This should, to my understanding, write a text file in
> bogo-rframe, but it has been running for about an hour and
> shows no sign of terminating. What is wrong? Please help.
bogofilter -R reads from stdin. Use
$ bogofilter -R /path/to/your/wordlist.db >bogo-rframe
Regards,
Mathias
--
; ...and this!
echo $(echo \\)
echo \\)
echo \\
++ echo '\'
+ echo '\'
\
Mathias
--
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/20120121180536.gb15...@gmx.org
ument class until
your nomenclature is fine and try to solve the acknowledgement
problems later.
> Later I just roughly used the \section*{Acknowledgement} to
> substitute the \begin{acknowledgment} which worked in other
> article document class. will refine it later.
For discussing the LaTe
Hello again,
* Martin Steigerwald wrote on 2012-01-19 at 19:28 (+0100):
> Am Donnerstag, 19. Januar 2012 schrieb Jon Dowland:
> > On 19/01/12 12:50, Mathias Bauer wrote:
> > > Is this a general advice? If so, then why?
> >
> > Yes.
> >
> > <http://p
then why? Or is it your advice
for the OP's aim to directly deliver messages to a mbox or
maildir without exim and without running an MDA.
Yes, I checked the short package descriptions of getmail and
mpop. And I'm using fetchmail for myself (but no POP3s) without
any problems.
Re
"Even on a switched network, there may be a way to fool
> the switch into giving you enough data from the HTTP traffic to preform
> a "sidejack"."
http://hakipedia.com/index.php/CAM_Table_Overflow#Description
--- On Sat, 1/22/11, Camaleón wrote:
> From: Camaleón
> Subject: Re: Let's talk a
wow...
http://pastebin.com/raw.php?i=ihLLHyiT
$ time 7z a -mx=9 linux-2.6.37.tar.7z linux-2.6.37.tar; echo; time xz -9 -z
linux-2.6.37.tar; echo; ls -lS
7-Zip 9.13 beta Copyright (c) 1999-2010 Igor Pavlov 2010-04-15
p7zip Version 9.13 (locale=en_US.utf8,Utf16=on,HugeFiles=on,2 CPUs)
Scanning
http://pastebin.com/raw.php?i=MwDnhknf
$ ls -Sl
total 461252
-rw-rw-r--. 1 g g 111709730 Jan 22 11:06 linux-2.6.37.zip
-rw-rw-r--. 1 g g 93174605 Jan 22 11:03 linux-2.6.37.tar.gz
-rw-rw-r--. 1 g g 73552510 Jan 22 11:10 linux-2.6.37.tar.bz2
-rw-rw-r--. 1 g g 66333786 Jan 22 11:16 linux-2.6.37.7z
my /tmp is too small [when i want to use "convert"]. how can i set imagemagick,
to use an other tmp folder, what has enough space?
thank you!
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Ok. It's a Firefox Add-on:
https://www.eff.org/https-everywhere
Questions:
1) But: Why can't i find it on the offical Firefox Add-ons site?:
https://addons.mozilla.org/en-US/firefox/
2) Did anyone audited the "HTTPS Everywhere" code?
3) Can someone trust this Add-on? Is it safe to install/use
find duplicate filenames in a folder
find | perl -ne 's!([^/]+)$!lc $1!e; print if 1 == $seen{$_}++'
find duplicate filenames in a folder recursively
? how?
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@l
debian.org
> Date: Wednesday, January 5, 2011, 10:47 AM
> Hello,
>
> S Mathias a écrit :
> > $ if "${PWD##*/}" -eq "asdf" > /dev/null; then echo
> "this is the asdf folder"; else exit 1; fi
> > bash: notthatfolder: command not found..
$ echo ${PWD##*/}
somefolder
$ if "${PWD##*/}" -eq "asdf" > /dev/null; then echo "this is the asdf folder";
else exit 1; fi
bash: notthatfolder: command not found...
this is the asdf folder
$
So i just want to check that i'm in an exact folder. e.g.: "asdf"
What's wrong with my one-liner?
I j
soruce code of the html file:
http://img443.imageshack.us/img443/6448/sourcey.png
it looks like this in the realiy:
http://img443.imageshack.us/img443/6448/sourcey.png
WHY?
if i put it in "< pre >", then it's good.
but if it isn't in "< pre >" then the lines ends are random. why dont they end
i
http://lcamtuf.blogspot.com/2010/12/unencrypted-public-wifi-should-die.html
http://www.exploit-db.com/search/?action=search&filter_page=1&filter_description=&filter_exploit_text=&filter_author=&filter_platform=45&filter_type=3&filter_lang_id=0&filter_port=&filter_osvdb=&filter_cve=
--- On Tue, 1/4
cat asdf.txt
bla-bla
bla-bla
bla[XYZ]
importantthing
another important thing
[/XYZ]
bla-bla
bla-bla
[XYZ]
yet another thing
hello!
[/XYZ]
bla-bla
etc.
$ SOMEPERLMAGIC asdf.txt > output.txt
$ cat output.txt
importantthing
another important thing
yet another thing
hello!
how can i sovle this questi
$ ASDF=hello; a=0; a=$(( 70 - $(echo $ASDF | awk '{print length}') )); echo "$a
$ASDF"$(for i in {1..$a}; do printf "."; done)
65 hello.
$
Why doesn't it print:
65 hello.
What am i missing?
--
To UNSUBSCRIBE, email t
I use the
KB SSL Enforcer
https://chrome.google.com/extensions/detail/flcpelgcagfhfoegekianiofphddckof?hl=en
so i could browse the net safer [i mean webserver <-> me] with using https, if
available.
The problem is: e.g.: facebook...
if i go to
https://www.facebook.com/
that's ok, it's https.
I just can't google for it:
I'm searching for a "bash" "one liner" (awk, perl, or anything) for this:
there are text files, in several directories:
mkdir one
mkdir two
mkdir three
echo "word1 word2 word3" > one/asf.txt
echo "word2 word4, word5" > one/asfcxv saf.txt
echo "word1. word2" > one/d
http://research.microsoft.com/en-us/downloads/754fee75-c5a0-4542-bf9b-47f236c0a90b/default.aspx
Any comments?
--
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
Are there any programs blocking ip, and has frequently updated lists, like the
peerguardian on windows?
sorry for the question, but i looking for this kind of application :O
Thank you, and a happy christmas!
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a sub
I can see, that theres a program that keeps sending packets on port 25:
Dec 27 14:11:46 a kernel: [ 6336.992320] O_D_LOG: IN= OUT=lo SRC=127.0.0.1
DST=127.0.0.1 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=61533 DF PROTO=TCP SPT=37263
DPT=25 WINDOW=32792 RES=0x00 SYN URGP=0
Dec 27 14:12:01 a kernel: [ 6
perfect! thank you Oliver Grawert! :) made my day :) it's working! :
ping -W 1 -c 4 google.com >& /dev/null && ping -W 1 -c 4 www.yahoo.com >&
/dev/null || echo "no internet connection"
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe"
$ true && true || echo hi
$ true && false || echo hi
hi
$ false && true || echo hi
hi
$ false && false || echo hi
hi
$ ping -W 1 -c 4 google.com >& /dev/null | grep -q "100% packet loss" && ping
-W 1 -c 4 www.yahoo.com >& /dev/null | grep -q "100% packet loss" || echo "no
internet connection"
no
Two questions that was not always clear for me [sorry for posting to this list
:\]:
##
Q1) when cabling, is the color order important? like:
straight cabling:
A side: white-orange, orange, white-green, b
Google Chrome Terms of Service(Google Chrome executable), BSD (source code and
Chromium executable except chromium 5 beta),BSD License with proprietary parts
(source code and chromium 5 beta executable, as it integrates Adobe Flash
Player 10.1[1])[2]
http://en.wikipedia.org/wiki/Google_Chrome
in
i can use "natively" openssl for anonymous chat:
# Chat:
# server side:
openssl req -x509 -nodes -days 365 -newkey rsa:8192 -keyout mycert.pem -out
mycert.pem
# server side - generate a self-signed cert.
openssl s_server -accept 52310 -cert mycert.pem
# client side - "127.0.0.1" is the IP of
Dec 2010 06:34:14 -0800, S Mathias wrote:
> It's ok, that i can use this, when i want an incrementing sequence, in a
> given way:
>
> # {START..END..INCREMENT}
> $ for i in {0..10..2}; do echo "Welcome $i times"; done Welcome 0 times
> Welcome 2 times
> Welcome
It's ok, that i can use this, when i want an incrementing sequence, in a given
way:
# {START..END..INCREMENT}
$ for i in {0..10..2}; do echo "Welcome $i times"; done
Welcome 0 times
Welcome 2 times
Welcome 4 times
Welcome 6 times
Welcome 8 times
Welcome 10 times
$
but what's the "magic" for this
i have:
"SERVER A"
"SERVER B"
with "full root permisson" [ssh, etc]
each server has a folder.
i want to backup a folder in "SERVER A".
are there any backup methods, that meets these two requirements? :
1) running from e.g.: a cronjob
2) when running, it just checks the folder in "SERVER A" a
if [ "$(dpkg -l | awk '/tofrodos/ && /^ii/ {print $2}' | awk '/^tofrodos/')" ==
"" ]; then echo -e "error: no zip package detected\!\n\nYou could install it
like e.g.: \"apt-get install tofrodos\""; fi
Is there a better way then this?
Thank you!
I could seed it [like thousand of people could], but i can't find the 5.0.7
torrents :O
why? :O
arly any resource while xpdf is
running. The altered resources can be saved.
Your question applies to some branch of the
".xpdf.win.form.toolBar.*" tree.
Good luck!
Mathias
--
-----
Mathias Bauer ---
On Sun, 10 Jan 2010, Stan Hoeppner wrote:
Mathias put forth on 1/10/2010 1:25 PM:
Yesterday I
complied my own kernel so now I'm doing the finishing touches on the
system.
If you're compiling your own kernels, add the e100 driver into the kernel
instead of as a module. I've g
On Sun, 10 Jan 2010, Camaleón wrote:
On Sun, 10 Jan 2010 12:21:37 -0600, Stan Hoeppner wrote:
Camaleón put forth on 1/10/2010 12:07 PM:
On Sun, 10 Jan 2010 02:31:20 +0100, Mathias wrote:
Which module would you guys (or gals :) recommend for this NIC, the
e100 or the eepro100?
00:02.0
On Sun, 10 Jan 2010, Stan Hoeppner wrote:
Camaleón put forth on 1/10/2010 12:07 PM:
On Sun, 10 Jan 2010 02:31:20 +0100, Mathias wrote:
Which module would you guys (or gals :) recommend for this NIC, the e100
or the eepro100?
00:02.0 Ethernet controller: Intel Corporation 82557/8/9/0/1
On Sun, 10 Jan 2010, Tsang Kim Wai wrote:
Hi Nick Douma, Liam O'Toole and Mathias,
It works by simply extracting the downloaded Eclipse 3.5 binary file
into /usr/local/eclipse-3.5/ directory and then run the eclipse script under
that directory. But I think, the eclipse 3.5 s
On Sun, 10 Jan 2010, Tsang Kim Wai wrote:
Hi All,
I am a newbie in Debian and have just installed Debian 5 (lenny) stable
release. I have used "apt-get install eclipse" to install a version of
eclipse into my system and that version runs well.
However, later I find that the installed
Which module would you guys (or gals :) recommend for this NIC, the e100 or
the eepro100?
00:02.0 Ethernet controller: Intel Corporation 82557/8/9/0/1 Ethernet Pro
100 (rev 08)
Mat
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Con
On Fri, 8 Jan 2010, Stan Hoeppner wrote:
On Fri, 8 Jan 2010 18:24:52 +0100 (CET), Mathias wrote:
What SCSI RAID card is in the machine, if any?
It's equpiped with 2-chan LSI SYM53C896 U160 and an Adaptec 1200A
ATA-100/ATA-133 controller to replace the crappy Broadcom IDE controller
On Fri, 8 Jan 2010, Stan Hoeppner wrote:
On Fri, 8 Jan 2010 15:38:41 + (UTC), Camaleón
wrote:
On Fri, 08 Jan 2010 02:01:53 +0100, Mathias wrote:
(...)
The machine is a HP NetServer E800 with ASUS CUR-DLS mobo, dual P-III.
Any tips?
It's listed here:
http://kmuto.jp/debian/hcl
When I install Debian 5.0 lenny and reboot, the linux never makes in past
the first post but crashes/reboots at once.
I can run Knoppix 5.3.1 (kernel 2.6.26) on DVD and older knoppix versions on
the machine, so it's not a total havoc. I also used
to run an older linux on this machine with kerne
In Debian 4, it seems that the sysklogd initscript does not
check any /etc/default (like sysconfig in redhat) file,
and in fact sets SYSLOGD=""
SO I gather I need to edit the initscript if I want to change
syslogd's commandline params, or is there some other local
mechanism that allows me to make
ed.
So if anybody has a hint or knows the problem just let me know, thanks.
Cheers
Mathias
### Full Log Output ###
# cat /opt/trend/isvw6/log/eventlog.20071218.0001
2007/12/18 00:00:01,-12103821,ISVW : ISVW success to get version of AU
about item Virus Engine
2007/12/18 00:00:01,-12103821,ISVW
Hi.
Simon Jolle "sjolle", 24.11.2007 21:23:
> How to I display the remaining ink in the cartridge?
Did you try the "ink" package?
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
ot; option
might be necessary if you receive an error about "avisynth.dll". (I didn’t get
one while I tested the URL you gave, though.)
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
then.
Even after applying the patch the extension won’t work yet. The upstream author
is aware of this problem and working on it.
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
nounce/2007/11/msg1.html
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
pt-file version 2.0.3
> (c) 2002 Sebastien J. Gross <[EMAIL PROTECTED]>
> […]
Ah yes, silly me. If "iproute" is not installed it’s obvious that the "ip"
command cannot be found. Just directly search for "bin/ip" then.
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
Hi.
ann kok, 01.11.2007 16:39:
> what is package including command ip addr?
The command "ip" is in the "iproute" package.
> how can I know the package info?
# apt-get install apt-file
# apt-file update
$ apt-file search `which ip`
Regards, Mathias
--
deb
80:outfmt=i420 -vc
> rawi420 -vo xv
So you’re missing the "-tv" which is why mplayer recognizes "driver=v4l" as
filename.
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
Hi.
H.S., 17.10.2007 18:09:
> Mathias Brodala wrote:
>> Hi.
>>
>> H.S., 17.10.2007 06:44:
>>> I am renaming files by removing parentheses from them. These are image
>>> files which were sorted in Windows (by placing them in the desired order
>>> an
se Thunar. It has a nifty bulk renamer included with a lot more features
than the Windows Explorer could ever offer. One of them is the live preview so
that you can make sure the result is as you expected it.
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
evince" or "kpdf"?
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
ed them would install them.
Uhm, there already are such packages. They are named ${packagename}-dbg and
contain the debugging symbols. Not every package already has such a debugging
package but it’s getting more and more.
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
Hi.
manphiz, 16.09.2007 18:03:
> I tried to virtualize freebsd using qemu with kqemu but failed, both 6.2
> release and 7.0 current, and both w/ and w/o acpi. The failure log said:
Sounds like bug #402289[0] to me.
Regards, Mathias
[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=
ferred shell.
(~/.bashrc for Bash)
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
e day in
Unstable.
> In a sense, testing (now lenny) may be just the right balance you are
> looking for, but YMMV.
Agreed.
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
Hi Hugo.
Hugo Vanwoerkom, 02.09.2007 15:18:
> I thought I saw a reference to a tool that prints system hardware info
> in html format with the --html option.
>
> Now I can't find it.
Do you mean "lshw"?
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
From "apt-cache show amarok" taglib[0] as it seems.
Regards, Mathias
[0] http://packages.qa.debian.org/t/taglib.html
--
debian/rules
signature.asc
Description: OpenPGP digital signature
urce /etc/timidity/goemon.cfg
There’s a bit more work necessary since the "dir" option in goemon.cfg does not
refer to an absolute path, but other than that this is a great tip! Finally less
missing instruments.
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
? See Preferences → Advanced → Downloads.
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
) = 3
> open("/usr/lib/locale", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3
> open("/usr/share/locale/locale.alias", O_RDONLY) = 3
> C
> de_DE.utf8
> POSIX
> Process 2577 detached
Maybe it helps.
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
Hi.
Britton Kerin, 30.08.2007 20:19:
> (Though I will say that little hack where the shell tells you which
> package a program is in looks pretty cute and helpful :)
Not sure what you mean here, but that’s what apt-file is for.
Regards, Mathias
--
debian/rules
signature.asc
Descr
ing was found? Or any modification to
> the command given above?
Yeah, like this:
$ grep -r 'a_certain_function' *
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
Hi.
- Tong -, 25.08.2007 05:51:
> On Sat, 25 Aug 2007 02:03:42 +0200, Mathias Brodala wrote:
>
>>> Is there any way to stop dist-upgrade from upgrading tetex to texlive?
>> See the manpage of aptitude and look for "hold".
>
> […]
>
> Please be *r
Hi.
- Tong -, 25.08.2007 01:44:
> Is there any way to stop dist-upgrade from upgrading tetex to texlive?
See the manpage of aptitude and look for "hold".
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
ersistent-net.rules file? This one should contain the
mapping of the ethernet devices based on their MAC address. Manual reordering
should be done here, the file usually never ever gets touched after initial
generation.
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
Hi.
abdelkader belahcene, 22.08.2007 11:33:
> There is no openldap on debian, Which package stands for it
Use "apt-cache search openldap".
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
ashrc
This adds the environment variable LS_COLORS to your bash profile with
predefined values. For information about those color values, see this HowTo[0]
on tldp.org.
Regards, Mathias
[0] http://tldp.org/HOWTO/Bash-Prompt-HOWTO/x329.html
--
debian/rules
signature.asc
Description: OpenPGP digital signature
Hi Andrei.
Andrei Popescu, 17.08.2007 21:35:
> On Wed, Aug 15, 2007 at 09:25:33PM +, andy wrote:
>> Mathias Brodala wrote:
>>> Hi Manon.
>>>
>>> Manon Metten, 15.08.2007 20:42:
>>>
>>>> I just read in the papers that there
Hi Manon.
Manon Metten, 15.08.2007 20:42:
> I just read in the papers that there's a severe vulnerability discovered in
> Opera 9.22, although the article did not say what. It is fixed in 9.23.
See the changelog[0].
Regards, Mathias
[0] http://www.opera.com/docs/changelog
ng a file.
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
s damn fast. Give it a try.
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
Hi.
supermega, 11.08.2007 14:42:
> On 11 Sie, 09:50, Mathias Brodala <[EMAIL PROTECTED]> wrote:
>> Use an editor which allows you to omit the BOM, it's optional for UTF-8
>> anyways.
>> As long as you send the correct Content-Type header, the output won't be
Hi.
supermega, 11.08.2007 03:21:
> How to make PHP interpreter not to send these BOM bytes to client?
Use an editor which allows you to omit the BOM, it’s optional for UTF-8 anyways.
As long as you send the correct Content-Type header, the output won’t be any
different.
Regards, Math
> I am using
>
> set listchars=tab:»·,trail:·
>
> in my ~/.vimrc. That makes tabs and taling spaces show up in blue in my
> current color scheme (desert256 in gvim, don't know what it is in
> temrinals).
Well, normally you’d use "desert" for gvim and "desert2
mu
# modprobe kqemu
Optionally, for having the module loaded on boot-time:
# echo kqemu >> /etc/modules
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
to such a package, I
> haven't seen one so far (always comes in three files: *.dsc, tarball
> and diff).
I’d go with the most obvious one: "apt".
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
Hi Vincent.
Vincent Lefevre, 05.08.2007 20:36:
> Is there a replacement for apt-listchanges, not written in python?
Not that I knew of. What’s the problem with apt-listchanges written in Python?
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
/boot/config-`uname -r`
> CONFIG_FB_NEOMAGIC=m
> CONFIG_MAGIC_SYSRQ=y
Regards, Mathias
--
debian/rules
signature.asc
Description: OpenPGP digital signature
uot; to WAFFLAGS in debian/rules.
Then you can launch xmms2 from gdb and get a backtrace[0] after the segfault.
Submit this as a bugreport to the same called source package. Either the
maintainer or the upstream developers will know what to do.
Regards, Mathias
[0] http://sourceware.org/gdb/cu
1 - 100 of 486 matches
Mail list logo