Questions tagged [purge]
222 questions
4
votes
1 answer
Gulp - How to remove duplicated styles in individual css files, If they have already present in common css file
How to remove duplicated styles in individual css files, If they already present in common.css file.
common.css file has below styles.
.nav {
background-color: red;
}
home.css has below styles.
.nav {
background-color: red;
}
.home {
…

Pioter
- 465
- 3
- 8
- 21
4
votes
1 answer
How to use CSS-Purge to remove duplicates and NOT lose comments or formatting?
How can I use CSS-Purge to clean up my code, without losing my comments and all formatting in my css file?
Thanks :)
4
votes
0 answers
How to return the original log retention after purge kafka topics
We have 3 kafka machines version - 0.10.0.2.6
We want to purge all data files from all kafka's topics ( purge completely all data )
The CLI for this action should be ( should be run from the zoo server )
kafka-topics.sh --zookeeper localhost:2181…

enodmilvado
- 443
- 1
- 9
- 20
4
votes
1 answer
How to purge old content in firebase realtime database
I am using Firebase realtime database and overtime there is a lot of stale data in it and I have written a script to delete the stale content.
My Node structure looks something like this:
store
- {store_name}
- products
- {product_name}
…

Sachin Jain
- 21,353
- 33
- 103
- 168
4
votes
2 answers
how to completely remove tomcat 7 from ubuntu 14.04
I search the web as to how remove tomcat7 on Ubuntu 14.04 completely 100% no config files etc ... leaving behind, but there is not one post to show how to step by step.

Dung
- 19,199
- 9
- 59
- 54
4
votes
2 answers
How to permanently delete files from SVN?
This question was originally active within the years 2009-2013 with various examples:
It is possible to completely remove a file from my SVN repository?
Delete file with all history from svn repository
and so on.
Currently, all sources point to a…

Infogeek
- 93
- 1
- 8
4
votes
1 answer
ActiveMQ JMS Topic - delete old messages
Is there a way to monitor messages in ActiveMQ JMS topic and most importantly delete older messages, e.g. delete messages older than a month ago.
I am using Apache Camel to build ActiveMQ Connection and JMS topics.

user2709613
- 71
- 3
- 6
4
votes
2 answers
Eliminating non-working PostgreSQL installations on Ubuntu 10.04 and starting afresh
I find I have the wreckage of two old PostgreSQL installations on Ubuntu 10.04:
$ pg_lsclustersVersion Cluster Port Status Owner Data directory Log file
Use of uninitialized value in printf at /usr/bin/pg_lsclusters line…

brannerchinese
- 1,909
- 5
- 24
- 40
3
votes
1 answer
Android live wallpaper crashing because of custom fonts
I'm trying to create a live wallpaper in Android. It has a text drawn on it in the following way, with customs string placed in the assets directory:
String path = "fonts/calligraffiti.ttf";
AssetManager a1 =…

Istvan Latos
- 41
- 2
3
votes
3 answers
table manager does not purge chunk in loki 2.4
I wanted to have a deletion of chunk data older than 31 days so I made such config
schema_config:
configs:
- from: 2020-10-24
store: boltdb-shipper
object_store: filesystem
schema: v11
index:
prefix: index_
…

Baptiste Mille-Mathias
- 2,144
- 4
- 31
- 37
3
votes
0 answers
What to use as PurgeCSS extractor for Tailwind 3?
What to use as PurgeCSS extractor for Tailwind 3?
With Tailwind 2 we could have used a default extractor that they made available in an internal file, but it was not a public API and in fact it is gone now:…

Fred Hors
- 3,258
- 3
- 25
- 71
3
votes
0 answers
Azure cdn purge cli
I do have some problem to understand how the azure cli can purge works and affect the cdn caching and engine rules.
In my resource group I have a CDN Endpoint, and this endpoint have some engine rules declared.
When I updated my storage account with…

Nayden Van
- 1,133
- 1
- 23
- 70
3
votes
1 answer
python unistallation gone wrong, apt-get and dpkg broken error message 1 on Ubuntu
The title says it all in short. I tried to purge all of my python installations as they were a mess. Turned out I broke everything and was not able to install or uninstall anything with apt-get or dpkg, only got the following error message (or…

Ippa Seppälä
- 73
- 6
3
votes
4 answers
Does subversion save deleted files?
I'm using a subversion repository which was given to me for free by a generous website. This means that I only have 200MB to work with for the repository. I'm not complaining, though, because I do consider this quite generous, and more than adequate…

Steven Lu
- 41,389
- 58
- 210
- 364
3
votes
1 answer
BFG doesn't update github pull requests
so I ran BFG, following the instructions here. https://rtyley.github.io/bfg-repo-cleaner/ The console output from BFG looked good but, after pushing, when I got back to github, I could still find the sensitive data in pull requests > clsoed > old…

honkskillet
- 3,007
- 6
- 31
- 47