You are not logged in.

#1 2008-11-26 07:08:28

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Is there a cleaning tool for Arch?

Hello, I would like to ask if there is a cleaning tool for arch?

I mean...a tool for cleaning unused config files or settings because when I go to my /home there are always hidden folders of applications which I had already uninstalled and other clutterings which consumes memory...

If not, you just provide me the steps to do so?:)

Thanks guyz

Last edited by kaola_linux (2008-11-26 07:09:20)


Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"

Offline

#2 2008-11-26 08:57:54

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Is there a cleaning tool for Arch?

use the rm command to remove the ones you don't want? most configs take up an insignificant amount of space anyway.... a few kb max.

Offline

#3 2008-11-26 08:58:12

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Is there a cleaning tool for Arch?

I just use rm -  I wouldn't trust any automatd tool to go rooting around in my dotfiles.

And just so you're clear - left-over config files are using disk-space, not memory, and they are typically just a handful of Kb in size.

Offline

#4 2008-11-26 09:30:02

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Re: Is there a cleaning tool for Arch?

But isn't it  "rm"ing harmful if you'll be having mistakes?  I'm no expert on linux to determine every files and its uses...:)


Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"

Offline

#5 2008-11-26 09:31:34

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Re: Is there a cleaning tool for Arch?

tomk wrote:

I just use rm -  I wouldn't trust any automatd tool to go rooting around in my dotfiles.

And just so you're clear - left-over config files are using disk-space, not memory, and they are typically just a handful of Kb in size.

Sorry, wrong choice of words... By the way, Hard Disks are considered to be ROM(Read Only Memory) also.

PEACE smile

Last edited by kaola_linux (2008-11-26 09:34:11)


Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"

Offline

#6 2008-11-26 10:10:42

mentallaxative
Member
From: Australia
Registered: 2008-07-14
Posts: 134
Website

Re: Is there a cleaning tool for Arch?

If it helps, make a list of what config files exist on your system. After you install and uninstall something, compare the list with what you then end up with. Whatever is left over should be safe to remove. The config files are fairly well-named so it shouldn't be too hard to identify what belongs to what.

Offline

#7 2008-11-26 11:23:43

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Is there a cleaning tool for Arch?

rm'ing as user in your $HOME is not harmful to your system, even with mistakes, although it might be harmful to something you want to do with your system. rm'ing as root in a system dir is potentially dangerous, but we're not talking about that here.

As for "determining every file and it's uses", if you see a file or dir called .foo in your $HOME, and you know that you have uninstalled the foo application, then it's safe to remove the file.

Offline

#8 2008-11-26 12:10:15

lssjbrolli
Member
Registered: 2007-12-16
Posts: 26

Re: Is there a cleaning tool for Arch?

you could try fslint. It's in AUR.

Offline

#9 2008-11-26 15:33:06

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: Is there a cleaning tool for Arch?

Before going mad with rm.... would suggest you backup first


Mr Green

Offline

#10 2008-11-26 16:41:21

elmer_42
Member
From: /na/usa/ca
Registered: 2008-10-11
Posts: 427

Re: Is there a cleaning tool for Arch?

Or you could enable "view hidden files" in your file manager and delete things graphically.


[ lamy + pilot ] [ arch64 | wmii ] [ ati + amd ]

Offline

#11 2008-11-26 18:12:24

bluewind
Administrator
From: Austria
Registered: 2008-07-13
Posts: 172
Website

Re: Is there a cleaning tool for Arch?

elmer_42 wrote:

Or you could enable "view hidden files" in your file manager and delete things graphically.

Normally with Crtl+h

Offline

#12 2008-11-26 18:26:14

elmer_42
Member
From: /na/usa/ca
Registered: 2008-10-11
Posts: 427

Re: Is there a cleaning tool for Arch?

bluewind wrote:

Normally with Crtl+h

This is true. I think Nautilus, Thunar, and PCManFM all use Ctrl + H as their "Show Hidden files" key.


[ lamy + pilot ] [ arch64 | wmii ] [ ati + amd ]

Offline

#13 2008-11-26 20:01:58

Zibi1981
Member
From: Poland
Registered: 2008-01-31
Posts: 637

Re: Is there a cleaning tool for Arch?

But not Konqueror i guess...


"... being a Linux user is sort of like living in a house inhabited by a large family of carpenters and architects. Every morning when you wake up, the house is a little different. Maybe there is a new turret, or some walls have moved. Or perhaps someone has temporarily removed the floor under your bed."

MSI Raider GE78HX 13VI-032PL

Offline

#14 2008-11-26 22:01:51

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,222
Website

Re: Is there a cleaning tool for Arch?

kaola_linux wrote:

By the way, Hard Disks are considered to be ROM(Read Only Memory) also.

ye'what? neutral

Offline

#15 2008-11-26 22:59:07

Lord Illidan
Member
From: Malta
Registered: 2007-10-25
Posts: 248

Re: Is there a cleaning tool for Arch?

kaola_linux wrote:
tomk wrote:

I just use rm -  I wouldn't trust any automatd tool to go rooting around in my dotfiles.

And just so you're clear - left-over config files are using disk-space, not memory, and they are typically just a handful of Kb in size.

Sorry, wrong choice of words... By the way, Hard Disks are considered to be ROM(Read Only Memory) also.

PEACE smile

It's actually RAM tongue

Harddisks definitely aren't read only memory, but they most definitely are Random Access Memory -- which, btw, so is ROM. An example of something which is writeable but not randomaccess would be a tape drive, probably.

Offline

#16 2008-11-27 00:03:04

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Re: Is there a cleaning tool for Arch?

Nah, I won't argue anymore...
http://www.tech-faq.com/rom.shtml
http://en.wikipedia.org/wiki/RAM

I Love this community and I don't wanna have fights...PEACE ALL...


------
So it's just safe to rm on my /home then...Thanks guyz..To be safe I'll just do rm'ing to /home to avoid mess...:P Thanks for the help

Last edited by kaola_linux (2008-11-27 00:04:40)


Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"

Offline

#17 2008-11-27 00:44:29

creslin
Member
Registered: 2008-10-04
Posts: 241

Re: Is there a cleaning tool for Arch?

Hard disks are neither RAM nor ROM.

You could call it non-volatile memory/storage if you wanted to get really technical, but HDDs are really just referred to as storage for general purposes.


ARCH|awesome3.0 powered by Pentium M 750 | 512MB DDR2-533 | Radeon X300 M
The journey is the reward.

Offline

#18 2008-11-27 00:45:11

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,222
Website

Re: Is there a cleaning tool for Arch?

Neither of those pages are talking about hard drives. They're talking about RAM as in "2gb of memory" in your computer, and ROM as in your BIOS or other EEPROM / Flash ROM.

Hard drives are mechanical devices with platters which use magnetism to store data.
Those articles are referring to electical chips with no moving parts that store data using electical currents.

(We're not trying to start a fight, we just want to clear up the confusion smile)

Offline

#19 2008-11-27 01:05:46

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Re: Is there a cleaning tool for Arch?

Thanks...

here is a link for further understanding...

http://en.wikipedia.org/wiki/Hard_drive


PEACE ALL smile


Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"

Offline

Board footer

Powered by FluxBB