Re: Limiting ssh access: by MAC Address?

2023-01-03 Thread john doe

On 1/3/23 23:06, Tom Browder wrote:

Is it possible to use UFW to limit ssh access to a server by an external
host by its MAC address?

I now have a permanent IPv4 address for my home IP router and would like to
access my home server from my laptop when away from home, but allow no
other external access. Is that possible?




This is in addition to the other answers.

If you have a server which is publicly  available, you can only
"restrict" by IP, rate limiting, port nocking and having your server
properly secured and isolated.

--
John Doe



documentation optimisation économie d'énergie

2023-01-03 Thread Olivier backup my spare

Bonjour

Je vais bientôt recevoir mon ordinateur portable Tuxedo computer
J'al clé usb Debian pour l'installation. Ca, pas de problème.
Toutefois, hormis les réglages de "Mate", je ne sais pas configurer 
l'économie d'énergie avancé.
Auriez vous un lien à partager, svp, pour la debian 11. J'ai demandé à 
duck-duck mais ce sont sur des anciennes versions. Je n'ai pas envie de 
casser la fresh install lorsque j'aurais mon portable personnel.


--
AI Gestionnaire d'infrastructure/ Gestionnaire de Parc.
Centre d'économie S**
Monero (XMR) - The secure, private, untraceable cryptocurrency
that keeps your money confidential.
Grassroots. Open source. Dedicated to privacy & freedom.
Monero || #xmrBEGIN:VCARD
VERSION:4.0
N:P.;Olivier;;;
NICKNAME:Backup my Spare
EMAIL;PREF=1:backup.my.sp...@gmail.com
URL:https://Deployadmin.com
TZ:Europe/Paris
FN:Olivier P.
ADR:;;;Rambouillet;;78120;France
END:VCARD


smime.p7s
Description: Signature cryptographique S/MIME


Peut ton faire du raid 10 logiciel?

2023-01-03 Thread Olivier backup my spare

Bonjour

J'ai récupéré le PC de ma mère.
J'ai mis une carte RAID chinoise (raid O, 1, 5, 10)
Problème. 2 disk 2 To et 2 disque 4 To
J'ai fait une grappe 2 to et une grappe 4 To en raid 0
Là, la carte refuse de faire du raid 10

Puis je le faire avec la debian. Je n'ai jamais fait de raid logiciel 
sous linux, alors je demande.




--
AI Gestionnaire d'infrastructure/ Gestionnaire de Parc.
Centre d'économie S**
Monero (XMR) - The secure, private, untraceable cryptocurrency
that keeps your money confidential.
Grassroots. Open source. Dedicated to privacy & freedom.
Monero || #xmrBEGIN:VCARD
VERSION:4.0
N:P.;Olivier;;;
NICKNAME:Backup my Spare
EMAIL;PREF=1:backup.my.sp...@gmail.com
URL:https://Deployadmin.com
TZ:Europe/Paris
FN:Olivier P.
ADR:;;;Rambouillet;;78120;France
END:VCARD


smime.p7s
Description: Signature cryptographique S/MIME


VLC not ejecting CD/DVDs

2023-01-03 Thread Charles Curley
VLC is not ejecting CD/DVDs when I run it as my regular user, charles.
I get the error message "qt interface error: could not eject /dev/sr0".
I have not tried it as root. eject, however, does work when run by the
same user.

root@jhegaala:/dev# ll cdrom cdrw sr0
lrwxrwxrwx  1 root root  3 Jan  3 20:26 cdrom -> sr0
lrwxrwxrwx  1 root root  3 Jan  3 20:26 cdrw -> sr0
brw-rw+ 1 root cdrom 11, 0 Jan  3 20:26 sr0
root@jhegaala:/dev# grep cdrom /etc/group
cdrom:x:24:charles
root@jhegaala:/dev# 

If I read the source for VLC correctly, VLC uses a SCSI ioctl to attempt to 
eject. 
https://github.com/videolan/vlc/blob/master/modules/gui/eject.c

However, the man page for eject says,

There are four different methods of ejecting, depending on whether
the device is a CD-ROM, SCSI device, removable floppy, or tape.
By default eject tries all four methods in order until it succeeds.

One of those four methods is via SCSI. When I specify that method,
eject ejects the CD/DVD.

