not working, both variables do not exist and the echo "OK" do not trigger.
not working, both variables do not exist and the echo "OK" do not trigger.
Thank you all for your input’s !
As I’m not familiar enough with BGP, AS etc…
I think I’ll go for the list generated by
https://github.com/lord-alfred/ipranges
https://github.com/sakib-m/IP-Prefix-List
To start with.
Then I’ll see if it’s possible to gather those IP ranges without relying on third party services…
but that seem unfeasible without be connect to a Internet Exchange Point (IXP) right ?
Thank you @[email protected] Are you sure your link is correct ? I get
This page does not seem to exist…
Thank you all for your input’s ! \
So I have created a table , that I’ll put in my first post.
Feel free to post update like
|brand|model|Price €|GPIO pair|CP|Lan Ports|idle watt|Surface area cm²|Storage ports| WiFi / BT|url|
|Raspberry Pi|Pi 5 B (4GB)|52|12|Quad-core Cortex-A72 (ARM v8) 64-bit SoC @ 1.5GHz.|1x 1GbE|3|47|SD|||
or even without the row header
Thanks @[email protected]
Yes, Nice distro, but unfortunately their RPI respin use systemD 👎
https://forum.mxlinux.org/viewtopic.php?t=85188


Thank you @[email protected]
Let me re phrase your answer:
… should be available in your distro repository…
indeed I’ve downloaded a couples of thing but nothing had what I was needed, but with the information within those packages I’ve found https://mailfud.org/geoip-legacy and it works like a charms


I don’t see python on your image :)
setfacl -m m:r aFile
#re set the mask
solve the problem, but the question is: why the F**** this is happening !?
Update, this is only happening when I copy files from a ~SMB share… :'(
Otherwise it’s correct…
Proxmox seem powerfull
It’s a Type1, not Type2
https://en.wikipedia.org/wiki/Hypervisor#Classification


Thank you all !
Indeed setting execute perm on example, sub1, sub2, static
The program/user have now access to the directory.
In order words all the parents directory need at least execute in order to have access in the targeted directory…
Now I gave 751 for static. Meaning than others (here nginx) cannot list the files within. But never the less it works
the static files are appearing when requested (HTTP) but forbidding nginx to list the directory is changing something ? (performance/security)
Thanks


Thank you all for your quick reactions !!
To summarize if I want to use the PDF built-in signing I will need to convert my OpenPGP into a X.509 cert otherwise I can simply use the OpenPGP file signing
I want to stick to the UNIX Philosophy especially:
Write programs that do one thing and do it well.
So I will use the OpenPGP signing tool :)
Thanks !


Has I found nothing, I’ve write a piece of code in Python 🐍 ! and compile it for Windows…


Thank you @[email protected] Seem great, I’ll keep it for later :)
But not for what I need now, as
Mutt is a small but very powerful text-based mail client for Unix operating systems
and it’s a “full” client, I need just the SMTP functionality.


yes, it’s been years that I’m using CMD and as I’m planning get rid of windows there is no point for me to learn it.
see my comment in the original post ( https://programming.dev/post/6111023) for more info on the suspected bug.
Thank you all for yours input
What finally did work
if [[ -z VARIABLE1 && -z VARIABLE2 ]]; then echo "OK" fiIf only Linux was using Python syntax that would be so much more intuitive…