originalucifer likes this.
#Linux community does someone know a tutorial for a kind of self made #ThinClient device?
I have an old notebook with Linux which does not anymore fit my power requirements, but I have a Linuc PC in my cellar which I use as working device over #RDP since a while and I love this way.
Is there a Remote-Desktop Linux Distribution (RDP, #VNC or #Moonlight) with the sole purpose to connect a VPN on startup and directly login to a Remote-Desktop and also redirect USB-Devices to remote?
I learned the hard way that the "x" permission on directories doesn't mean "execute" but "traverse". And setting permissions on directories get's them inherited by newly created/added files in there, right?
So how can i remove the ability from my homedir to execute current and new files but keep the traverse permission?
Welcome to a new issue of This Week in Plasma! Every week we cover the highlights of what’s happening in the world of KDE Plasma and its associated apps like Discover, System Monitor, and more.This Week in Plasma: Printer Ink Level Monitoring
like this
The sanctioning by the Trump administration of Francesca Albanese, the United Nations Special Rapporteur, is an ominous harbinger of the end of the rule of international law.Chris Hedges (The Chris Hedges Report)
IsoKiero
in reply to MonkderVierte • • •No. They're created based on 'umask' and changing directory permissions doesn't automatically change permissions on underlying files (unless you set privileges recursively) nor new files in the directory.
For new files set your umask on what you want. By default it's usually either 0002 or 0022. For existing files you can use find:
find ~ -type f -exec echo chmod a-x {} \;
(remove echo once you've confirmed that it does what you want).standard UNIX utility
Contributors to Wikimedia projects (Wikimedia Foundation, Inc.)