charles@jhegaala:~$ eject -s /dev/sr0 
charles@jhegaala:~$ echo $?
0
charles@jhegaala:~$ 

Any thoughts?

-- 
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/



Re: Limiting ssh access: by MAC Address?

2023-01-03 Thread David Christensen

On 1/3/23 14:06, Tom Browder wrote:

Is it possible to use UFW to limit ssh access to a server by an external
host by its MAC address?

I now have a permanent IPv4 address for my home IP router and would like to
access my home server from my laptop when away from home, but allow no
other external access. Is that possible?

Thanks.

-Tom



I do remote SSH access.  "SSH Mastery" by Lucas was very helpful:

https://mwl.io/nonfiction/tools#ssh


David



Re: request a replacement for Thunderbird + Enigmail

2023-01-03 Thread DdB
Am 03.01.2023 um 15:04 schrieb Jeffrey Walton:> Claws email with the GPG
plugin is popular. It may be a good fit for you, too.
>
> https://www.claws-mail.org/plugin.php?plugin=gpg
>
> Jeff

Thank you so much. I am going to check it out, test it and possibly
prepare the transition if all goes well. (Not a short term adventure,
but i do have the time ...)

Have a happy year 2023!
DdB




Re: Limiting ssh access: by MAC Address?

2023-01-03 Thread Joe
On Tue, 3 Jan 2023 17:30:48 -0500
Dan Ritter  wrote:

> Tom Browder wrote: 
> > Is it possible to use UFW to limit ssh access to a server by an
> > external host by its MAC address?
> > 
> > I now have a permanent IPv4 address for my home IP router and would
> > like to access my home server from my laptop when away from home,
> > but allow no other external access. Is that possible?  
> 
> Not via MAC address, no. MAC addresses are only visible inside a
> local area network, and disappear when routing happens to a new
> network.
> 
> You should use an SSH public/private key, that you have tested
> before you leave, and you should use something like this in your
> sshd config:
> 
> allow_users tomb
> 
> which will narrow the range of acceptable users (before any
> other user auth happens) to just people who know your username.
> 
>
Just a slight bit of obvious polish on that: set up a user name
specifically for this, with no link at all to your real name, email
name etc. Use something like a password if you like, (near) random
letters. Also use a long passphrase for the private key, mine is
around thirty characters.

You can also use an unusual port, with either the server accepting ssh
on that port, or the router translating it to 22 when forwarding.
Before anyone puts finger to keyboard, this improves security only
microscopically (though I've only ever been portscanned once in 25
years, I think ISPs frown on it) but it does keep the logs clean, no
small advantage.

-- 
Joe



Re: Limiting ssh access: by MAC Address?

2023-01-03 Thread Tim Woodall

On Tue, 3 Jan 2023, Dan Ritter wrote:


Tom Browder wrote:

Is it possible to use UFW to limit ssh access to a server by an external
host by its MAC address?

I now have a permanent IPv4 address for my home IP router and would like to
access my home server from my laptop when away from home, but allow no
other external access. Is that possible?


Not via MAC address, no. MAC addresses are only visible inside a
local area network, and disappear when routing happens to a new
network.

You should use an SSH public/private key, that you have tested
before you leave, and you should use something like this in your
sshd config:

allow_users tomb

which will narrow the range of acceptable users (before any
other user auth happens) to just people who know your username.



This! And further you can set:

cat /etc/ssh/sshd_config.d/no_password.conf
PasswordAuthentication no

and you'll be completely safe from password guessing attacks too.

(you can edit sshd_config rather than snippits in sshd_config.d)

I have keys on multiple devices - I use juiceSSH mostly but also
connectbot on android devices.

Just make sure your keys are labelled in authorized_keys sensibly. If
you lose a device you want to know which key to remove if there are
lots.




Re: Limiting ssh access: by MAC Address?

2023-01-03 Thread Jeffrey Walton
On Tue, Jan 3, 2023 at 5:07 PM Tom Browder  wrote:
>
> Is it possible to use UFW to limit ssh access to a server by an external host 
> by its MAC address?
>
> I now have a permanent IPv4 address for my home IP router and would like to 
> access my home server from my laptop when away from home, but allow no other 
> external access. Is that possible?

No, not by filtering MAC or IP addresses since your laptop will be on
a different network. The MAC address you see will most likely be that
of your router. If it's not the router, then it's your firewall placed
behind the router.

