Trash Directory for Partition
If you have a separate user writable drive mounted, you may have encountered the same problem I had. If your DE cannot create .Trash-$uid, most DEs will not delete files to the trash at all and KDE will copy deleted files to your home partition. I find both behaviors frustrating.
The solution is rather simple: look at the spec and create the trash directory manually.
# for example, your drive is mounted to /media/external
# go to the drive root
cd /media/external
# create root owned .Trash
sudo mkdir .Trash
# make it world writable with a sticky bit
sudo chmod 1777 .Trash
Note
Sticky bit is used for retaining control over your files in a publicly writable directory. Only the owner of the file can delete or rename it even if other users have write permission in the parent directory. This is a typical permission for /tmp. Read more
https://specifications.freedesktop.org/trash-spec/trashspec-1.0.html
https://en.wikipedia.org/wiki/Sticky_bit https://nerdica.net/objects/a85d745963bd06c5a4cfb1619b09a12c0430fa23
PHP 8.0 Comparison Change
Another new thing in PHP 8.0 will be slightly less madness in non strict value comparison.
Read more… (1 min remaining to read)
https://sandfox.me/php/php-8-comparison.html https://nerdica.net/objects/a85d7459e16eacdda761e0041343e5021d4ee014
OOP in PHP 4 and 8 https://goo.gl/fb/iG9rPX #php4 #php8
PHP 8.0 Syntax Showcase https://goo.gl/fb/wQHSqf #php8
Method Calls with Arbitrary Names https://goo.gl/fb/Ro9USW
Kernel#send Should Be Removed https://goo.gl/fb/2fHsiL
I released the first PHP 8 library ever https://goo.gl/fb/i8fu5s #php8
sabre/#xml https://goo.gl/fb/XEgMY7 #sabredav
Is #NEON a Better #YAML? https://goo.gl/fb/MRwExr
What's Wrong with #StrictYAML https://goo.gl/fb/W2pxCr #yaml
Free Domain Names https://goo.gl/fb/rYRvF9 #dns
Install #Composer in #Docker https://goo.gl/fb/816zEU
I Don’t Like #JavaScript https://goo.gl/fb/ys2rCV #leverage
Small #Personal Update https://goo.gl/fb/GAWt6E #social #keybase #packagist #github
It is proven! I am arokettu on Keybase: https://keybase.io/arokettu/sigchain#33dc3fecf2f8cd546c81f55f05aaa12d08e633d6c25bc91fdf0c5d3c4dcbc3650f
@libravatar Why the email in the profile is not editable?
#GitHub Signatures in #Gitea https://goo.gl/fb/UoVqeC #gpg #lifehack