noslo.me

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • About

Monthly Archives: October 2011

Recursively Remove All .svn Directories

Posted on October 20, 2011 by William Olson
Reply

find . -name .svn -print0 | xargs -0 rm -rf

Posted in Server | Tagged linux server | Leave a reply

Categories

  • Bugtracking
  • Eclipse
  • Entertainment
  • httpd
  • JavaScript
  • MySQL
  • Off Topic
  • PHP
  • Server
  • Software
  • Uncategorized
  • Unit Testing

Tags

bug Bugzilla configuration Eclipse Hilarious httpd Javascript JS Test Driver linux server movies music Mylyn mysql server mysql workbench PHP PHPUnit Unit Testing Windows Environment

Recent Posts

  • Install Let’s Encrypt Certbot on Amazon Linux 1
  • Must Have Software
  • Ubuntu “Hash sum mismatch” when updating repository
  • Httpd 2.4 for CentOS 6
  • Add Mylyn Task Connector to Easily Connect to Bugzilla from Eclipse

Archives

  • February 2023
  • September 2021
  • September 2014
  • June 2014
  • July 2012
  • June 2012
  • October 2011
  • August 2011

Blogroll

  • Fox and Friends
  • The Butler Show
noslo.me

Pages

  • About

Recent Posts

  • Install Let’s Encrypt Certbot on Amazon Linux 1
  • Must Have Software
  • Ubuntu “Hash sum mismatch” when updating repository
  • Httpd 2.4 for CentOS 6
  • Add Mylyn Task Connector to Easily Connect to Bugzilla from Eclipse