If you want strong authentication assurances, then setup
PublicKey-only authentication. I run it on nearly all my machines, and
use it locally and remotely.

Here's what you need. Notice the conf files are placed in sshd/, and
not ssh/. sshd/ is the local server config, and ssh/ is the client
software config.

$ cat /etc/ssh/sshd_config.d/10-pubkey_auth.conf
# Enable public key
PubkeyAuthentication yes
# Disable passwords
PasswordAuthentication no
ChallengeResponseAuthentication no
KerberosAuthentication no
KerberosOrLocalPasswd no
GSSAPIAuthentication no
UsePAM no

$ cat /etc/ssh/sshd_config.d/20-no_root_login.conf
PermitRootLogin no

If you want to stop unlimited [failed] authentication attempts, then
checkout tools like fail2ban.

Jeff



Re: Limiting ssh access: by MAC Address?

2023-01-03 Thread Dan Ritter
Tom Browder wrote: 
> Is it possible to use UFW to limit ssh access to a server by an external
> host by its MAC address?
> 
> I now have a permanent IPv4 address for my home IP router and would like to
> access my home server from my laptop when away from home, but allow no
> other external access. Is that possible?

Not via MAC address, no. MAC addresses are only visible inside a
local area network, and disappear when routing happens to a new
network.

You should use an SSH public/private key, that you have tested
before you leave, and you should use something like this in your
sshd config:

allow_users tomb

which will narrow the range of acceptable users (before any
other user auth happens) to just people who know your username.

-dsr-



Re: Limiting ssh access: by MAC Address?

2023-01-03 Thread Nicolas George
Tom Browder (12023-01-03):
> Is it possible to use UFW to limit ssh access to a server by an external
> host by its MAC address?
> 
> I now have a permanent IPv4 address for my home IP router and would like to
> access my home server from my laptop when away from home, but allow no
> other external access. Is that possible?

It is easy to limit the MAC <-> IP address mapping, no need for a
firewall, ip neigh is enough. Then it is easy to limit SSH to a certain
IP address.

Of course, it only works if the host is on the same local network.

And of course, it is absolutely not an efficient security measure.

Regards,

-- 
  Nicolas George


signature.asc
Description: PGP signature


Re: Limiting ssh access: by MAC Address?

2023-01-03 Thread Greg Wooledge
On Tue, Jan 03, 2023 at 05:06:30PM -0500, Tom Browder wrote:
> Is it possible to use UFW to limit ssh access to a server by an external
> host by its MAC address?

"External" meaning not on your Local Area Network?  In that case, no.
The MAC address of a host that's not on your LAN is not visible.  It's
not contained within the packets you receive.

You only see the MAC address of your router, specifically of the
interface that sits on your LAN.  Not of the hosts beyond the router.



Limiting ssh access: by MAC Address?

2023-01-03 Thread Tom Browder
Is it possible to use UFW to limit ssh access to a server by an external
host by its MAC address?

I now have a permanent IPv4 address for my home IP router and would like to
access my home server from my laptop when away from home, but allow no
other external access. Is that possible?

Thanks.

-Tom


Debian release criteria.

2023-01-03 Thread peter
Hi,

A few years ago a USB camera worked with Cheese, a bridge interface 
worked as documented and Firefox was fairly stable.

Now Cheese cashes immediately upon startup.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562765

QEMU documents a bridge for connecting the guest, 
https://wiki.qemu.org/Documentation/Networking But creation of a 
but creation of a bridge interface fails in Debian 11.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993716

Firefox has become slow and crashes frequently.

Not long ago the release criterion was "release when ready".  
What's become of that?

Thanks,  ... P.


mobile: +1 778 951 5147
  VoIP: +1 604 670 0140
https://en.wikibooks.org/wiki/User:PeterEasthope



Re: request a replacement for Thunderbird + Enigmail

2023-01-03 Thread Charles Curley
On Tue, 3 Jan 2023 09:04:12 -0500
Jeffrey Walton  wrote:

> Claws email with the GPG plugin is popular. It may be a good fit for
> you, too.
> 
> https://www.claws-mail.org/plugin.php?plugin=gpg

Concur. You didn't indicate whether you use mbox or maildir format (or
something else). Claws-mail will likely be able to read your existing
emails with no issues.

-- 
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/



Re: request a replacement for Thunderbird + Enigmail

