Matt RaibleMatt Raible is a Web Developer and Java Champion. Connect with him on LinkedIn.

The Angular Mini-Book The Angular Mini-Book is a guide to getting started with Angular. You'll learn how to develop a bare-bones application, test it, and deploy it. Then you'll move on to adding Bootstrap, Angular Material, continuous integration, and authentication.

Spring Boot is a popular framework for building REST APIs. You'll learn how to integrate Angular with Spring Boot and use security best practices like HTTPS and a content security policy.

For book updates, follow @angular_book on Twitter.

The JHipster Mini-Book The JHipster Mini-Book is a guide to getting started with hip technologies today: Angular, Bootstrap, and Spring Boot. All of these frameworks are wrapped up in an easy-to-use project called JHipster.

This book shows you how to build an app with JHipster, and guides you through the plethora of tools, techniques and options you can use. Furthermore, it explains the UI and API building blocks so you understand the underpinnings of your great application.

For book updates, follow @jhipster-book on Twitter.

10+ YEARS


Over 10 years ago, I wrote my first blog post. Since then, I've authored books, had kids, traveled the world, found Trish and blogged about it all.

OS X: Can't get rid of Microsoft

In an effort to free up some space on my PowerBook, I attempted to delete OS 9. To my knowledge, this is possible by deleting the "/Applications (Mac OS 9)" folder and the "/System Folder." Sure sounds good, but I can't get rid of the Microsoft Excel program in my Applications folder. When I try to delete it, the whole OS freezes up and the only thing I can do is reboot (by holding down the power button).

I took Mimi-Me into the Apple Store last weekend to see if they could help. They ran "Repair Permissions" and then ran Disk Warrior on it - which took several hours. They assured me that running Disk Warrior would fix it, but no dice. Any ideas?

Posted in Mac OS X at Sep 11 2003, 09:05:47 PM MDT 4 Comments
Comments:

Have you tried to simply open terminal, and then do:

sudo -s
rm -rf "/System Folder"
rm -rf "/Applications (OS9)"
Should help. I don't even install OS9 in the first place anymore. I think I have never actually used Classic ever since OS X 10.1 came out.

Posted by NTony on September 12, 2003 at 04:13 AM MDT #

I've tried:

sudo su (entered password)
rm -r "/Applications (OS9)"
And this still causes the OS to freeze.

Posted by Matt Raible on September 12, 2003 at 04:19 AM MDT #

You might try booting from a another disk and then deleting it.

If that doesn't work, I would backup/format/restore because it could be an indicator of a more serious problem.

My 2 cents, A.

Posted by Adam Sherman on September 12, 2003 at 07:39 AM MDT #

%sudo rm -rf "/System Folder" %sudo rm -rf "/Applications (OS9)" worked fine for me...

Posted by D'Arcy Norman on September 12, 2003 at 08:33 AM MDT #

Post a Comment:
  • HTML Syntax: Allowed