This will delete everything in your .cache that was last accessed more than a year ago
find ~/.cache/ -type f -atime +365 -delete
Source: home directory – Is it okay to delete the ~/.cache folder? – Ask Ubuntu
This will delete everything in your .cache that was last accessed more than a year ago
find ~/.cache/ -type f -atime +365 -delete
Source: home directory – Is it okay to delete the ~/.cache folder? – Ask Ubuntu
System76’s Pop!_OS COSMIC Desktop To Make Use Of Iced Rust Toolkit Rather Than GTK Ok, yet another #GUI library. Of course I hope they’ll be successful, but I wonder why they had to start another one. I’ll keep an eye on it, it may be useful in the case we make LibertyEiffel interfacable with Rust
SpaceVim, a community-driven vim distribution that seeks to provide layer feature, besides turning Vim into a nifty IDE for several languages (C/C++, Rust, Kotlin, Go, Python, Java and JavaScript plus others), it offers among the available layers one for Eiffel!
I shall Eiffellize those, one day or another: 10 Powerful Python One-Liners. Python one-liners can be just as… | by Ishaan Gupta | Sep, 2022 | Python in Plain English
Le magliette con la scatola rossa e blu di Dungeons&Dragons…. come fare a resistere?: Mobeoshop
15 Weird Googling Tricks 99.9% of Developers Don’t Know About | JavaScript in Plain English Well, I know most of them.
You might see a missing public GPG key error (“NO_PUBKEY”) on Debian, Ubuntu or Linux Mint when running apt update / apt-get update. This can happen when you add a repository, and you forget to add its public key, or maybe there was a temporary key server error when trying to import the GPG key.…
Everyone love SQLite the small, efficient, embeddable SQL server that has been used everywhere. It is truly a masterpiece. Yet the real gem is its Code of Ethics
Another interesting article to “convert to Eiffel”…. It’s Time to Say Goodbye to These Obsolete Python Libraries It’s Time to Say Goodbye to These Obsolete Python Libraries Martin Jul 20, 2022 Python With every Python release, there are new modules being added and new and better ways of doing things get introduced. We all get…