Aleks' Domain

Tag: tip

Recursively Removing .svn

I recently started working on an assignment that required me to copy some code from another repository. I did just that, but had a little trouble trying to add the new stuff to my new repository. After about a minute or two I realized that all of the newly copied old code still had the [...]

Removing Extra Ubuntu Entries in GRUB

If you’ve used Ubuntu through any kernel updates, you’ll know that each major update will place not one, but two entries for booting from GRUB. A normal boot, and a safe mode. If you receive three updates, that’s a total of six new entries. Not to mention that if you’re dual booting like me, you’ll [...]