2023-01-03 Thread Michel Verdier
Le 3 janvier 2023 DdB a écrit :

> How are YOU dealing with encryption, with multiple providers, with
> addresses created on-the-fly, with a huge email history, and so on?

I use Gnus (on emacs). I fetch mails with pop3s from different providers,
send mails to corresponding smtp servers based on sending address (could
be different criteria). I use nnml backend which store 1 mail per file,
so no big database, best perf, easy backup and no mail losses. Gnus use
standard gpg for encryption. I use swish for indexing and searching mails.



Re: [OT] The DIY D-Day A movement taking on the likes of Apple is winning a major battle for consumers.

2023-01-03 Thread Jude DaShiell
Independent repairs especially on Apple products are likely to end up
being more expensive than using Apple repair since repair of iphones is a
dangerous occupation even for Apple employees who are trained to do those
repairs.  Give it a little time and I expect in Apple's case in particular
this is what will happen.



Jude  "There are four boxes to be used in
defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)

.



Re: [HS] disclaimer [Was: Re: 16, 32 ou 64 Go de RAM]

2023-01-03 Thread ajh-valmer
On Tuesday 03 January 2023 16:33:43 ptilou wrote:
> Le mardi 3 janvier 2023 à 10:30:03 UTC+1, Assistance informatique du CES a 
> écrit :
> > Bonjour à tous,  meilleurs voeux 2023 : 
Merci, de même.

> Je parle comme je parle d’habitude et je suis navré que j’ai pu heurté, moi 
> il me semble qu’il
> faut être soucieux de la planete et ne pas acheter plus qu’i. N’en faut, 
> parce que pour faire 
> des composants électronique du types semi-conducteurs la consommation d’eau 
> est astronautiques… :

Et oui, l'eau vient de la planète Mars via la Russie.

> Donc il m’a semblé que quelqu’un qui se dit avoir un poste informatique est 
> un fake, je m’excuse
> (Dieudonne), je dis se que je pense …. 
> J’ai vue qu’avec un ssd on peut faire de la swap, sinon ! :

Ça alors, moi qui ait rajouté un bon vieux DD IDE pour ça !

> Dans le livre de BSD Unix toolbox, il me semble qu’ils sont à renater, donc 
> peuvent être
> d’expliquer la swap dynamique ? 
> Je suis au pays de Torvald, dit donc on se cailles les miches … Ptilou

Alors aller à Vladivostok (Владивосток), c'est moins froid et à la mode.



Re: [OT] The DIY D-Day A movement taking on the likes of Apple is winninga major battle for consumers.

2023-01-03 Thread gene heskett

On 1/3/23 13:32, Jeffrey Walton wrote:

A good article on the Right to Repair in the US in general, and New
York in particular. For New Yorkers, the state has a comprehensive law
going into effect on July 1, 2023. New Yorkers will have reasonable
priced access to tools, parts, and manuals required to fix their
devices.

https://nymag.com/intelligencer/2022/12/the-right-to-repair-movements-biggest-battle.html?utm_source=pocket-newtab

.
And one more time John Deere bought their way into a monopoly. One thing 
that's already very hard to find in NYS because the farmers won't buy it 
is John Deere green. Basically NYS is Farmall Red.
J.D. Rider Lawn mowers by non-farmers are even getting rare, their parts 
and repair attitude is life threatening, for John Deere that is.


I bought a used JD rider because it was super cheap. Ran it into a split 
rail fence and broke a horn off the frame that held one side of the 
hood, something any blacksmith could make in 10 minutes max, but locally 
no blacksmiths, so I hauled myself 40 miles south to a dealer to order 
it. A foot of bent 1/2" iron rod cost me over $100 at the counter.  Then 
the tranny froze in 2nd gear, and I can't cut my place w/o a reverse. It 
went to the junk yard after I salvaged the wheels and tires. Bought a 
20yo Craftsman & ran it a decade till its tranny froze. Replaced with a 
new Husky with fluid drive.


Sweet. Only reason I look back is to see if a meat eater is gaining on me.

Happy New Year everybody.

Cheers, Gene Heskett.
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page 



Re: [OT] The DIY D-Day A movement taking on the likes of Apple is winning a major battle for consumers.

2023-01-03 Thread paulf
On Tue, 3 Jan 2023 13:31:46 -0500
Jeffrey Walton  wrote:

