- find ~/Library/ -type d -name 'Chrome' -exec rm -rfv {} \;
Showing posts with label clear. Show all posts
Showing posts with label clear. Show all posts
Saturday, 30 November 2013
Completely wipe Chrome data on Mac
Labels:
annihilate,
browser how,
chrome,
clear,
completely,
cookies,
data,
delete,
destroy,
do,
history,
wipe
Wednesday, 24 July 2013
Clear CLI with 1000 blank lines
For when you really want older output way out of your way, e.g., debugging, copying/pasting.
- for i in {1..1000};do echo;done
Subscribe to:
Posts (Atom)
Interview questions: 2020-12
Terraform provider vs provisioner Load balancing Network Load Balancer vs Application Load Balancer Networking Layer 1 vs Layer 4 haproxy u...
-
CRITICAL: AWS now offers internal VPC DNS! Below is no longer necessary AFAIK. Woo hoo! http://aws.amazon.com/about-aws/whats-new/2014/...
-
build sudo apt-get install git gcc sudo apt-get install automake autoconf git clone git://github.com/rriley/tsunami-udp.git cd tsunam...
-
From: https://bugs.eclipse.org/bugs/show_bug.cgi?id=382972#c4 Assumptions: jEdit was installed into /Applications directory. Close any...