Hi!
I've just converted a laptop from Windows XP to Debian Jessie, with
the expectation that I'd be able to do everything at least as well as
before. That's been mostly true, but I'm stuck on a problem with the
S-Video output: whatever I do, the TV shows only 800x600. I can force
the S-Video outpu
On Fri, Apr 11, 2014 at 2:19 AM, David Guntner wrote:
> what you want to do is
> create a CNAME record for the domain - set a CNAME of mydomain.org that
> points to myhostname.someddns.com.
>
> Presto! Now when you try to access your home machine, you can simply
> refer to mydomain.org and it wil
On Fri, Apr 11, 2014 at 12:50 AM, Chris Angelico wrote:
> I've just converted a laptop from Windows XP to Debian Jessie, with
> the expectation that I'd be able to do everything at least as well as
> before. That's been mostly true, but I'm stuck on a problem with the
On Sun, Apr 13, 2014 at 2:26 AM, Steve Litt wrote:
> On Thu, 10 Apr 2014 00:43:45 +0300
> Andrei POPESCU wrote:
>
>> On Mi, 09 apr 14, 08:59:51, Steve Litt wrote:
>> >
>> > Or, you can just redirect ls into a file, use Vim to convert and
>> > rename each file individually.
>>
>> Could you please
On Sun, Apr 13, 2014 at 5:48 AM, Cousin Stanley wrote:
>> Personally, I'd whip up a quick Pike script
>
> # I think you also sprechen der python :-)
>
> #!/usr/bin/env python
>
> import subprocess as SP
> process = SP.Popen( args , shell = False )
>
That's still calling on convert, though;
On Sun, Apr 13, 2014 at 1:42 PM, Cousin Stanley wrote:
>>
>> convert -crop whatever $fn.bak $fn
>>
>> But that's assuming you know how to use
>> 'convert -crop' to do what you want, which I don't.
>
> This is the part of your post
> that I was attempting to address
> and hopefully, clar
On Sun, Apr 13, 2014 at 1:39 AM, Chris Angelico wrote:
> On Fri, Apr 11, 2014 at 12:50 AM, Chris Angelico wrote:
>> I've just converted a laptop from Windows XP to Debian Jessie, with
>> the expectation that I'd be able to do everything at least as well as
>> befor
On Mon, Apr 14, 2014 at 1:27 AM, Joe wrote:
> I did wonder what was going on, because as far as I knew S-Video is
> defined only for PAL and NTSC, 576i/50 and 480i/60 in modern
> terminology. The point of it is that analogue luminance and chrominance
> are carried on separate channels, thus avoidi
On Mon, Apr 14, 2014 at 11:22 PM, Joel Rees wrote:
> On Mon, Apr 14, 2014 at 8:41 PM, Richard Hector
> wrote:
>>
>> The only local bank I've heard any info about is Kiwibank, who are
>> apparently not vulnerable due to running their systems on Windows.
>
>
> That's a laugh. Not vulnerable to this
On Tue, Apr 15, 2014 at 2:20 AM, wrote:
> The package my colleague needs is iptraf, from lenny.
Is it the same as iptraf in Wheezy?
https://packages.debian.org/stable/net/iptraf
ChrisA
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble
On Fri, Apr 18, 2014 at 7:16 PM, Slavko wrote:
> How many members of this list (for example) want to contribute to the
> google knowledge? By the distributing this list to gmail addresses
> too...
I do. It means that a Google search for any of the topics discussed
here will show up results. You d
On Fri, Apr 18, 2014 at 7:31 PM, Slavko wrote:
> I wrote about processing emails by google, not about processing of
> the public archive(s). Or you hope, that disabling archive will stop
> google to processing them??? This ML i used as example only.
>
> But you can advocate the google's practices
On Fri, Apr 18, 2014 at 9:41 PM, wobbly-hs wrote:
> If Debian stable can't provide a reliable desktop long term, then I appear
> to have reached the end of the Linux line. What to do?
People who want more stability than Debian offers usually go to Red
Hat. Or at least, that's what people usually
On Sun, Apr 20, 2014 at 9:01 PM, wrote:
> Ive tried diffrent things so far:
>
> - Switched from a switched cabling setup to Crosslink.
> - Swapped out the cheap asrock motherboard with asus
> - Changed from onboard realtek network chip to PCI Intel Gbit card
> - Reinstalled OS several times
> - T
On Mon, Apr 21, 2014 at 4:38 AM, wrote:
> Am 2014-04-20 19:15, schrieb Chris Angelico:
>> Crazy-stupid idea, but is it possible there's some other traffic
>> happening? Pull up a monitor (gnome-system-monitor has a nice graph,
>> or you can just watch the numbers in i
On Tue, Apr 22, 2014 at 9:28 PM, Lisi Reisz wrote:
> On Tuesday 22 April 2014 05:51:33 c. marlow wrote:
>> Im so exhausted I just about give up on Linux, just about ready to
>> scrape up the money, go to walmart and buy me a Windows Machine.. In
>> the last week I have tried LMDE both made and cin
On Wed, Apr 23, 2014 at 8:56 AM, Tom Furie wrote:
> This seems an odd choice to make. If I installed a meta-package because
> I couldn't be bothered to investigate which individual packages I
> wanted, or just wanted to explore the whole package, then decide I don't
> want that package, so remove
On Wed, Apr 23, 2014 at 8:06 AM, Daniel Bareiro wrote:
>
> I'm writing a bash script that runs several routing commands. I would
> like these commands, on a part of the script, plus run, are saved to a
> log file.
>
> I guess maybe it could be done by putting the commands in a variable and
> then
On Wed, Apr 23, 2014 at 9:32 AM, Tom Furie wrote:
> In your example above, while gnome depends on openoffice, openoffice
> cannot be removed without also removing gnome and thus anything that was
> pulled in by gnome. However, while it is /nice/ to have an office suite
> in your desktop environmen
On Wed, Apr 23, 2014 at 9:58 AM, Tom Furie wrote:
> The intention of the package relationships was supposed to be -
>
> Depends: This package won't run unless you have this other package
> installed.
>
> Recommends: This package will run without this other package, but
> possi
On Wed, Apr 23, 2014 at 10:46 AM, Daniel Bareiro wrote:
> I want to send the commands itself to a file instead of the output
> generated by the commands.
>
> In fact, in the four cases mentioned above, if these are executed
> successfully, it does not produce any output.
If you're okay with the c
On Fri, Apr 25, 2014 at 1:12 AM, Steve Litt wrote:
> I wrote the following essay about the point made in the preceding
> paragraph:
>
> http://www.troubleshooters.com/tpromag/200104/200104.htm#_editors_desk
>
Time changes many things. For the most part, switching to Linux is far
easier now than i
On Fri, Apr 25, 2014 at 2:44 AM, Ralf Mardorf
wrote:
> On Fri, 2014-04-25 at 02:16 +1000, Chris Angelico wrote:
>> [snip]
>
> Did you really read Steve's blog?
Only the one linked-to article.
ChrisA
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.or
On Fri, Apr 25, 2014 at 11:31 PM, Joel Rees wrote:
>
> We can expect a fork in the kernel fairly soon, about as soon as certain
> leaders in the community are confident they can make the current main branch
> the meaningless one going forward.
I'm a user, not a kernel dev, and definitely not some
On Sat, Apr 26, 2014 at 1:21 AM, Ólafur Jens Sigurðsson
wrote:
> It would be nice to see a comparison of features without any kind of
> judgement of each merit or con.
>
> As soon as people start saying "this feature is better then that one"
> that's when the cat gets loose I think, no trolling ne
On Sat, Apr 26, 2014 at 3:30 AM, Brian wrote:
> Please, no! If you've read all of the posts to #727708
>
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727708
>
> carefully you'll find there is probably nothing original to say.
... and if I read all of the seven thousand posts there, I won
On Sat, Apr 26, 2014 at 1:53 PM, Joel Rees wrote:
> On Fri, Apr 25, 2014 at 10:59 PM, Chris Angelico wrote:
>> Please, can someone explain - without too much on the politics, if
>> that's possible - whether it's right for me to invest time into
>> learning system
On Sun, Apr 27, 2014 at 8:02 AM, Joe Pfeiffer wrote:
> I've never had a car stop dead due to the idle mixture going out of
> spec. When something has gone seriously enough wrong with one of my
> cars to stop it, the fact that it had a carburetor (as my daily driver,
> a '78 Chrysler Newport, does
On Tue, May 13, 2014 at 2:42 AM, Scott Ferguson
wrote:
> I fed a mouse to an intertube seer... could this be what Curt refers too?
>
> http://www.ngohq.com/news/19805-critical-design-flaw-found-in-wd-caviar-green-hdds.html
I don't know about eight seconds as a specific value, but the last
time I
ut that can't be mandated on everyone, or it's no better than
what Apple tries to do: use *our* hardware and *our* software in *our*
ways, or you're violating the TOS. Is that the freedom you want?
Chris Angelico
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with
On Mon, May 19, 2014 at 1:19 AM, Slavko wrote:
> The Samba doesn't allow to use of proprietary software. Samba only uses
> the SMB protocol (i can be wrong, but it is standardized), which Windows
> uses (as primary) too. But you can connect two Samba between themselves,
> then no Windows is needed
On Mon, May 19, 2014 at 1:26 AM, Slavko wrote:
> Dňa Sat, 17 May 2014 21:00:48 +0900 Joel Rees
> napísal:
>
>> What Mozilla is doing is providing a framework for keeping the
>> companies that want into your computer out, by providing them tools to
>> get only what the law allows them and no more.
f annoyance with no real significance, or a reason for
avoiding GNOME. (And more likely the former.)
Chris Angelico
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive:
https://lists.debian
must be said.
I hope that's true only of GTK+3. I have a GTK2 application which I
personally run under Xfce, and which I support on all Linux desktop
environments, plus Windows and Mac OS.
Chris Angelico
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive:
https://lists.debian.org/captjjmpmb5ysdgqgipysgm2kyso6bf6wg-lvouuuv+xoyy1...@mail.gmail.com
creative output that caused that software to
be (and a lot of licenses say "This is not sold, it is licensed", just
to be sure). Maybe you want to argue that holding a copy on physical
media entitles you to something; but the problem has never been with
the creation, but the sale.
Chris A
On Mon, May 19, 2014 at 8:08 PM, Richard Hector wrote:
> On 19/05/14 22:00, Chris Angelico wrote:
>> On Mon, May 19, 2014 at 7:24 PM, Richard Hector
>> wrote:
>>> > I wouldn't call real estate a form of intellectual property; it's very
>>> >
On Mon, May 19, 2014 at 10:30 PM, Jerry Stuckle wrote:
> In fact, in the United States, to copyright something you have to provide a
> copy of the material to the Copyright Office. So there is always at least
> one copy of something available.
Are you sure of that? I thought most jurisdictions'
On Mon, May 19, 2014 at 11:26 PM, The Wanderer wrote:
> On 05/19/2014 09:18 AM, Chris Angelico wrote:
>
>> On Mon, May 19, 2014 at 10:30 PM, Jerry Stuckle
>> wrote:
>>
>>> In fact, in the United States, to copyright something you have to
>>> provide a co
On Mon, May 19, 2014 at 11:52 PM, The Wanderer wrote:
> I was just thinking of a slightly more limited approach: decide that "if
> the work is covered by DRM, then unless a non-DRMed copy is on file with
> the central archive, anti-circumvention law does not apply".
In other words, the anti-circu
On Tue, May 20, 2014 at 12:51 AM, Brian wrote:
> (presumably quoting someone else's post)
>Per 6.3.2, I use my casting vote to choose D as the winner.
Sorry for the dumb question, but what does the section number refer
to? I feel I've missed some context here.
ChrisA
--
To UNSUBSCRIBE, em
On Tue, May 20, 2014 at 1:45 AM, Brian wrote:
> The section number:
>
>https://www.debian.org/devel/constitution
>
> The context and the mail I quoted from:
>
>https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727708
>
Thanks! That's what I was missing.
ChrisA
--
To UNSUBSCRIBE, email
On Wed, May 21, 2014 at 3:02 AM, Richard Hector wrote:
> On 20/05/14 23:50, Richard Owlett wrote:
>> I read the man pages for all the commands others referenced but didn't
>> come with any extrapolation to improve my skills at retrieving
>> information on my own.
>> Any suggestions?
>
> Experience
ame), but that's
content-free as well. Do we really need to hear how much, in floating
point, you hate DRM? Can't we just assume that part and move on?
Thanks.
Chris Angelico
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe&qu
On Wed, May 21, 2014 at 8:45 AM, Tom H wrote:
> I'm sad that sysvinit's future seems pretty bleak but that's life.
I'm not. There's so much boilerplate in sysvinit scripts, and I'm
quite happy to see them replaced with something a lot simpler. The
system of coded comments at the top of a shell sc
g Xfce, which is very similar to GNOME 2 (and
also happens to be fairly comfortable for someone coming from the OS/2
Presentation Manager). It's the default in Debian Jessie, so switching
now will mean you're on the same thing when Jessie becomes stable.
# apt-get install xfce4
Chris Ange
On Wed, May 21, 2014 at 4:57 PM, Muhammad Yousuf Khan wrote:
> thanks alot guyz, i am actually a server side guy using mostly terminal
> window. i am new to gnome and xfce.
> so my question is, are all the applications from gnome will be available in
> xfce, is it like a layer on the top of gnome
On Wed, May 21, 2014 at 6:00 PM, Muhammad Yousuf Khan wrote:
> do i have to uninstall gnome3 in order to work with xfce4 actually i wanted
> to run both by enabling one and disabiling other for testing puporse or to
> evaluate which one is better for me.
> btw i installed xfce4 and restarted the s
On Thu, May 22, 2014 at 1:16 AM, Horatio Leragon wrote:
> Does xfce come with a lot of bloated apps? I remember that gnome-core comes
> with plenty of bloated apps.
I don't know that it does. A default Debian Jessie install brings with
it a bunch of stuff like LibreOffice, but I don't think Xfce
On Fri, May 23, 2014 at 6:10 PM, Muhammad Yousuf Khan wrote:
> i some how installed a rar binary which is working in my old system now i
> can not back track how i installed it.i want that to install in my Debian
> wheezy desktop as i am receving many rar files. and unrar is not good enough
> for
On Fri, May 23, 2014 at 6:55 PM, Andrei POPESCU
wrote:
> On Vi, 23 mai 14, 13:10:36, Muhammad Yousuf Khan wrote:
>> i some how installed a rar binary which is working in my old system now i
>> can not back track how i installed it.i want that to install in my Debian
>> wheezy desktop as i am recev
On Fri, May 23, 2014 at 10:22 PM, Hudson Flavio Meneses Lacerda
wrote:
> Chris Angelico wrote:
>> On Fri, May 23, 2014 at 6:10 PM, Muhammad Yousuf Khan
>> wrote:
>>> i some how installed a rar binary which is working in my old system now i
>>> can not back tra
On Sat, May 24, 2014 at 6:42 AM, Joe Pfeiffer wrote:
> Tom Roche writes:
>
>> Lisi Reisz Fri, 23 May 2014 17:10:49 +0100
>>> "box" is a verb, so I found it confusing.
>>
>> You are indeed confused. As a native speaker of English, I can assure
>> you, 'box' is both noun and verb.
>> Also, having b
On Tue, May 27, 2014 at 1:18 AM, Ethan Rosenberg, PhD
wrote:
> Running Debian testing [Jessie] 64 bit system, and a POP3 email system.
>
I have to ask the obvious question: Why are you unable to use IMAP?
The normal way to share your mailstore between multiple clients would
be to leave everything
On Wed, May 28, 2014 at 5:47 AM, Joe Pfeiffer wrote:
> Well, I don't want to keep two separate files (that's what I'm trying to
> get away from). It seems like the overlay filesystem would be a bit
> cleaner if it can work, but symbolic links elsewhere would be my second
> choice.
>
As a variant
On Wed, May 28, 2014 at 8:13 AM, Joe wrote:
> This package is relatively recent, and when I needed to address this
> problem, I had just built a Linux-From-Scratch system, so I took their
> init script skeleton and made a pseudo-daemon, entering a set of
> iptables commands at boot. This is an alt
On Wed, May 28, 2014 at 3:21 PM, Kushal Kumaran
wrote:
> Chris Angelico writes:
>
>> On Wed, May 28, 2014 at 5:47 AM, Joe Pfeiffer wrote:
>>> Well, I don't want to keep two separate files (that's what I'm trying to
>>> get away from). It see
On Wed, May 28, 2014 at 9:03 PM, Joe wrote:
> The point here is that all modern hardware is capable of IPv6, and
> even if you aren't using it, malware writers may be. And by default, a
> Debian machine is wide open to IPv6, and some of its software is
> listening to it. Run a netstat to see which
On Wed, May 28, 2014 at 9:31 PM, Brad Rogers wrote:
> On Wed, 28 May 2014 21:25:23 +1000
> Chris Angelico wrote:
>
> Hello Chris,
>
>>still trying to convince his ISPs that IPv6 is worth supporting
>
> Hard, isn't it?
>
> Several (many?) ISPs in these pa
On Wed, May 28, 2014 at 9:36 PM, The Wanderer wrote:
> Stephen Allen said that Shotwell can do both, and Joe Zien said that
> Gwenview can as well. You might look at one of those.
Also: I just ran VLC on a directoryful of jpgs, and it happily played
me a slideshow with ten seconds per frame. Mixi
On Wed, May 28, 2014 at 10:22 PM, Andrei POPESCU
wrote:
> On Mi, 28 mai 14, 21:57:32, Chris Angelico wrote:
>> On Wed, May 28, 2014 at 9:36 PM, The Wanderer wrote:
>> > Stephen Allen said that Shotwell can do both, and Joe Zien said that
>> > Gwenview can as well. You
On Wed, May 28, 2014 at 10:45 PM, The Wanderer wrote:
> Hmm. The OP claimed that VLC didn't seem to do what he needs, which is
> one reason I didn't investigate it more closely; possibly he just didn't
> check out all the options closely enough?
Maybe. There are, as Mercury and Thespis put it, a
On Thu, May 29, 2014 at 4:20 PM, Oliver Zemann wrote:
> When i run the command as user amavis i get the same, old, error message:
> $ test -e /usr/sbin/amavisd-new-cronjob &&
> /usr/sbin/amavisd-new-cronjob sa-sync
> config: path "/var/lib/spamassassin/3.003002" is inaccessible:
> Permission deni
On Fri, May 30, 2014 at 2:54 AM, Steve Litt wrote:
> When I have an extremely RAM starved computer, I put Debian on it every
> time. CLI Network install works with almost no RAM, and granular
> choices of things to install guarantees I'll have a small system.
How RAM-starved can you put Debian on
On Fri, May 30, 2014 at 3:36 AM, Steve Litt wrote:
> On Fri, 30 May 2014 03:00:21 +1000
> Chris Angelico wrote:
>
>> On Fri, May 30, 2014 at 2:54 AM, Steve Litt
>> wrote:
>> > When I have an extremely RAM starved computer, I put Debian on it
>> > eve
On Fri, May 30, 2014 at 5:13 AM, Wim Bertels wrote:
> $ vlc some_dir_with_pictures
>
> doesnt work here:
> version:: VLC media player 2.0.8 Twoflower
I gave it /* at the end to have the shell expand the playlist,
although that's partly because I often want to be more specific
(and/or exclude subd
On Fri, May 30, 2014 at 8:32 AM, Steve Litt wrote:
> On Thu, 29 May 2014 14:31:03 -0500
> Dennis Wicks wrote:
>
>> Can't quite figure out how to do this.
>>
>> I'd like to be able to scan a Volume or directory and find
>> all directories that have only one item in them. Either
>> directory or fil
On Fri, May 30, 2014 at 3:38 PM, Marko Randjelovic wrote:
> On Thu, 29 May 2014 22:43:29 +0100
> Clive Standbridge wrote:
>
>> find temp |sed 's|[^/]*$||' |sort |uniq -u
>
> This doesn't work on this directory.
>
Can you try the Python script on that, please? File system encodings
can be a bit o
On Fri, May 30, 2014 at 7:04 PM, wrote:
> What I basically want to do, and I do not understand how they ( my
> programmer colleagues ) can happily live without that, is a server for
> source versionning, bug tracking, wikis, etc. This stuff does not need any
> virtual system or network, and is re
On Fri, May 30, 2014 at 8:51 PM, wrote:
>> Hoping to find something that you can do entirely under your own
>> control. :)
>
>
> You mean, be your own boss?
Heh, that's another way of interpreting that statement. But no, what I
meant was "some way you can get the test/dev systems you need withou
On Fri, May 30, 2014 at 9:20 PM, Marko Randjelovic wrote:
>> Can you try the Python script on that, please? File system encodings
>> can be a bit of a pain at times. If it doesn't work as "python", try
>> "python3", as the two are a bit different as regards Unicode.
>>
>> ChrisA
>>
>>
>
> No probl
On Sat, May 31, 2014 at 9:12 AM, Brian wrote:
> On Fri 30 May 2014 at 03:00:21 +1000, Chris Angelico wrote:
>
>> On Fri, May 30, 2014 at 2:54 AM, Steve Litt
>> wrote:
>> > When I have an extremely RAM starved computer, I put Debian on it every
>> > time. CLI
On Sun, Jun 1, 2014 at 12:27 AM, Andrei POPESCU
wrote:
> On Sb, 31 mai 14, 09:31:35, Chris Angelico wrote:
>>
>> No no, I was thinking more of <1GB as "starved". Even for rescaling
>> video on the fly (as often happens - the files come at whatever
>> resol
On Sun, Jun 1, 2014 at 1:00 AM, Bzzz wrote:
> On Sun, 1 Jun 2014 00:54:45 +1000
> Chris Angelico wrote:
>
>> It's S-Video driving a PAL TV, so it's 576 lines of... uhh... and
>> this is where I demonstrate utter lack of knowledge of TV specs,
>
> 720x576
On Sun, Jun 1, 2014 at 4:52 PM, lina wrote:
> I am looking for a package, which can act as a smart diary or journal to
> help me remember the records of small things, such as "obtain a licensed
> software, not installed yet", "uninstall the harden-client".
I just keep a text editor open all the t
On Tue, Jun 3, 2014 at 1:57 AM, Jerry Stuckle wrote:
> Once again you don't understand the difference between a single machine and
> multiple machines acting as a single server for load balancing and hot
> backups.
>
> And by my counting, e-, f-, i-, j- and l-root is five urls, not 19.
Can I ask
On Fri, Jun 6, 2014 at 1:37 PM, Bob Proulx wrote:
>>$ rm -v /tmp/testing/newjunk1.txt
>> rm: remove write-protected regular file ‘/tmp/testing/newjunk1.txt’? y
>> removed ‘/tmp/testing/newjunk1.txt’
>
> Sure. Because tst1 owns /tmp/testing.
Aside: This is just a courtesy on behalf of rm. It
On Sat, Jun 7, 2014 at 4:02 AM, Jerry Stuckle wrote:
> Oh, that's right. You were found to be a clueless troll there, also. And
> you were kicked out of them. So you had to find another place to troll.
>
Does this discussion really need to continue?
ChrisA
--
To UNSUBSCRIBE, email to debian
On Sun, Jun 8, 2014 at 12:11 PM, Richard Hector wrote:
> On 08/06/14 14:00, Jerry Stuckle wrote:
>> Richard, this was NOT my post. This is a fraud. See the headers.
>
> Acknowledged. It's sad - do we need to start signing all mailing list
> posts?
No, because anyone can put any name into the he
On Sun, Jun 8, 2014 at 12:23 PM, Jerry Stuckle wrote:
> You can also look at the headers and see where the posting comes from.
>
> I agree signing would help - but you're right, I don't know who many
> people's public keys are - either here or anywhere else.
Yeah, the From address is @outlook.com
On Mon, Jun 9, 2014 at 2:22 AM, Andrei POPESCU wrote:
> On Lu, 09 iun 14, 02:07:46, Andrew McGlashan wrote:
>> On 9/06/2014 1:56 AM, Andrei POPESCU wrote:
>> >
>> > https://wiki.debian.org/Keysigning/Offers#AU
>>
>> Okay, not many people listed; I thought there would be many more. I
>> don't know
On Mon, Jun 9, 2014 at 6:10 AM, Jerry Stuckle wrote:
>> But hopefully it won't ever come to the point of mattering. It really
>> is silly when people start trying to spoof other people's emails.
>>
>
> Chris,
>
> It's more than silly. In many countries (including the United States),
> it can be c
On Mon, Jun 9, 2014 at 8:25 AM, Jerry Stuckle wrote:
> And believe it or not, there still are people out there who
> don't know how to use a search engine effectively.
There are degrees of effectiveness. Even among members of my own
nuclear family (who are all reasonably adept with computers), I
On Mon, Jun 9, 2014 at 6:11 PM, Diogene Laerce wrote:
>> I just reinstalled Deby with the 7.5.0 DVD release and what was my surprise
>> to fall back on Gnome 2 look alike ? No more vertical desktops, no more
>> docks on the sides ??
>>
>> My details in system settings show Gnome 3.4.2, and either
On Mon, Jun 9, 2014 at 7:38 PM, wrote:
> except that each time I have read a reference to PA, it was to say that it
> does not work correctly, and often, removing it seemed to solve the problem?
PulseAudio does have its problems (I don't use it, because my sound
card is a bit weird; I uninstalle
On Mon, Jun 9, 2014 at 7:56 PM, Andrei POPESCU wrote:
> On Lu, 09 iun 14, 19:21:55, Chris Angelico wrote:
>>
>> Glad you have a solution! All my Debian 7 systems use Xfce instead of
>> GNOME, so I can't help you there. Debian Testing, aka Jessie, ships
>> with Xf
On Mon, Jun 9, 2014 at 10:00 PM, Tom H wrote:
> On Mon, Jun 9, 2014 at 5:21 AM, Chris Angelico wrote:
>>
>> Glad you have a solution! All my Debian 7 systems use Xfce instead of
>> GNOME, so I can't help you there. Debian Testing, aka Jessie, ships
>> with Xfce by
On Mon, Jun 9, 2014 at 11:51 PM, wrote:
> Which means ( roughly, I'm not a translator ):
> "So, the softwares which are using ALSA will send their output to
> PulseAudio, which will then use ALSA to access the real sound card."
> Really, it's fun. But honestly, I really try to keep my system as
>
On Mon, Jun 9, 2014 at 9:58 PM, Tom H wrote:
> On Mon, Jun 9, 2014 at 4:55 AM, Brian wrote:
>> On Mon 09 Jun 2014 at 01:23:43 -0400, Teresa e Junior wrote:
>>>
>>> $ cat /etc/hostname
>>> localhost
>>
>> I wouldn't use this in /etc/hostname. Contacting this machine from
>> elsewhwere on the netwo
On Tue, Jun 10, 2014 at 8:42 PM, Jerry Stuckle wrote:
>> Date: Mon, 9 Jun 2014 06:18:23 +1000
>> Subject: Re: GPG Keys. was Re: Should I install chkrootkit?
>> From: ros...@gmail.com
>> CC: debian-user@lists.debian.org
>> To: debian-user@lists.debian.org
>
>>
>> Hmm, I'm not absolutely sure th
On Tue, Jun 10, 2014 at 8:53 PM, Jerry Stuckle wrote:
>> Date: Tue, 10 Jun 2014 20:51:16 +1000
>
>> Subject: Re: GPG Keys. was Re: Should I install chkrootkit?
>> From: ros...@gmail.com
>> CC: debian-user@lists.debian.org
>> To: debian-user@lists.debian.org
>>
>> Do you really want to be known
On Tue, Jun 10, 2014 at 9:09 PM, Ralf Mardorf
wrote:
>
> On Tue, 2014-06-10 at 12:10 +0200, Finjan, Salam wrote:
>> Good day,
>> please delete my post from mailing list!
>>
>> E-Mail:salam.fin...@nds.aok.de
>> Thank you very much
>> Finjan
>
> You need to send similar requests to the admin and not
On Tue, Jun 10, 2014 at 9:11 PM, Jerry Stuckle wrote:
> On 6/10/2014 6:51 AM, Chris Angelico wrote:
>> On Tue, Jun 10, 2014 at 8:42 PM, Jerry Stuckle wrote:
>>>> Date: Mon, 9 Jun 2014 06:18:23 +1000
>>>> Subject: Re: GPG Keys. was Re: Should I install chkroo
On Tue, Jun 10, 2014 at 9:35 PM, The Wanderer wrote:
> Searching through current Debian packages now, the only one that looks
> at a second glance like it should be able to do this (aside from the
> ones which are specific to a different task, such as sending E-mail in
> response to the new file)
On Tue, Jun 10, 2014 at 9:42 PM, Chris Angelico wrote:
> (or python-inotifyx, but I haven't that one).
*haven't used that one
ChrisA
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.deb
On Fri, Jun 13, 2014 at 8:09 AM, B wrote:
> On Fri, 13 Jun 2014 00:56:17 +0300
> Andrei POPESCU wrote:
>
>> Seriously, you're looking for TeX/LaTeX/LyX/etc.
>
> All teachers I know use Latex to build their courses
> in a (very) nice way.
> The learning curve is a bit odd, but it is worth
> th
On Fri, Jun 13, 2014 at 9:46 AM, B wrote:
> There's also a word processor WYSIWYG spiting Latex
> (don't remember its name, though); but it is better
> to learn it manually because this way possibilities
> are endless.
I agree, but then, I also build my GUIs using code rather than WYSIWYG
ed
On Fri, Jun 13, 2014 at 4:03 PM, Bob Proulx wrote:
> Rick Thomas wrote:
>> Have you tried "rdate -np" ? It does the same thing (pretty much)
>> as your "ntpdate -qu"
>
> The big problem with ntpdate and rdate is that they step the clock.
> That is only appropriate at boot time.
But -q means not
On Fri, Jun 13, 2014 at 4:47 PM, Rick Thomas wrote:
> If you want to compare the local clock with a remote system's clock (often
> called "skew"), the best way I know is with "ntpdate -qu". The "offset" it
> mentions is the difference between your clock and the remote clock. Sadly,
> "rdate -n
On Sat, Jun 14, 2014 at 2:06 AM, Chris Bannister
wrote:
> Son: What's a word processor Dad?
> Dad: Well, you know what a food processor does to food, right?
> Son: Ah!, I understand. Thanks Dad.
Ah! That explains what happened on Ariel when Simon and River were to
be taken away for "processing".
On Mon, Jun 16, 2014 at 3:52 PM, Bret Busby wrote:
> The screen ends up grey, with the system hanged, resulting in (when
> that happens), an abortion shutdown - holding down the power switch
> for the 12 seconds (or whatever), which results in (amongst other
> things), on next bootup, fsck-ing of
1 - 100 of 107 matches
Mail list logo