The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
92 views

how to delete single nginx cache file?

when access http://mydomain.com/ its blank but working good with http://mydomain.com/index.php i need to delete nginx cache file for http://mydomain.com/ how to do it? Here my nginx cache conf. ...
2
votes
1answer
135 views

Pass PURGE requests to varnish via nginx

How can I configure nginx to pass a PURGE request from localhost to the Varnish backend? Currently, the script causes this line to appear in the nginx logs: 127.0.0.1 - - [23/Apr/2012:20:12:31 ...
2
votes
2answers
2k views

apt-get purge portmap

i had rpc.statd open on port 111 on a relatively fresh install of debian squeeze. i did an apt-get purge portmap as i wanted to disable rpc services and close the open port on my box; i was presented ...
1
vote
0answers
61 views

How to Purge old EBS backups?

Anyone knows of a good way to automatically purge old EBS snapshots? We have a cron script backing up the whole instance from inside, via EC2 API snapshots, but the snapshots tend to accumulate. I ...
5
votes
5answers
789 views

Best way to self destruct all data on a linux server? [closed]

We have recently upgraded a number of our servers. We are now left with a few servers we are ready to hand back to our data center. Anyone know what is the best way to do a final self destruction of ...
5
votes
5answers
8k views

how to remove a package which post-installation and pre-removal script fails?

I have an issue with the package openqrm. How do I remove it? Thanks. root@wl183004:/# apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... ...
1
vote
4answers
3k views

Are mysql bins safe to remove?

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 ...
22
votes
12answers
15k views

Active Directory: delete vs. disable departed employees

When an employee leaves your organization, do you delete or disable their Active Directory account? Our SOP is to disable, export/purge the Exchange mailbox, and then after "some time" has elapsed ...