A new script for cleaning KDE4 log files and more...
First I found out recently about Flash 'cookies'. I'm a fairly security conscious if not paranoid person so I was surprised to be surprised. They are nasty little critters that are used like cookies for tracking, and are often used by websites to recreate cookies you've deleted! And they are ignored by Firefox's cleaning options. Look around with a text editor in ~/.adobe/Flash_Player and ~/.macromedia/Flash_Player - unless you know about them and have disabled them, you've got 'em. Plus, the tool Adobe offers to disable and manage them is highly questionable, requiring you to visit a webpage to change files and software stored locally. Ummm...
About Flash cookies:
http://www.imasuper.com/66/technolog...rivacy-killer/
Like I always do with each new version of Ubuntu, I've been writing an updated script to cleanup logs files and all the insane recent activity tracking that KDE4 is so determined to do for us. (Why it needs a record of every file one has accessed, copied, moved, or deleted for months makes one wonder.) Just look in ~/.kde/share/config/kdeglobals and ~/.kde/share/config/plasma-desktop-appletsrc
In the course of writing that, I discovered that when you delete your browsing history and form data in Firefox, it doesn't actually REMOVE this data from it's SQL files. It's all still there, as any text editor will show you. This kind of "oops, I forgot" is pretty ridiculous for what they claim is a security-conscious browser. Personally, I think this falls under the heading of a deliberate oops. Ubuntu and its commonly used software seems to be following the Windows trend of randomly spraying user data all over the system.
I'm sharing the script I wrote for KDE4/karmic to clean up this and more. This is a work in progress, and suggestions are welcome, but it does a decent amount, while also being careful. It also has an experimental option to disable the evil Akonadi, Soprano, and Nepomuk servers in karmic, which eat up memory and CPU indexing files, which the Ubuntu devs think everyone wants running on their system slowing it down.
Please read the instructions carefully, and if you like details, open up the script and read it - it's well-commented. Feel free to use it as-is or borrow pieces.
"USE AT YOUR OWN RISK – By design, kscrubber is a fairly heavy-handed script that removes and modifies a large number of files belonging to the system, KDE, and users. While every attempt is made to avoid breaking software or causing system instability, these outcomes are not impossible. If any instability is encountered, a reboot will generally correct it, as many of the files that kscrubber removes are temporary files which will be automatically recreated by the system or software. Nevertheless, it is recommended that you have a recent backup of your /home folder and your system before using kscrubber. See http://en.wikibooks.org/wiki/How_To_...rating_Systems for help."
If it makes you feel better, I've been writing these cleanup scripts for years, including KDE3 and for SUSE as well. Even my worst goofs only resulted in a few desktop problems which were cured by a reboot. I've never had to reinstall my system or lost any data. Nothing is impossible but this is pretty well tested and it treads carefully.
Please let me know if you do have any problems, and also if you have suggestions on how it can be improved I'd like to hear them. Also, I don't know where Nepomuk and Soprano save their data - either I can't find it or I had them disabled from the start. So if you can tell me what files to clobber that would be helpful.
kscrubber
http://igurublog.wordpress.com/downl...ipt-kscrubber/
First I found out recently about Flash 'cookies'. I'm a fairly security conscious if not paranoid person so I was surprised to be surprised. They are nasty little critters that are used like cookies for tracking, and are often used by websites to recreate cookies you've deleted! And they are ignored by Firefox's cleaning options. Look around with a text editor in ~/.adobe/Flash_Player and ~/.macromedia/Flash_Player - unless you know about them and have disabled them, you've got 'em. Plus, the tool Adobe offers to disable and manage them is highly questionable, requiring you to visit a webpage to change files and software stored locally. Ummm...
About Flash cookies:
http://www.imasuper.com/66/technolog...rivacy-killer/
Like I always do with each new version of Ubuntu, I've been writing an updated script to cleanup logs files and all the insane recent activity tracking that KDE4 is so determined to do for us. (Why it needs a record of every file one has accessed, copied, moved, or deleted for months makes one wonder.) Just look in ~/.kde/share/config/kdeglobals and ~/.kde/share/config/plasma-desktop-appletsrc
In the course of writing that, I discovered that when you delete your browsing history and form data in Firefox, it doesn't actually REMOVE this data from it's SQL files. It's all still there, as any text editor will show you. This kind of "oops, I forgot" is pretty ridiculous for what they claim is a security-conscious browser. Personally, I think this falls under the heading of a deliberate oops. Ubuntu and its commonly used software seems to be following the Windows trend of randomly spraying user data all over the system.
I'm sharing the script I wrote for KDE4/karmic to clean up this and more. This is a work in progress, and suggestions are welcome, but it does a decent amount, while also being careful. It also has an experimental option to disable the evil Akonadi, Soprano, and Nepomuk servers in karmic, which eat up memory and CPU indexing files, which the Ubuntu devs think everyone wants running on their system slowing it down.
Please read the instructions carefully, and if you like details, open up the script and read it - it's well-commented. Feel free to use it as-is or borrow pieces.
"USE AT YOUR OWN RISK – By design, kscrubber is a fairly heavy-handed script that removes and modifies a large number of files belonging to the system, KDE, and users. While every attempt is made to avoid breaking software or causing system instability, these outcomes are not impossible. If any instability is encountered, a reboot will generally correct it, as many of the files that kscrubber removes are temporary files which will be automatically recreated by the system or software. Nevertheless, it is recommended that you have a recent backup of your /home folder and your system before using kscrubber. See http://en.wikibooks.org/wiki/How_To_...rating_Systems for help."
If it makes you feel better, I've been writing these cleanup scripts for years, including KDE3 and for SUSE as well. Even my worst goofs only resulted in a few desktop problems which were cured by a reboot. I've never had to reinstall my system or lost any data. Nothing is impossible but this is pretty well tested and it treads carefully.
Please let me know if you do have any problems, and also if you have suggestions on how it can be improved I'd like to hear them. Also, I don't know where Nepomuk and Soprano save their data - either I can't find it or I had them disabled from the start. So if you can tell me what files to clobber that would be helpful.
kscrubber
http://igurublog.wordpress.com/downl...ipt-kscrubber/
Comment