> A good article on the Right to Repair in the US in general, and New
> York in particular. For New Yorkers, the state has a comprehensive law
> going into effect on July 1, 2023. New Yorkers will have reasonable
> priced access to tools, parts, and manuals required to fix their
> devices.
> 
> https://nymag.com/intelligencer/2022/12/the-right-to-repair-movements-biggest-battle.html?utm_source=pocket-newtab
> 

Haven't read the article, but the NY governor inserted a clause into
the bill at the last minute which more or less devalues the whole bill.
See Louis Rossman's channel on Youtube. He's tracked this issue all the
way through. See https://www.youtube.com/watch?v=7xGBB-717AI=486s .

Paul

-- 
Paul M. Foster
Personal Blog: http://noferblatz.com
Company Site: http://quillandmouse.com
Software Projects: https://gitlab.com/paulmfoster



[OT] The DIY D-Day A movement taking on the likes of Apple is winning a major battle for consumers.

2023-01-03 Thread Jeffrey Walton
A good article on the Right to Repair in the US in general, and New
York in particular. For New Yorkers, the state has a comprehensive law
going into effect on July 1, 2023. New Yorkers will have reasonable
priced access to tools, parts, and manuals required to fix their
devices.

https://nymag.com/intelligencer/2022/12/the-right-to-repair-movements-biggest-battle.html?utm_source=pocket-newtab



Re: Network bridge usage.

2023-01-03 Thread peter
Hello again,

From: pe...@easthope.ca
Date: Sun, 01 Jan 2023 11:31:38 -0800
> (2) Why is the second inet6 address omitted from the current result?

br0 isn't created properly.  Appears to be this problem, not yet 
resolved.  =8~/

From: Santiago Garcia Mantinan 
To: 993...@bugs.debian.org
Subject: I think this should be fixed on ifupdown
Date: Thu, 6 Oct 2022 23:14:19 +0200

> We can jsut sugest to set dad-attempts to 0 ...

https://techhub.hpe.com/eginfolib/networking/docs/switches/WB/16-01/5200-0135_wb_2920_ipv6/content/ch01s11.html
suggests,
ipv6 nd dad-attempts 0

Where?  Where does it belong?

Thx,   ... P.


mobile: +1 778 951 5147
  VoIP: +1 604 670 0140
https://en.wikibooks.org/wiki/User:PeterEasthope



Re: request a replacement for Thunderbird + Enigmail

2023-01-03 Thread ghe2001
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256


--- Original Message ---
On Tuesday, January 3rd, 2023 at 12:46 AM, DdB 
 wrote:

> How are YOU dealing with encryption, with multiple providers, with
> addresses created on-the-fly, with a huge email history, and so on?

Protonmail with its bridge (to TB or equivalent) might do for you.

--
Glenn English

-BEGIN PGP SIGNATURE-
Version: ProtonMail

wsBzBAEBCAAnBQJjtFQ/CRCf14YxgqyMMhYhBCyicw9CUnAlY0ANl5/XhjGC
rIwyAAB2nggAynqMSsq7KMtDFj0dlWAQNMJ0eMnbHpK9kQUWw45nwxW53vU5
KZp/pimz3UEnqSUFaGENWqZPC/sT/Nx1c6kcjCqMAzP7/BsARZnsYlARuAr4
IY9Np6kcjremhSkvNZHVBVxFFm65z95Fq5juW8DDw2wXWC+2q0BhCrQgg2E+
E1NqB6b06dAscv0ItRo7iidcX4VTc1otICnlGU7T/TajIU7Kk5tFofX8uzPU
uLemHWdmcnF8f3G6Q20DUrTcSFuq7JJg+p13FFaIFW/VbgVN9tGz6b0UMEzF
+hnmgYHNTezMo1FBm4XNYl/pJPJnNpPDanRMleAAw6XER5L5ub9QaA==
=Vzpv
-END PGP SIGNATURE-



Re: [HS] disclaimer [Was: Re: 16, 32 ou 64 Go de RAM]

