Benjamin_Loison commented on issue Benjamin_Loison/linux#42 2024-11-08 01:27:40 +01:00
List files a user can see names of and contents
chmod o-rx -R .

seems to meet my needs.

Benjamin_Loison commented on issue Benjamin_Loison/linux#42 2024-11-08 01:25:55 +01:00
List files a user can see names of and contents

DuckDuckGo search Linux chmod remove permissions.

Benjamin_Loison commented on issue Benjamin_Loison/linux#42 2024-11-08 01:23:41 +01:00
List files a user can see names of and contents
ls /var/log/
Output:
alternatives.log        apt                    cron.log.4.gz    dpkg.log.7.gz   letsencrypt    syslog         xrdp.log.1.gz…
Benjamin_Loison commented on issue Benjamin_Loison/linux#42 2024-11-08 01:21:11 +01:00
List files a user can see names of and contents
tree /var/spool/cron/
Output:
/var/spool/cron/
├── atjobs  [error opening dir]
├── atspool  [error opening dir]
└──…
Benjamin_Loison commented on issue Benjamin_Loison/linux#42 2024-11-08 01:20:22 +01:00
List files a user can see names of and contents
tree /var/www/
<details>
<summary>Output:</summary>

/var/www/ [error opening dir]

0 directories, 1 file

</details>
Benjamin_Loison commented on issue Benjamin_Loison/linux#41 2024-11-08 01:14:13 +01:00
Avoid users to see commands executed by others

Issue raised in the Unix Stack Exchange questions 454807 and 17164.

Benjamin_Loison commented on issue Benjamin_Loison/linux#41 2024-11-08 01:10:57 +01:00
Avoid users to see commands executed by others

DuckDuckGo search Linux users to see commands executed by others.

Benjamin_Loison opened issue Benjamin_Loison/linux#42 2024-11-08 01:04:51 +01:00
List files a user can see names of and contents
Benjamin_Loison opened issue Benjamin_Loison/linux#41 2024-11-08 01:04:04 +01:00
Avoid users to see commands executed by others
Benjamin_Loison opened issue Benjamin_Loison/xviewer#6 2024-11-07 15:02:36 +01:00
*Rotate the image 90 degrees to the {left,right}* and <kbd>ctrl</kbd> + <kbd>s</kbd> results in *The image [...] has been modified by an external application.*
Benjamin_Loison commented on issue Benjamin_Loison/linux#40 2024-11-04 17:43:37 +01:00
User basis /etc/hosts

The Unix Stack Exchange answer 104511 does not work in my case with both 54.37.228.22 lemnoslife.com and lemnoslife.com 54.37.228.22.

Benjamin_Loison commented on issue Benjamin_Loison/linux#40 2024-11-04 17:41:17 +01:00
User basis /etc/hosts

Could try changing the DNS source on the user configuration.

Benjamin_Loison commented on issue Benjamin_Loison/linux#40 2024-11-04 17:37:55 +01:00
User basis /etc/hosts

DuckDuckGo search /etc/hosts per user.

Benjamin_Loison opened issue Benjamin_Loison/linux#40 2024-11-04 17:25:23 +01:00
User basis /etc/hosts
Benjamin_Loison closed issue Benjamin_Loison/linux#39 2024-11-04 17:23:52 +01:00
Get IP from domain name from an uncensored DNS
Benjamin_Loison commented on issue Benjamin_Loison/linux#39 2024-11-04 17:17:46 +01:00
Get IP from domain name from an uncensored DNS
curl -s -H 'accept: application/dns-json' 'https://cloudflare-dns.com/dns-query?name=lemnoslife.com' 
Benjamin_Loison commented on issue Benjamin_Loison/linux#39 2024-11-04 17:17:26 +01:00
Get IP from domain name from an uncensored DNS

DuckDuckGo search Curl DNS over HTTPS.

I would like a curl solution.

Benjamin_Loison commented on issue Benjamin_Loison/linux#39 2024-11-04 16:29:37 +01:00
Get IP from domain name from an uncensored DNS
nslookup lemnoslife.com 8.8.8.8

I suspect that DNS request to other servers are blocked.

An HTTPS alternative would be fine.

Benjamin_Loison commented on issue Benjamin_Loison/linux#39 2024-11-04 16:28:54 +01:00
Get IP from domain name from an uncensored DNS
man nslookup
Output:
NSLOOKUP(1)                                                      BIND 9                                                   …