Questions tagged [cleanup]
69 questions
207
votes
8 answers
When does /tmp get cleared?
I'm taking to putting various files in /tmp, and I wondered about the rules on deleting them?
I'm imagining it's different for different distributions, and I'm particularly interested in Ubuntu and Fedora desktop versions.
But a nice general way of…
John Lawrence Aspden
- 2,346
- 4
- 16
- 12
27
votes
8 answers
How do I responsibly dispose of backup tapes?
Our old tape drives have failed and we not using tapes for backup anymore. We still have a stack of DLT tapes with backups which may contain sensitive information like credit card numbers, social security numbers, etc.
How do I responsibly dispose…
Zoredache
- 128,755
- 40
- 271
- 413
27
votes
3 answers
Silently uninstall bloatware
The company I work at goes through computers fairly regularly. When we get a new computer, someone has to manually go through and remove all the bloatware that comes with the computer. Right now, I am compiling a database of known bloatware and…
CZup
- 281
- 2
- 4
22
votes
4 answers
What's the best way to clean up after a fork bomb?
$ ls
bash: no more processes
Uh oh. Looks like someone made a fork bomb. Where I used to work, this pretty much meant that the shared server would need to be power-cycled, since even the sysadmins with root often couldn't get the problem cleaned…
raldi
- 987
- 4
- 11
- 13
16
votes
4 answers
Is it safe to delete files in C:\Windows\Installer?
"C:\Windows\Installer" folder found on Windows Vista is taking around 1 GB of space. Can I safely delete it?
Cheers
SZayat
- 653
- 2
- 11
- 20
14
votes
3 answers
Clean up Active Directory
Does anybody know of any useful Tools for cleaning out Active Directory on a Server 2003 domain? I want to clean up old computers, etc, and prefer a free tool.
I have a lot of devices that I know don't exist and I want to clean them prior to…
JohnyV
- 938
- 4
- 26
- 45
12
votes
7 answers
Cleaning Dusty Servers
Long story short, my server room is a bit ... dirty.
Just had a little construction done, and there is pretty nice layer of dust on a few systems.
From my knowledge, I can either:
Use an Anti-Static vacuum
Use an air compressor
Which is better?…
Joseph Kern
- 9,809
- 3
- 31
- 55
10
votes
2 answers
CentOS Insufficient space in download directory /var/cache/yum/base/packages
I was trying to yum install libpcap when I got
Error Downloading Packages:
14:libpcap-0.9.4-15.el5.i386: Insufficient space in download directory /var/cache/yum/base/packages
* free 0
* needed 108 k
Here's output from df…
Joao Heleno
- 251
- 1
- 4
- 12
9
votes
4 answers
Is it safe to remove the BIN files that are generated by MySQL?
They are taking up too much space:
/var/lib/mysql/jiaoyou-slow.log: 53M
/var/lib/mysql/mysql-bin.000005: 68M
/var/lib/mysql/mysql-bin.000003: 1.1G
/var/lib/mysql/mysql-bin.000007: 34M
/var/lib/mysql/mysql-bin.000004: 225M
Mask
9
votes
2 answers
Archived and queued Windows Error Reporting
Just ran Disk Cleanup on a computer here (Windows Vista), and saw 3 items in the list I haven't seen before:
Per user archived Windows Error Repo... | 402 MB
System archived WIndows Error Repor... | 18,0 KB
System queued Windows Error Reporti... |…
Svish
- 6,627
- 14
- 37
- 45
8
votes
4 answers
Freeing up space in my SVN repository
I have an SVN repository hosted on a freemium site with a maximum repository size. As I approach this capacity I am aware of files I've checked in that I know I can remove permanently to free up disk space. How do I tell SVN that a file can not only…
fbrereto
- 323
- 2
- 4
- 11
7
votes
2 answers
Windows Azure: Reinstalling Linux without recreating VM
I have installed things on my Linux VM on Windows Azure and now I need a clean server again, is there any chance of easy reinstall (for clean Linux again) rather than having to create the VM, cloud and endpoints all over again?
Peter
- 71
- 1
- 1
- 2
7
votes
2 answers
How do I clean up the right-click context menu in Windows explorer?
Sometimes applications plug into the context menu that I get on right-click on files and folders in Windows Explorer. After some time this menu gets really messy and I just want to clean it up.
Can you tell me how I can do this?
Sebastian Hoitz
- 3,019
- 3
- 23
- 19
6
votes
2 answers
Avoiding log noise from cron jobs - with syslog-ng rather than syslog
On my small Debian squeeze web server, I have syslog-ng installed (not syslogd, like in this question). Generally, my logs are nice and quiet, with
-- MARK --
lines. My /var/log/syslog, however, is littered with this
Sep 23 23:09:01 bookchin…
einpoklum
- 1,622
- 3
- 19
- 30
5
votes
1 answer
How to revert the compressed attribute on files in Windows for a whole drive
Someone at my job (a sysadmin) actually performed a "cleanup" task on WinXP which at the same time compressed all the files on my HDD with the Windows compressed file attribute (Filenames get blue in Windows Explorer)
I don't actually need my files…
MaxiWheat
- 237
- 5
- 12