2023-01-03 Thread ptilou
Le mardi 3 janvier 2023 à 10:30:03 UTC+1, Assistance informatique du CES a 
écrit :
> Bonjour à tous, 
> 
> meilleurs voeux 2023. 
> 
> 
> Des collègues d'autres unités nous ont indiqué ce fil de discussion 
> et à sa lecture, il nous semble nécessaire de faire la déclaration 
> ci-dessous, 
> en marge de l'aspect technique initial. 
> 
> Nous sommes actuellement 2 informaticiens en poste 
> au Centre d'Economie de la Sorbonne situé dans le batiment de la MSE à Paris 
> 13ème: 
> Rachad Abidi 
> Olivier Lifshitz 
> 
> Aucun de nous 2 n'a jamais posté sur la liste debian-user-french 
> depuis le pseudo 
> Olivier Back my spare  . 
> 
> Ceci maintenant précisé, 
> nous retournons à notre travail 
> et vous souhaitons à tous une bonne continuation. 
> 
> 
> Cordialement, 
> Le service informatique du CES

Merci et bonne année à tous !

Je parle comme je parle d’habitude et je suis navré que j’ai pu heurté, moi il 
me semble qu’il faut être soucieux de la planete et ne pas acheter plus qu’i. 
N’en faut, parce que pour faire des composants électronique du types 
semi-conducteurs la consommation d’eau est astronautiques …

Donc il m’a semblé que quelqu’un qui se dit avoir un poste informatique est un 
fake, je m’excuse (Dieudonne), je dis se que je pense ….

J’ai vue qu’avec un ssd on peut faire de la swap, sinon !
Dans le livre de BSD Unix toolbox, il me semble qu’ils sont à renater, donc 
peuvent être d’expliquer la swap dynamique ?

Je suis au pays de Torvald, dit donc on se cailles les miches …

— 
Ptilou 



Re: request a replacement for Thunderbird + Enigmail

2023-01-03 Thread Jeffrey Walton
On Tue, Jan 3, 2023 at 2:47 AM DdB
 wrote:
>
> i feel the time has come to find a more up-to-date replacement for my
> email-solution, but ...
>
> Up til now, i am using Thunderbird (52.9.1 (64-Bit) + Enigmail +
> ToneQuilla + Virtual Identity and more ...) on stretch from inside a
> Virtualbox-VM.
>
> That allowed to correspond seamlessly with GPG users on more than 20
> addresses (from 6 different providers), while i was acoustically
> notified about the different levels of relevance of those mails, since
> 20+ years. (makes a huge database)
>
> While keeping this stuff alive for an extended period of time, i have
> been able to prevent the necessity to enter any passphrase manually, to
> decrypt/encrypt automatically, and many more convenient solutions to
> ease my life.
>
> Of course, i knew, that this could come to an end, but i have not found
> a valid replacement yet. The current Thunderbird fails big time at
> solving the GPG part, even worse: They (Mozilla/NSA/???) want to have
> control over private keys in their own keystore, built by people
> obviously not skilled enough to create a(ny) secure piece of software.
> That is why i refused to embark on the path of replacing the isolated,
> but integrated solution Enigmail with something less trustworthy, less
> flexible, and less stable.
>
> But i feel, i will have to start building up an alternative, could not
> yet make up my mind.
>
> That is why i am asking for your communities experience and recommendations.
>
> How are YOU dealing with encryption, with multiple providers, with
> addresses created on-the-fly, with a huge email history, and so on?
>
> Really interested to find a solution, that can last for many years to come.

Claws email with the GPG plugin is popular. It may be a good fit for you, too.

https://www.claws-mail.org/plugin.php?plugin=gpg

Jeff



recherche generateur de code source C aléatoire (mais terminant)

2023-01-03 Thread Basile Starynkevitch

Bonjour la liste,


Je cherche un générateur de code C plus ou moins aléatoire (compilable 
sur Debian), mais qui termine.



Pour ma part, je suis en train d'améliorer mon 
https://github.com/bstarynk/misc-basile/blob/master/manydl.c



Il y a plusieurs utilités à de tels code générés:


exercer un analyseur de code comme https://frama-c.com/

mesurer le temps de compilation  par GCC (et en déduire des lois 
empiriques: le temps de compilation par gcc -O2 -g semble quadratique en 
la taille de la fonction C générée)



Crdialement

--
Basile Starynkevitch  
(only mine opinions / les opinions sont miennes uniquement)
92340 Bourg-la-Reine, France
web page: starynkevitch.net/Basile/



Malveillance et doxing- Article 223-1-1 du Code pénal [Was: Re: 16, 32 ou 64 Go de RAM]

2023-01-03 Thread Olivier backup my spare

Bonjour

Je vous rappelle que le doxing est interdit .

Merci à ptilou@gmail pour sa malveillance.
Plainte est déposé contre X et tous les participants à ce doxing.



Le 03/01/2023 à 09:59, Assistance informatique du CES a écrit :

Bonjour à tous,

meilleurs voeux 2023.


Des collègues d'autres unités nous ont indiqué ce fil de discussion
et à sa lecture, il nous semble nécessaire de faire la déclaration 
ci-dessous,

en marge de l'aspect technique initial.

Nous sommes actuellement 2 informaticiens en poste
au Centre d'Economie de la Sorbonne situé dans le batiment de la MSE à 
Paris 13ème:

Rachad Abidi
Olivier Lifshitz

Aucun de nous 2 n'a jamais posté sur la liste debian-user-french
depuis le pseudo
Olivier Back my spare  .

Ceci maintenant précisé,
nous retournons à notre travail
et vous souhaitons à tous une bonne continuation.


Cordialement,
Le service informatique du CES



--
AI Gestionnaire d'infrastructure/ Gestionnaire de Parc.
Centre d'économie S**
Monero (XMR) - The secure, private, untraceable cryptocurrency
that keeps your money confidential.
Grassroots. Open source. Dedicated to privacy & freedom.
Monero || #xmrBEGIN:VCARD
VERSION:4.0
N:P.;Olivier;;;
NICKNAME:Backup my Spare
EMAIL;PREF=1:backup.my.sp...@gmail.com
URL:https://Deployadmin.com
TZ:Europe/Paris
END:VCARD


smime.p7s
Description: Signature cryptographique S/MIME


Re: [HS] disclaimer [Was: Re: 16, 32 ou 64 Go de RAM]

2023-01-03 Thread Olivier backup my spare

Vous devriez demandé à la secrétaire générale dont je ne citerai pas le
nom quel est l'autre Olivier qui fait toujours partie du CES.

Faire des affirmations sans les avoir vérifier, ce n'est pro.
Je me rends compte que c'est le CDD qui a répondu et non le permanent 
(monsieur télétravail 5/7j).
Nommer les gens du service informatique n'est pas autorisé sauf 
autorisation du DU. Et on est CNRS, là, pas chez Addecco


Le 03/01/2023 à 09:59, Assistance informatique du CES a écrit :

Bonjour à tous,

meilleurs voeux 2023.


Des collègues d'autres unités nous ont indiqué ce fil de discussion
et à sa lecture, il nous semble nécessaire de faire la déclaration 
ci-dessous,

en marge de l'aspect technique initial.

Nous sommes actuellement 2 informaticiens en poste
au Centre d'Economie de la Sorbonne situé dans le batiment de la MSE à 
Paris 13ème:

Rachad Abidi
Olivier Lifshitz

Aucun de nous 2 n'a jamais posté sur la liste debian-user-french
depuis le pseudo
Olivier Back my spare  .

Ceci maintenant précisé,
nous retournons à notre travail
et vous souhaitons à tous une bonne continuation.


Cordialement,
Le service informatique du CES



--
AI Gestionnaire d'infrastructure/ Gestionnaire de Parc.
Centre d'économie S**
Monero (XMR) - The secure, private, untraceable cryptocurrency
that keeps your money confidential.
Grassroots. Open source. Dedicated to privacy & freedom.
Monero || #xmr


smime.p7s
Description: Signature cryptographique S/MIME


[HS] disclaimer [Was: Re: 16, 32 ou 64 Go de RAM]

2023-01-03 Thread Assistance informatique du CES

Bonjour à tous,

meilleurs voeux 2023.


Des collègues d'autres unités nous ont indiqué ce fil de discussion
et à sa lecture, il nous semble nécessaire de faire la déclaration ci-dessous,
en marge de l'aspect technique initial.

Nous sommes actuellement 2 informaticiens en poste
au Centre d'Economie de la Sorbonne situé dans le batiment de la MSE à Paris 
13ème:
Rachad Abidi
Olivier Lifshitz

Aucun de nous 2 n'a jamais posté sur la liste debian-user-french
depuis le pseudo
Olivier Back my spare  .

Ceci maintenant précisé,
nous retournons à notre travail
et vous souhaitons à tous une bonne continuation.


Cordialement,
Le service informatique du CES